Skip to content

Commit 082c738

Browse files
committed
specify oppenssl version
1 parent 783b3ac commit 082c738

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

modules/02_normalization.nf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ process VT_DECOMPOSE_COMPLEX {
3434
memory params.memory
3535
tag "${name}"
3636

37-
conda (params.enable_conda ? "bioconda::vt=0.57721" : null)
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)
3839

3940
input:
4041
tuple val(name), file(vcf)

0 commit comments

Comments
 (0)