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

Method hasNext

src/rnabloom/io/FastaReader.java:63–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 }
62
63 @Override
64 public synchronized boolean hasNext() {
65 return itr.hasNext();
66 }
67
68 private String header = null;
69

Callers 15

runMethod · 0.95
runMethod · 0.95
getReadLengthsMethod · 0.95
getMaxReadLengthMethod · 0.95
mergeClusterFastasMethod · 0.95
clusterLongReadsMethod · 0.95
splitFastaByLengthMethod · 0.95
mergePooledAssembliesMethod · 0.95
trimSplitByReadDepthMethod · 0.95

Calls 1

hasNextMethod · 0.65

Tested by

no test coverage detected