From f650e3daea3b0f531a19bd9a0e65958ce6cec633 Mon Sep 17 00:00:00 2001
From: Olivier Langella <olivier.langella@u-psud.fr>
Date: Mon, 6 Nov 2017 16:30:02 +0100
Subject: [PATCH] handle decoy and contaminant filter status, more information
 in ODS output

---
 src/output/ods/infosheet.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/output/ods/infosheet.cpp b/src/output/ods/infosheet.cpp
index ce22bd2c2..9ad9ef693 100644
--- a/src/output/ods/infosheet.cpp
+++ b/src/output/ods/infosheet.cpp
@@ -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();
 
 }
 
-- 
GitLab