Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BirolLab/RNA-Bloom
/ close
Method
close
src/rnabloom/io/PafReader.java:67–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
}
66
67
public
void
close() throws IOException {
68
br.close();
69
}
70
71
public
long getNumRecords() {
72
return
records;
Callers
11
mapWithMinimapFiltered
Method · 0.95
extractUniqueFromOverlaps
Method · 0.95
trimSplitByReadDepth
Method · 0.95
extractUniqueFromMapping
Method · 0.95
extractClustersFromMapping
Method · 0.95
extractClustersFromOverlaps
Method · 0.95
populateGraphFromOverlaps
Method · 0.95
getPolyAScores
Method · 0.95
getLengthNormalizedReadCounts
Method · 0.95
getLengthNormalizedReadCounts
Method · 0.95
getReadCounts
Method · 0.95
Calls
1
close
Method · 0.65
Tested by
no test coverage detected