Skip to content

Commit

Permalink
Fix custom/catadditionalfasta (#5851)
Browse files Browse the repository at this point in the history
* Update environment.yml

* Update main.nf
  • Loading branch information
maxulysse authored Jun 20, 2024
1 parent d19df06 commit 13c7a1b
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/custom/catadditionalfasta/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ channels:
- bioconda
- defaults
dependencies:
- conda-forge::python=3.9.5"
- conda-forge::python=3.9.5
2 changes: 1 addition & 1 deletion modules/nf-core/custom/catadditionalfasta/main.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process CUSTOM_CATADDITIONALFASTA {
tag "$meta.id"

conda "conda-forge::python=3.9.5"
conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/python:3.9--1' :
'biocontainers/python:3.9--1' }"
Expand Down

0 comments on commit 13c7a1b

Please sign in to comment.