We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d226fee + cb49d49 commit 223ca9dCopy full SHA for 223ca9d
1 file changed
modules/local/zstd_decompress/main.nf
@@ -2,7 +2,7 @@ process ZSTD_DECOMPRESS {
2
tag "$archive"
3
label 'process_single'
4
5
- conda "conda-forge::sed=4.7"
+ conda "${moduleDir}/environment.yml"
6
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
7
'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/0a/0a27033ae5d8add5059f44c62a6004bfcd061d33020edee095fbb204e6f32fee/data' :
8
'community.wave.seqera.io/library/zstd:b5faa75d5b75be7f' }"
0 commit comments