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

get log evalue prot

parent a71b1211
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ void ProteinSheet::writeOneProtein(const GroupingGroup * p_group, const ProteinM
_p_writer->writeCell(p_grp_protein->getGroupingId());
_p_writer->writeCell(p_protein->getAccession());
_p_writer->writeCell(p_protein->getDescription());
_p_writer->writeCell(p_protein_match->getEvalue());
_p_writer->writeCell(p_protein_match->getLogEvalue());
// _p_writer->writeCell("Coverage");
_p_writer->writeCell(p_protein_match->getCoverage());
// _p_writer->writeCell("MW");
......
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