Skip to content
Snippets Groups Projects
Commit 638d5fb5 authored by Olivier Langella's avatar Olivier Langella
Browse files

WIP: begin compar spectra

parent 974f4bc0
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ void ComparSpectraSheet::writeBestPeptideMatch(const ProteinMatch * p_protein_ma
_p_writer->writeCell(p_protein_match->getGroupingGroupSp().get()->countProteinInSubgroup(subgroup_number));
for (MsRunSp & msrun_sp: _msrun_list) {
_p_writer->writeCell(msrun_sp.get()->getSampleName());
_p_writer->writeCell(p_protein_match->countSampleScan(ValidationState::));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment