From 2fcdb3d6e2d8ea79c47cabccc74ceb9d4558f3c1 Mon Sep 17 00:00:00 2001 From: Olivier Langella <Olivier.Langella@moulon.inra.fr> Date: Thu, 18 May 2017 15:42:12 +0200 Subject: [PATCH] get log evalue prot --- src/output/ods/proteinsheet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/output/ods/proteinsheet.cpp b/src/output/ods/proteinsheet.cpp index 0fd9972bb..ec99dc9d6 100644 --- a/src/output/ods/proteinsheet.cpp +++ b/src/output/ods/proteinsheet.cpp @@ -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"); -- GitLab