Skip to content

Commit

Permalink
Update sample_table.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasK authored Aug 19, 2023
1 parent 3b09992 commit 566279b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atlas/sample_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def validate_bingroup_size_metabat(sampleTable, logger):
)
BinGroupSizeError("BinGroup too large")

if max_bin_group_size > 10:
if max_bin_group_size > 15:
logger.warning(
warn_message
+ "This might be too much for metabat. Consider using vamb, or SemiBin or split your samples into smaller groups."
Expand Down

0 comments on commit 566279b

Please sign in to comment.