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

do not color protein in compar sheets

parent c9dc6dea
No related branches found
No related tags found
No related merge requests found
......@@ -99,9 +99,8 @@ void ComparBaseSheet::writeProteinMatch(const ProteinMatch * p_protein_match) {
_p_writer->writeCell(pappso::Utils::getLexicalOrderedString(group_number));
_p_ods_export->setEvenOrOddStyle(subgroup_number, _p_writer);
_p_writer->writeCell(pappso::Utils::getLexicalOrderedString(subgroup_number));
_p_ods_export->setEvenOrOddStyle(rank_number, _p_writer);
_p_writer->writeCell(p_protein_match->getGrpProteinSp().get()->getGroupingId());
_p_writer->clearTableCellStyleRef();
_p_writer->writeCell(p_protein_match->getGrpProteinSp().get()->getGroupingId());
_p_writer->writeCell(p_protein_match->getProteinXtpSp().get()->getAccession());
_p_writer->writeCell(p_protein_match->getProteinXtpSp().get()->getDescription());
......
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