Skip to content

Commit

Permalink
added vamb
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasK committed Jul 21, 2023
1 parent 1c16120 commit b2b63c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workflow/rules/cobinning.smk
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
)


Expand Down

0 comments on commit b2b63c8

Please sign in to comment.