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

This commit is contained in:
Matthieu Muffato 2022-08-22 11:18:09 +01:00 committed by GitHub
parent 37c6d4a1a1
commit ed82766696
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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