mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-14 06:23:08 +00:00
Fix versions of other non-standard containers
This commit is contained in:
parent
dfb2e02eb3
commit
3a45c45101
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ process KRAKEN2_STANDARD_REPORT {
|
|||
conda "conda-forge::sed=4.7"
|
||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||
'https://depot.galaxyproject.org/singularity/ubuntu:20.04' :
|
||||
'ubuntu:20.04' }"
|
||||
'docker.io/ubuntu:20.04' }"
|
||||
|
||||
input:
|
||||
tuple val(meta), path(report)
|
||||
|
|
|
@ -5,7 +5,7 @@ process KRONA_CLEANUP {
|
|||
conda "conda-forge::sed=4.7"
|
||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||
'https://depot.galaxyproject.org/singularity/ubuntu:20.04' :
|
||||
'ubuntu:20.04' }"
|
||||
'docker.io/ubuntu:20.04' }"
|
||||
|
||||
input:
|
||||
tuple val(meta), path(krona, stageAs: 'uncleaned.krona.txt')
|
||||
|
|
Loading…
Reference in a new issue