Skip to content

Commit

Permalink
add bcftools in vireo conda env
Browse files Browse the repository at this point in the history
add bcftools
  • Loading branch information
wxicu authored Feb 8, 2024
1 parent 7954340 commit 919079c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/multi/gene_demulti/vireo.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process vireo{
publishDir "$params.outdir/$sampleId/$params.mode/gene_demulti/vireo", mode: 'copy'
label 'big_mem'
tag "${sampleId}"
conda "aksarkar::vireosnp"
conda "aksarkar::vireosnp bioconda::bcftools"

input:
tuple val(sampleId), path(celldata), val(ndonor), val(donorfile)
Expand Down

0 comments on commit 919079c

Please sign in to comment.