Skip to content

Commit 6783ecc

Browse files
committed
update container naming
1 parent 3cba4b1 commit 6783ecc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

environments/seaborn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: seaborn
1+
name: tbprofiler-nf-seaborn
22
channels:
33
- conda-forge
44
- bioconda

environments/snpit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: snpit
1+
name: tbprofiler-nf-snpit
22
channels:
33
- conda-forge
44
- bioconda

nextflow.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ profiles {
6464

6565
apptainer {
6666
apptainer.enabled = true
67-
process.container = "oras://ghcr.io/bccdc-phl/tbprofiler-nf:9e89d28e3de50f49"
67+
process.container = "oras://ghcr.io/bccdc-phl/tbprofiler-nf:8c378f873be9f5ac"
6868
if (params.cache) {
6969
apptainer.cacheDir = params.cache
7070
}
@@ -95,7 +95,7 @@ process {
9595

9696
withName: plot_coverage {
9797

98-
conda = "$baseDir/environments/bakta.yml"
98+
conda = "$baseDir/environments/seaborn.yml"
9999
container = "oras://ghcr.io/bccdc-phl/seaborn:1e75cc4939fa0e57"
100100

101101
}

0 commit comments

Comments
 (0)