MCPcopy Create free account
hub / github.com/BirolLab/RNA-Bloom / getReadCount

Method getReadCount

src/rnabloom/RNABloom.java:912–914  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

910 }
911
912 public long getReadCount() {
913 return numReads;
914 }
915 }
916
917 public static int[] getReadLengths(String path, int minLength, int sample) throws FileFormatException, IOException{

Callers 2

populateGraphHelperMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected