Skip to content

Commit

Permalink
chore: point containers to branch
Browse files Browse the repository at this point in the history
  • Loading branch information
adthrasher committed Jan 9, 2025
1 parent 1038702 commit c5eb1fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tools/bowtie2.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ task build {
runtime {
cpu: ncpu
memory: "20 GB"
container: "ghcr.io/stjudecloud/bowtie2:2.5.4"
container: "ghcr.io/stjudecloud/bowtie2:branch-hic_workflow-2.5.4"
maxRetries: 1
}
}
Expand Down Expand Up @@ -417,7 +417,7 @@ task align {
}

runtime {
container: "ghcr.io/stjudecloud/bowtie2:2.5.4"
container: "ghcr.io/stjudecloud/bowtie2:branch-hic_workflow-2.5.4"
cpu: ncpu
memory: "20 GB"
}
Expand Down
4 changes: 2 additions & 2 deletions tools/hilow.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ task qcreport {
}

runtime {
container: "ghcr.io/stjudecloud/hilow:1.0.0"
container: "ghcr.io/stjudecloud/hilow:branch-hic_workflow-1.0.0"
cpu: 1
disks: "~{disk_size_gb} GB"
memory: "4 GB"
Expand Down Expand Up @@ -286,7 +286,7 @@ task converthic {
}

runtime {
container: "ghcr.io/stjudecloud/juicertools:1.6.2"
container: "ghcr.io/stjudecloud/juicertools:branch-hic_workflow-1.6.2"
cpu: 1
disks: "~{disk_size_gb} GB"
memory: "18 GB"
Expand Down

0 comments on commit c5eb1fa

Please sign in to comment.