We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3391f0 commit 84b3e45Copy full SHA for 84b3e45
modules/tbprofiler.nf
@@ -195,8 +195,6 @@ process snpit {
195
196
publishDir "${params.outdir}/${sample_id}", mode: 'copy', pattern: "${sample_id}_snpit_unchecked.tsv"
197
198
- conda "$baseDir/environments/snpit.yml"
199
-
200
input:
201
tuple val(sample_id), path(vcf)
202
@@ -289,8 +287,6 @@ process plot_coverage {
289
287
290
288
tag { sample_id }
291
292
- conda "$baseDir/environments/seaborn.yml"
293
294
publishDir "${params.outdir}/${sample_id}", mode: 'copy', pattern: "${sample_id}_coverage_plot.png"
295
296
0 commit comments