Skip to content
Snippets Groups Projects
Commit 93c2816f authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Fixed argument

parent 6663e0b0
No related branches found
No related tags found
No related merge requests found
......@@ -94,11 +94,8 @@ task HaplotypeCallerGvcf {
-O ${gvcf_basename}.vcf.gz \
-I ${sep=" -I " input_bams} \
-L ${sep=' -L ' interval_list} \
-ERC GVCF \
-variant_index_parameter 128000 \
-variant_index_type LINEAR \
-contamination ${default=0 contamination} \
--read_filter OverclippedRead
-ERC GVCF
}
output {
File output_gvcf = "${gvcf_basename}.vcf.gz"
......
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