We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6783ecc commit f3391f0Copy full SHA for f3391f0
nextflow.config
@@ -89,14 +89,14 @@ process {
89
withName: snpit {
90
91
conda = "$baseDir/environments/snpit.yml"
92
- container = "oras://ghcr.io/bccdc-phl/snpit:0e1454514dad19dd"
+ container = "oras://ghcr.io/bccdc-phl/tbprofiler-nf-snpit:927d241b2c0a2c8b"
93
94
}
95
96
withName: plot_coverage {
97
98
conda = "$baseDir/environments/seaborn.yml"
99
- container = "oras://ghcr.io/bccdc-phl/seaborn:1e75cc4939fa0e57"
+ container = "oras://ghcr.io/bccdc-phl/tbprofiler-nf-seaborn:3617ebd9bb25d94d"
100
101
102
0 commit comments