Skip to content

Commit

Permalink
Fix software env
Browse files Browse the repository at this point in the history
  • Loading branch information
pinin4fjords committed Feb 12, 2024
1 parent 0ed1df6 commit 9494f70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/nf-core/umitools/prepareforrsem/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ channels:
- bioconda
- defaults
dependencies:
- "bioconda::umitools=0.3.4"
- "bioconda::umitools=1.1.4"
2 changes: 1 addition & 1 deletion modules/nf-core/umitools/prepareforrsem/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process UMITOOLS_PREPAREFORRSEM {
tag "$meta.id"
label 'process_medium'

conda "bioconda::umi_tools=1.1.4"
conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/umi_tools:1.1.4--py38hbff2b2d_1' :
'biocontainers/umi_tools:1.1.4--py38hbff2b2d_1' }"
Expand Down

0 comments on commit 9494f70

Please sign in to comment.