Skip to content

Commit f3391f0

Browse files
committed
update container name in config
1 parent 6783ecc commit f3391f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nextflow.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,14 @@ process {
8989
withName: snpit {
9090

9191
conda = "$baseDir/environments/snpit.yml"
92-
container = "oras://ghcr.io/bccdc-phl/snpit:0e1454514dad19dd"
92+
container = "oras://ghcr.io/bccdc-phl/tbprofiler-nf-snpit:927d241b2c0a2c8b"
9393

9494
}
9595

9696
withName: plot_coverage {
9797

9898
conda = "$baseDir/environments/seaborn.yml"
99-
container = "oras://ghcr.io/bccdc-phl/seaborn:1e75cc4939fa0e57"
99+
container = "oras://ghcr.io/bccdc-phl/tbprofiler-nf-seaborn:3617ebd9bb25d94d"
100100

101101
}
102102
}

0 commit comments

Comments
 (0)