Skip to content

Commit 84b3e45

Browse files
committed
conda and container for snpit and plot coverage processes specified in nextflow config
1 parent f3391f0 commit 84b3e45

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modules/tbprofiler.nf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,6 @@ process snpit {
195195

196196
publishDir "${params.outdir}/${sample_id}", mode: 'copy', pattern: "${sample_id}_snpit_unchecked.tsv"
197197

198-
conda "$baseDir/environments/snpit.yml"
199-
200198
input:
201199
tuple val(sample_id), path(vcf)
202200

@@ -289,8 +287,6 @@ process plot_coverage {
289287

290288
tag { sample_id }
291289

292-
conda "$baseDir/environments/seaborn.yml"
293-
294290
publishDir "${params.outdir}/${sample_id}", mode: 'copy', pattern: "${sample_id}_coverage_plot.png"
295291

296292
input:

0 commit comments

Comments
 (0)