MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / writeProteinHeader

Function writeProteinHeader

src/topp/TextExporter.cpp:226–232  ·  view source on GitHub ↗

write the header for protein data

Source from the content-addressed store, hash-verified

224
225 // write the header for protein data
226 void writeProteinHeader(SVOutStream& out)
227 {
228 bool old = out.modifyStrings(false);
229 out << "#PROTEIN" << "score" << "rank" << "accession" << "protein_description" << "coverage"
230 << "sequence";
231 out.modifyStrings(old);
232 }
233
234 // write the header for protein data
235 void writeProteinGroupHeader(SVOutStream& out)

Callers 1

main_Method · 0.85

Calls 1

modifyStringsMethod · 0.80

Tested by

no test coverage detected