We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 082c738 commit f53bb55Copy full SHA for f53bb55
1 file changed
modules/02_normalization.nf
@@ -34,7 +34,6 @@ process VT_DECOMPOSE_COMPLEX {
34
memory params.memory
35
tag "${name}"
36
37
- //conda (params.enable_conda ? "openssl=1.1.1m bioconda::vt=0.57721" : null)
38
conda (params.enable_conda ? "openssl=3.0.0 bioconda::vt=0.57721" : null)
39
40
input:
0 commit comments