From cc899a63b23d03bf6f5e03f018d5bc0e36bc82e7 Mon Sep 17 00:00:00 2001 From: ffinfo <pjrvanthof@gmail.com> Date: Tue, 21 Aug 2018 10:45:31 +0200 Subject: [PATCH] Added touch --- biopet.wdl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/biopet.wdl b/biopet.wdl index a3ecdd0..335f26d 100644 --- a/biopet.wdl +++ b/biopet.wdl @@ -97,6 +97,8 @@ task ExtractAdaptersFastqc { set -e ~{preCommand} mkdir -p ~{outputDir} + touch ~{adapterOutputFilePath} + touch ~{contamsOutputFilePath} ~{toolCommand} \ --inputFile ~{inputFile} \ ~{"--adapterOutputFile " + adapterOutputFilePath } \ -- GitLab