Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasK committed Aug 28, 2023
2 parents e7f1449 + 5e695c9 commit f55df8e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions atlas/init/atlas_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ def prepare_sample_table_for_atlas(

sample_table["BinGroup"] = "All"

if sample_table.shape[0] >= 50:
logger.warning(
"You have more than 50 samples in your sample table. "
"You should consider to split your samples into multiple BinGroups"
"For this modify the 'BinGroup' column in your sample table"
)

validate_sample_table(sample_table)

Expand Down

0 comments on commit f55df8e

Please sign in to comment.