Skip to content

Commit ca7a391

Browse files
committed
remove separate snpit container and fix parenthesis in config
1 parent e9fd408 commit ca7a391

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

environments/snpit_container.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

nextflow.config

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ profiles {
6060
conda.cacheDir = params.cache
6161
}
6262

63+
}
64+
6365
apptainer {
6466
apptainer.enabled = true
6567
process.container = "oras://ghcr.io/bccdc-phl/tbprofiler-nf:9e89d28e3de50f49"
@@ -68,7 +70,6 @@ profiles {
6870
}
6971
}
7072

71-
}
7273
}
7374

7475
process {
@@ -82,3 +83,20 @@ trace {
8283
overwrite = true
8384
file = "${params.outdir}/nextflow_trace.tsv"
8485
}
86+
87+
88+
process {
89+
withName: snpit {
90+
91+
conda = "$baseDir/environments/snpit.yml"
92+
container = "oras://ghcr.io/bccdc-phl/snpit-container:63179e326beaaeaa"
93+
94+
}
95+
96+
withName: plot_coverage {
97+
98+
conda = "$baseDir/environments/bakta.yml"
99+
container = "oras://ghcr.io/bccdc-phl/ghcr.io/bccdc-phl/seaborn:1e75cc4939fa0e57"
100+
101+
}
102+
}

0 commit comments

Comments
 (0)