MCPcopy 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
111int Read::length(){
112 return mSeq->length();
113}
114
115string Read::toString() {
116 return *mName + "\n" + *mSeq + "\n" + *mStrand + "\n" + *mQuality + "\n";

Callers 15

convertPhred64To33Method · 0.45
lastIndexMethod · 0.45
firstIndexMethod · 0.45
appendToStringMethod · 0.45
appendToStringWithTagMethod · 0.45
fixMGIMethod · 0.45
fastMergeMethod · 0.45
processPairEndMethod · 0.45
statInsertSizeMethod · 0.45
analyzeMethod · 0.45
mergeMethod · 0.45
computeSeqLenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected