From ba50ff98d96c662ea016e16153c265787f7e50ae Mon Sep 17 00:00:00 2001
From: Peter van 't Hof <p.j.van_t_hof@lumc.nl>
Date: Tue, 27 Oct 2015 14:59:14 +0100
Subject: [PATCH] Added more setting to the report

---
 .../nl/lumc/sasc/biopet/pipelines/shiva/shivaFront.ssp         | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/public/shiva/src/main/resources/nl/lumc/sasc/biopet/pipelines/shiva/shivaFront.ssp b/public/shiva/src/main/resources/nl/lumc/sasc/biopet/pipelines/shiva/shivaFront.ssp
index 5721d2251..e442b049e 100644
--- a/public/shiva/src/main/resources/nl/lumc/sasc/biopet/pipelines/shiva/shivaFront.ssp
+++ b/public/shiva/src/main/resources/nl/lumc/sasc/biopet/pipelines/shiva/shivaFront.ssp
@@ -15,6 +15,9 @@
     </tr>
     <tr><th>Reference</th><td>${summary.getValue("shiva", "settings", "reference", "species")} - ${summary.getValue("shiva", "settings", "reference", "name")}</td></tr>
     <tr><th>Number of samples</th><td>${summary.samples.size}</td></tr>
+    <tr><th>Annotation</th><td>${summary.getValue("shiva", "settings", "annotation")}</td></tr>
+    <tr><th>Multisample variantcalling</th><td>${summary.getValue("shiva", "settings", "multisample_variantcalling")}</td></tr>
+    <tr><th>Sv calling</th><td>${summary.getValue("shiva", "settings", "sv_calling")}</td></tr>
 </tbody>
 </table>
 <br/>
-- 
GitLab