Skip to content
Snippets Groups Projects
Commit 7d5b7928 authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

Merge branch 'BIOWDL-38' of github.com:biowdl/tasks into BIOWDL-38

parents 2b903b2b d1015063
No related branches found
No related tags found
1 merge request!34Move all files to version 1.0
......@@ -341,8 +341,8 @@ task ValidateAnnotation {
set -e -o pipefail
~{preCommand}
~{toolCommand} \
~{"-r" + refRefflat} \
~{"-g" + gtfFile} \
~{"-r " + refRefflat} \
~{"-g " + gtfFile} \
-R ~{refFasta}
}
......@@ -374,7 +374,7 @@ task ValidateFastq {
command {
set -e -o pipefail
~{preCommand}
~{toolCommand}\
~{toolCommand} \
--fastq1 ~{fastq1} \
~{"--fastq2 " + fastq2}
}
......@@ -407,7 +407,7 @@ task ValidateVcf {
command {
set -e -o pipefail
~{preCommand}
~{toolCommand}\
~{toolCommand} \
-i ~{vcfFile} \
-R ~{refFasta}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment