From b5552f5dbc80e8872ef8e89ea31763ad24490134 Mon Sep 17 00:00:00 2001
From: Ruben Vorderman <r.h.p.vorderman@lumc.nl>
Date: Thu, 8 Feb 2018 11:07:13 +0100
Subject: [PATCH] modify fastqc

---
 fastqc.wdl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fastqc.wdl b/fastqc.wdl
index 657c792..aa1e397 100644
--- a/fastqc.wdl
+++ b/fastqc.wdl
@@ -55,7 +55,7 @@ task fastqc {
         File perBaseSequenceContent = reportDir + "/Images/per_base_sequence_content.png"
         File perSequenceGCContent = reportDir + "/Images/per_sequence_gc_content.png"
         File perSequenceQuality = reportDir + "/Images/per_sequence_quality.png"
-        File perTileQuality = reportDir + "/Images/per_tile_quality.png"
+        #File perTileQuality = reportDir + "/Images/per_tile_quality.png"
         File sequenceLengthDistribution = reportDir + "/Images/sequence_length_distribution.png"
     }
 
-- 
GitLab