write the header for protein data
| 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) |