Skip to content

Commit

Permalink
chore: remove ubuntu containers
Browse files Browse the repository at this point in the history
  • Loading branch information
adthrasher committed Feb 7, 2025
1 parent 1ceb2b5 commit 43fc83b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/hilow.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ task extract_promoters {
cpu: 1
memory: "4 GB"
maxRetries: 1
container: "ubuntu:22.04"
container: "ghcr.io/stjudecloud/util:2.0.0"
}
}

Expand Down Expand Up @@ -102,7 +102,7 @@ task extract_genes {
cpu: 1
memory: "4 GB"
maxRetries: 1
container: "ubuntu:22.04"
container: "ghcr.io/stjudecloud/util:2.0.0"
}
}

Expand Down

0 comments on commit 43fc83b

Please sign in to comment.