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

Function writeRunHeader

src/topp/TextExporter.cpp:217–223  ·  view source on GitHub ↗

write the header for run data

Source from the content-addressed store, hash-verified

215
216 // write the header for run data
217 void writeRunHeader(SVOutStream& out)
218 {
219 bool old = out.modifyStrings(false);
220 out << "#RUN" << "run_id" << "score_type" << "score_direction"
221 << "date_time" << "search_engine_version" << "parameters" << nl;
222 out.modifyStrings(old);
223 }
224
225 // write the header for protein data
226 void writeProteinHeader(SVOutStream& out)

Callers 1

main_Method · 0.85

Calls 1

modifyStringsMethod · 0.80

Tested by

no test coverage detected