diff --git a/src/output/ods/proteinsheet.cpp b/src/output/ods/proteinsheet.cpp index 0fd9972bbf00a45e27fcea6ad19e008a42a349fd..ec99dc9d62ddb87b73c245b4bbfad0ddc9b75363 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");