File tree Expand file tree Collapse file tree 2 files changed +19
-10
lines changed
Expand file tree Collapse file tree 2 files changed +19
-10
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff 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
7475process {
@@ -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+ }
You can’t perform that action at this time.
0 commit comments