diff --git a/biopet.wdl b/biopet.wdl index ec29318278fb7c85796c4bea62541b437b127848..8a23cf67cdfe58804a63727e56833e647dd50694 100644 --- a/biopet.wdl +++ b/biopet.wdl @@ -324,8 +324,8 @@ task ValidateAnnotation { set -e -o pipefail ${preCommand} ${toolCommand} \ - ${"-r" + refRefflat} \ - ${"-g" + gtfFile} \ + ${"-r " + refRefflat} \ + ${"-g " + gtfFile} \ -R ${refFasta} }