Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BirolLab/RNA-Bloom
/ elapsedDHMS
Method
elapsedDHMS
src/rnabloom/util/Timer.java:44–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
}
43
44
public
String elapsedDHMS() {
45
return
dhmsFormat(elapsedMillis());
46
}
47
48
public
String totalElapsedDHMS() {
49
return
dhmsFormat(totalElapsedMillis());
Callers
15
populateGraphHelper
Method · 0.95
populateGraphPairedKmersHelper
Method · 0.95
assembleTranscriptsNR
Method · 0.95
assembleTranscriptsSE
Method · 0.95
assembleTranscriptsPE
Method · 0.95
main
Method · 0.95
mapWithMinimapFiltered
Method · 0.95
consensusWithRacon
Method · 0.95
extractUniqueFromOverlaps
Method · 0.95
trimSplitByReadDepth
Method · 0.95
extractUniqueFromMapping
Method · 0.95
extractClustersFromMapping
Method · 0.95
Calls
2
dhmsFormat
Method · 0.95
elapsedMillis
Method · 0.95
Tested by
no test coverage detected