From a2b5093fcc1ed45b089b986d94a67113212291ea Mon Sep 17 00:00:00 2001 From: imoustakas <i.moustakas@lumc.nl> Date: Thu, 28 Jun 2018 16:51:31 +0200 Subject: [PATCH] Add basic peakcalling with MACS2 --- macs2.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macs2.wdl b/macs2.wdl index 999f3f0..9803e2f 100644 --- a/macs2.wdl +++ b/macs2.wdl @@ -14,7 +14,7 @@ task peakCalling { } output { - File peakFile = outDir + "/" + sampleName + "/macs2/" + sampleName + "_peaks.narrowPeak" + File peakFile = outDir + "/" + sampleName + "/macs2/" + sampleName + "_peaks.narrowPeakd" } runtime { -- GitLab