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

Function writeProteinGroupHeader

src/topp/TextExporter.cpp:235–240  ·  view source on GitHub ↗

write the header for protein data

Source from the content-addressed store, hash-verified

233
234 // write the header for protein data
235 void writeProteinGroupHeader(SVOutStream& out)
236 {
237 bool old = out.modifyStrings(false);
238 out << "#PROTEINGROUP" << "score" << "accessions" << nl;
239 out.modifyStrings(old);
240 }
241
242
243 void writeMetaValuesHeader(SVOutStream& output, const StringList& meta_keys)

Callers 1

main_Method · 0.85

Calls 1

modifyStringsMethod · 0.80

Tested by

no test coverage detected