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

fix view task

parent 86cd2038
Branches BIOWDL-258
No related tags found
No related merge requests found
......@@ -37,9 +37,9 @@ task View {
set -e
mkdir -p "$(dirname ~{outputPath})"
bcftools view \
~{inputFile} -o ~{outputPath} \
-o ~{outputPath} \
-O ~{outputType} \
-l ~{compressionLevel}
-l ~{compressionLevel} \
~{inputFile}
bcftools index --tbi ~{outputPath}
......
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