Skip to content

Commit 223ca9d

Browse files
authored
Merge pull request nf-core#336 from nf-core/zstd-conda-path-fix
zstd conda path fix
2 parents d226fee + cb49d49 commit 223ca9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • modules/local/zstd_decompress

modules/local/zstd_decompress/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ process ZSTD_DECOMPRESS {
22
tag "$archive"
33
label 'process_single'
44

5-
conda "conda-forge::sed=4.7"
5+
conda "${moduleDir}/environment.yml"
66
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
77
'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/0a/0a27033ae5d8add5059f44c62a6004bfcd061d33020edee095fbb204e6f32fee/data' :
88
'community.wave.seqera.io/library/zstd:b5faa75d5b75be7f' }"

0 commit comments

Comments
 (0)