Skip to content

Commit

Permalink
fix(dragmap): Rollback to 1.2.1 (#2761)
Browse files Browse the repository at this point in the history
* fix(dragmap): Rollback to 1.2.1

Illumina/DRAGMAP#47

* chore: Bump md5sums
  • Loading branch information
edmundmiller authored Jan 22, 2023
1 parent 7a5efed commit bfea300
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dragmap/align/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bfea300

Please sign in to comment.