mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
changed container
This commit is contained in:
parent
b0c5f9422b
commit
5be6afd6b1
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ process SRST2_SRST2 {
|
|||
|
||||
conda (params.enable_conda ? "bioconda::srst2=0.2.0" : null)
|
||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||
'https://depot.galaxyproject.org/singularity/srst2%3A0.2.0--py_4':
|
||||
'quay.io/biocontainers/srst2:0.2.0--py_4'}"
|
||||
'https://depot.galaxyproject.org/singularity/srst2%3A0.2.0--py27_2':
|
||||
'quay.io/biocontainers/srst2:0.2.0--py27_2'}"
|
||||
|
||||
input:
|
||||
tuple val(meta), path(fastq_s), path(db)
|
||||
|
|
Loading…
Reference in a new issue