mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
Use moduleDir for conda env
This commit is contained in:
parent
f7c42ac4fd
commit
dd34fa5853
1 changed files with 1 additions and 2 deletions
|
@ -10,8 +10,7 @@ process FASTQC {
|
|||
path "*.version.txt", emit: version
|
||||
|
||||
container 'docker.pkg.github.com/nf-core/fastqc'
|
||||
// see https://github.com/nextflow-io/nextflow/issues/1674
|
||||
conda "../environment.yml"
|
||||
conda "${moduleDir}/environment.yml"
|
||||
|
||||
publishDir "${params.out_dir}", mode: params.publish_dir_mode
|
||||
|
||||
|
|
Loading…
Reference in a new issue