Use a newer container version because the previous one is broken (#1933)

master
Matthieu Muffato 2 years ago committed by GitHub
parent 37c6d4a1a1
commit ed82766696
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,10 +2,10 @@ process NCBIGENOMEDOWNLOAD {
tag "$meta.id"
label 'process_low'
conda (params.enable_conda ? "bioconda::ncbi-genome-download=0.3.0" : null)
conda (params.enable_conda ? "bioconda::ncbi-genome-download=0.3.1" : null)
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/ncbi-genome-download:0.3.0--pyh864c0ab_1' :
'quay.io/biocontainers/ncbi-genome-download:0.3.0--pyh864c0ab_1' }"
'https://depot.galaxyproject.org/singularity/ncbi-genome-download:0.3.1--pyh5e36f6f_0' :
'quay.io/biocontainers/ncbi-genome-download:0.3.1--pyh5e36f6f_0' }"
input:
val meta

Loading…
Cancel
Save