Skip to content

Commit

Permalink
Fix another misnamed parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
gbggrant committed Aug 12, 2024
1 parent 7df0cfe commit fd00f35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/variantstore/wdl/GvsUtils.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@ task PopulateFilterSetInfo {
--ref-version 38 \
--filter-set-name ~{filter_set_name} \
-mode SNP \
--use-VQSR ~{useVQSR} \
--use-vqsr ~{useVQSR} \
-V ~{snp_recal_file} \
-O ~{filter_set_name}.snps.recal.tsv
Expand All @@ -1284,7 +1284,7 @@ task PopulateFilterSetInfo {
--ref-version 38 \
--filter-set-name ~{filter_set_name} \
-mode INDEL \
--use-VQSR ~{useVQSR} \
--use-vqsr ~{useVQSR} \
-V ~{indel_recal_file} \
-O ~{filter_set_name}.indels.recal.tsv
Expand Down

0 comments on commit fd00f35

Please sign in to comment.