Skip to content
Snippets Groups Projects
Commit 66399ba3 authored by Cats's avatar Cats
Browse files

fix whitespace

parent 38333745
Branches BIOWDL-258
No related tags found
No related merge requests found
......@@ -141,11 +141,11 @@ task Filter {
set -e
mkdir -p "$(dirname ~{outputPath})"
bcftools \
filter \
filter \
~{true="-i" false="" length(include) > 0} ~{sep=" -i " include} \
~{vcf} \
-O z \
-o ~{outputPath}
~{vcf} \
-O z \
-o ~{outputPath}
bctools 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