MCPcopy Create free account
hub / github.com/OpenGene/fastp / printFile

Method printFile

src/read.cpp:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void Read::printFile(ofstream& file){
49 file << *mName << endl;
50 file << *mSeq << endl;
51 file << *mStrand << endl;
52 file << *mQuality << endl;
53}
54
55Read* Read::reverseComplement(){
56 string seq = Sequence::reverseComplement(mSeq);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected