Bump Pangolin version to 3.1.20 (#1296)

* Bump Pangolin version to 3.1.20

* Fix md5sum
rpetit3-patch-1
Harshil Patel 2 years ago committed by GitHub
parent 967fb22ded
commit 12b0bc5aa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,10 +2,10 @@ process PANGOLIN {
tag "$meta.id"
label 'process_medium'
conda (params.enable_conda ? 'bioconda::pangolin=3.1.19' : null)
conda (params.enable_conda ? 'bioconda::pangolin=3.1.20' : null)
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/pangolin:3.1.19--pyhdfd78af_0' :
'quay.io/biocontainers/pangolin:3.1.19--pyhdfd78af_0' }"
'https://depot.galaxyproject.org/singularity/pangolin:3.1.20--pyhdfd78af_0' :
'quay.io/biocontainers/pangolin:3.1.20--pyhdfd78af_0' }"
input:
tuple val(meta), path(fasta)

@ -4,4 +4,4 @@
- pangolin
files:
- path: ./output/pangolin/test.pangolin.csv
md5sum: d92ede51bf3886f696f2089e86189125
md5sum: 378f211c219bb644dea63adf7c3254fe

Loading…
Cancel
Save