Skip to content

Commit

Permalink
drop double check
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasK committed Aug 25, 2023
1 parent 98ae5d9 commit 5e695c9
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 5e695c9

Please sign in to comment.