From 90145fd9f51d36983af13a0eaf426322b33e71fa Mon Sep 17 00:00:00 2001 From: "Zachary S.L. Foster" Date: Thu, 12 Oct 2023 09:52:01 -0700 Subject: [PATCH] disable circos plotting in bakta that sometimes causes errors --- conf/modules.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/modules.config b/conf/modules.config index eaf1a364..65e96d1d 100644 --- a/conf/modules.config +++ b/conf/modules.config @@ -88,7 +88,7 @@ process { } withName: BAKTA_BAKTA { - ext.args = '--force' + ext.args = '--force --skip-plot' } withName: MAFFT_SMALL {