Skip to content

Commit

Permalink
solve conda env issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wxicu committed Nov 9, 2023
1 parent 6646ab3 commit 9f809e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/hash_demulti/demuxem.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process demuxem{
publishDir "$projectDir/$params.outdir/$sampleId/$params.mode/hash_demulti/demuxem", mode:'copy'
label 'small_mem'

conda "python bioconda::pegasuspy pandas scanpy demuxEM"
conda "bioconda::pegasuspy bioconda::scanpy bioconda::demuxEM"

input:
tuple val(sampleId), path(raw_hto_matrix_dir, stageAs: "hto_data_${params.hto_matrix_demuxem}"),
Expand Down

0 comments on commit 9f809e6

Please sign in to comment.