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

give sample name in spectral count export

parent 25a5e37a
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ void McqrSpectralCount::writeOneProtein(const GroupingGroup * p_group, const Pro
_p_writer->writeCell(p_grp_protein->getGroupingId());
_p_writer->writeCell(msrun_sp.get()->getXmlId());
_p_writer->writeCell(msrun_sp.get()->getFilename());
_p_writer->writeCell(msrun_sp.get()->getSampleName());
//const std::list<DbXref> & dbxref_list = p_protein->getDbxrefList();
//if (dbxref_list.size() == 0) {
......
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