Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Method · 0.95
run
Method · 0.95
getReadLengths
Method · 0.95
getMaxReadLength
Method · 0.95
addPairedKmersFromSequences
Method · 0.95
mergeClusterFastas
Method · 0.95
clusterLongReads
Method · 0.95
assembleClusteredLongReads
Method · 0.95
splitFastaByLength
Method · 0.95
mergePooledAssemblies
Method · 0.95
extractUniqueFromOverlaps
Method · 0.95
trimSplitByReadDepth
Method · 0.95
Calls
1
hasNext
Method · 0.65
Tested by
no test coverage detected