Skip to content

Commit

Permalink
Update Docker image in extract_info.wdl
Browse files Browse the repository at this point in the history
  • Loading branch information
anand-imcm committed Mar 28, 2024
1 parent 1fd2ade commit e7a1fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/tasks/extract_info.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ task extract {
}

runtime {
docker: "docker.io/library/extract"
docker: "~{docker}"
memory: "32G"
disks: "local-disk ~{disk_size_gb} HDD"
}
Expand Down

0 comments on commit e7a1fab

Please sign in to comment.