Skip to content

Commit

Permalink
Update atac.wdl
Browse files Browse the repository at this point in the history
update snap_atac_docker tag to 2.0.0
  • Loading branch information
rsc3 authored Dec 16, 2024
1 parent 987e1e5 commit 0bc38f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/skylab/atac/atac.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ workflow ATAC {
String cutadapt_docker = "cutadapt:1.0.0-4.4-1686752919"
String samtools_docker = "samtools-dist-bwa:3.0.0"
String upstools_docker = "upstools:1.0.0-2023.03.03-1704300311"
String snap_atac_docker = "snapatac2:1.1.0"
String snap_atac_docker = "snapatac2:2.0.0"

# Make sure either 'gcp' or 'azure' is supplied as cloud_provider input. If not, raise an error
if ((cloud_provider != "gcp") && (cloud_provider != "azure")) {
Expand Down

0 comments on commit 0bc38f6

Please sign in to comment.