From b2b63c88dcf46fbcd479f84bfe90102538a0a3b1 Mon Sep 17 00:00:00 2001 From: Silas Kieser Date: Fri, 21 Jul 2023 14:01:11 +0200 Subject: [PATCH] added vamb --- workflow/rules/cobinning.smk | 1 + 1 file changed, 1 insertion(+) diff --git a/workflow/rules/cobinning.smk b/workflow/rules/cobinning.smk index f82fd8b6..aa22a08d 100644 --- a/workflow/rules/cobinning.smk +++ b/workflow/rules/cobinning.smk @@ -39,6 +39,7 @@ def get_filtered_contigs_of_bingroup(wildcards): if len(samples_of_group) <= 5: raise ValueError(f"Bin group {wildcards.bingroup} has {len(samples_of_group)} less than 5 samples." "For cobinning we reccomend at least 5 samples per bin group." + "Adapt the sample.tsv to set BinGroup of size [5- 1000]" )