Skip to content

Commit

Permalink
chore(#6134): Move environment file
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller authored and GallVp committed Nov 24, 2024
1 parent dc94b6e commit 2b3c444
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions modules/nf-core/decoupler/decoupler/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json
channels:
- conda-forge
- bioconda
dependencies:
# renovate: datasource=conda depName=conda-forge/decoupler-py
- conda-forge::decoupler-py=1.6.0
2 changes: 1 addition & 1 deletion modules/nf-core/decoupler/decoupler/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process DECOUPLER {
tag "$meta.id"
label 'process_medium'

conda "conda-forge::decoupler-py=1.6.0"
conda "${moduleDir}/environment.yml"
container = "ghcr.io/saezlab/publish-packages/decoupler:sha-5838309"

input:
Expand Down

0 comments on commit 2b3c444

Please sign in to comment.