Skip to content

Commit 56fd73d

Browse files
author
bshifaw
committed
fixed SNPsVariantRecalibrator syntax for resources parameter
1 parent 2407524 commit 56fd73d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

joint-discovery-gatk4-local.wdl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -670,10 +670,10 @@ task SNPsVariantRecalibrator {
670670
-mode SNP \
671671
${"--input-model " + model_report + " --output-tranches-for-scatter "} \
672672
--max-gaussians 6 \
673-
--resource:hapmap,known=false,training=true,truth=true,prior=15:${hapmap_resource_vcf} \
674-
--resource:omni,known=false,training=true,truth=true,prior=12:${omni_resource_vcf} \
675-
--resource:1000G,known=false,training=true,truth=false,prior=10:${one_thousand_genomes_resource_vcf} \
676-
--resource:dbsnp,known=true,training=false,truth=false,prior=7:${dbsnp_resource_vcf}
673+
--resource:hapmap,known=false,training=true,truth=true,prior=15 ${hapmap_resource_vcf} \
674+
--resource:omni,known=false,training=true,truth=true,prior=12 ${omni_resource_vcf} \
675+
--resource:1000G,known=false,training=true,truth=false,prior=10 ${one_thousand_genomes_resource_vcf} \
676+
--resource:dbsnp,known=true,training=false,truth=false,prior=7 ${dbsnp_resource_vcf}
677677
}
678678
runtime {
679679
docker: docker

0 commit comments

Comments
 (0)