1
0
Fork 0
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:
James Fellows Yates 2023-05-02 14:06:51 +02:00
parent dfb2e02eb3
commit 3a45c45101
2 changed files with 2 additions and 2 deletions

View file

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

View file

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