From b8ff8e32e305587ac2c7909db3058fbbba2a859a Mon Sep 17 00:00:00 2001 From: FriederikeHanssen Date: Mon, 13 Jun 2022 09:26:29 +0200 Subject: [PATCH] Update modules/manta/convertinversion/main.nf Co-authored-by: Maxime U. Garcia --- modules/manta/convertinversion/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/manta/convertinversion/main.nf b/modules/manta/convertinversion/main.nf index f3491530..c38fd254 100644 --- a/modules/manta/convertinversion/main.nf +++ b/modules/manta/convertinversion/main.nf @@ -2,7 +2,7 @@ process MANTA_CONVERTINVERSION { tag "$meta.id" label 'process_low' - conda (params.enable_conda ? "bioconda::samtools=1.15.1 bioconda::manta=1.6.0" : null) + conda (params.enable_conda ? "bioconda::manta=1.6.0 bioconda::samtools=1.15.1" : null) container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 'https://depot.galaxyproject.org/singularity/mulled-v2-40295ae41112676b05b649e513fe7000675e9b84:0b4be2c719f99f44df34be7b447b287bb7f86e01-0': 'quay.io/biocontainers/mulled-v2-40295ae41112676b05b649e513fe7000675e9b84:0b4be2c719f99f44df34be7b447b287bb7f86e01-0' }"