Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-cunial committed Nov 6, 2023
1 parent 1fc3379 commit 4692f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdl/pipelines/TruvariIntrasample.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ task TruvariIntrasampleImpl {
File bcftools_merged_idx = "~{work_dir}/~{sample_id}.bcftools_merged.vcf.gz.tbi"
}
runtime {
docker: "fcunial/truvari_intrasample"
docker: "us.gcr.io/broad-dsp-lrma/aou-lr/truvari_intrasample"
cpu: 1
memory: "16GB"
disks: "local-disk " + disk_size_gb + " HDD"
Expand Down

0 comments on commit 4692f3d

Please sign in to comment.