From bfea300687a89eaba89dba6577e5689f8939ac97 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Sun, 22 Jan 2023 02:45:03 -0600 Subject: [PATCH] fix(dragmap): Rollback to 1.2.1 (#2761) * fix(dragmap): Rollback to 1.2.1 https://github.com/Illumina/DRAGMAP/issues/47 * chore: Bump md5sums --- dragmap/align/main.nf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dragmap/align/main.nf b/dragmap/align/main.nf index 22e4b7c..6138f58 100644 --- a/dragmap/align/main.nf +++ b/dragmap/align/main.nf @@ -2,10 +2,10 @@ process DRAGMAP_ALIGN { tag "$meta.id" label 'process_high' - conda "bioconda::dragmap=1.3.0 bioconda::samtools=1.16.1 conda-forge::pigz=2.3.4" + conda "bioconda::dragmap=1.2.1 bioconda::samtools=1.15.1 conda-forge::pigz=2.3.4" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/mulled-v2-580d344d9d4a496cd403932da8765f9e0187774d:bb7e33c2ede38421063b8379a5fb3453645bb047-0': - 'quay.io/biocontainers/mulled-v2-580d344d9d4a496cd403932da8765f9e0187774d:bb7e33c2ede38421063b8379a5fb3453645bb047-0' }" + 'https://depot.galaxyproject.org/singularity/mulled-v2-580d344d9d4a496cd403932da8765f9e0187774d:5ebebbc128cd624282eaa37d2c7fe01505a91a69-0': + 'quay.io/biocontainers/mulled-v2-580d344d9d4a496cd403932da8765f9e0187774d:5ebebbc128cd624282eaa37d2c7fe01505a91a69-0' }" input: tuple val(meta) , path(reads)