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

handle decoy and contaminant filter status, more information in ODS output

parent 1dd2746f
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,8 @@ InfoSheet::InfoSheet (OdsExport * p_ods_export, CalcWriterInterface * p_writer,
}
}
p_writer->writeLine();
std::vector<FastaFile> decoy_file_list = p_project->getProteinStore().getDecoyFastaFileList();
if (conta_file_list.size() == 0) {
p_writer->writeCell("decoy pattern");
......@@ -96,6 +98,7 @@ InfoSheet::InfoSheet (OdsExport * p_ods_export, CalcWriterInterface * p_writer,
}
}
p_writer->writeLine();
}
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