Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenGene/fastp
/ length
Method
length
src/read.cpp:111–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
int Read::length(){
112
return mSeq->length();
113
}
114
115
string Read::toString() {
116
return *mName +
"\n"
+ *mSeq +
"\n"
+ *mStrand +
"\n"
+ *mQuality +
"\n"
;
Callers
15
convertPhred64To33
Method · 0.45
lastIndex
Method · 0.45
firstIndex
Method · 0.45
appendToString
Method · 0.45
appendToStringWithTag
Method · 0.45
fixMGI
Method · 0.45
fastMerge
Method · 0.45
processPairEnd
Method · 0.45
statInsertSize
Method · 0.45
analyze
Method · 0.45
merge
Method · 0.45
computeSeqLen
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected