From ca68fbdc37349ddd05debd1db4878c705282cca8 Mon Sep 17 00:00:00 2001 From: DavyCats <davycats.dc@gmail.com> Date: Thu, 7 Jun 2018 13:27:54 +0200 Subject: [PATCH] fix oversight --- biopet.wdl | 1 - 1 file changed, 1 deletion(-) diff --git a/biopet.wdl b/biopet.wdl index 8dd6e78..545d692 100644 --- a/biopet.wdl +++ b/biopet.wdl @@ -76,7 +76,6 @@ task FastqSplitter { command { set -e -o pipefail ${preCommand} - for mkdir -p $(dirname ${sep=') $(dirname ' outputPaths}) if [ ${length(outputPaths)} -gt 1 ]; then java -jar ${toolJar} \ -- GitLab