| 285 | } |
| 286 | |
| 287 | MzTabProteinSectionRow::MzTabProteinSectionRow() |
| 288 | { |
| 289 | // use "," as list separator because "|" can be used for go terms and protein accessions |
| 290 | go_terms.setSeparator(','); |
| 291 | ambiguity_members.setSeparator(','); |
| 292 | } |
| 293 | |
| 294 | MzTabMetaData::MzTabMetaData() |
| 295 | { |
nothing calls this directly
no test coverage detected