From fef6562d43446249bd7f109f637bd43df0965ada Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Wed, 15 Jan 2025 09:03:29 +0100 Subject: [PATCH] Only post-bin binned contigs --- conf/test_full.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/test_full.config b/conf/test_full.config index 356fdccc..438cb944 100644 --- a/conf/test_full.config +++ b/conf/test_full.config @@ -42,6 +42,9 @@ params { // Skip CONCOCT due to timeout issues skip_concoct = true + // Don't include unbinned contigs for downstream due to huge number, resulting in very long (and expensive) GTDB run times on AWS + exclude_unbins_from_postbinning = true + // Set Prokka compliance mode to allow metaSPAdes bins to be annotated prokka_with_compliance = true prokka_compliance_centre = "nfcore"