From 222364d5b7416c5aab37045de8bcb97dbded282d Mon Sep 17 00:00:00 2001 From: Jinlong Ru Date: Fri, 21 Apr 2023 21:13:43 +0200 Subject: [PATCH] fix virsorter2 and taxa container --- conf/modules.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/modules.config b/conf/modules.config index f97f226..251122f 100644 --- a/conf/modules.config +++ b/conf/modules.config @@ -61,11 +61,11 @@ process { } withLabel: viroprofiler_taxa { - container = 'denglab/viroprofiler-taxa:base' + container = 'denglab/viroprofiler-taxa:v0.1' } withLabel: viroprofiler_virsorter2 { - container = 'denglab/viroprofiler-base:v0.1' + container = 'denglab/viroprofiler-base:v0.2.2' } withLabel: viroprofiler_vpfkit {