mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
Use a newer container version because the previous one is broken (#1933)
This commit is contained in:
parent
37c6d4a1a1
commit
ed82766696
1 changed files with 3 additions and 3 deletions
|
@ -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…
Reference in a new issue