Skip to content

Commit

Permalink
small fix to MergeVCFs (#7517)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsasch authored Oct 22, 2021
1 parent 63c856a commit 0dd2be0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .dockstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ workflows:
branches:
- master
- ah_var_store
- rsa_rescattering_wf
- name: GvsCreateFilterSet
subclass: WDL
primaryDescriptorPath: /scripts/variantstore/wdl/GvsCreateFilterSet.wdl
Expand All @@ -82,7 +81,6 @@ workflows:
branches:
- master
- ah_var_store
- rsa_rescattering_wf
- name: GvsCreateAltAllele
subclass: WDL
primaryDescriptorPath: /scripts/variantstore/wdl/GvsCreateAltAllele.wdl
Expand Down
2 changes: 1 addition & 1 deletion scripts/variantstore/wdl/GvsUtils.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ task MergeVCFs {
if [ -n "$OUTPUT_GCS_DIR" ]; then
gsutil cp ~{output_vcf_name} $OUTPUT_GCS_DIR/
gsutil cp ~{output_vcf_name}.tbi $OUTPUT_GCS_DIR/
if
fi
}

runtime {
Expand Down

0 comments on commit 0dd2be0

Please sign in to comment.