Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit ca445ef

Browse files
committed
Add 1-cell datasets back in
1 parent 3355b69 commit ca445ef

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

R/dev.R

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,6 @@ downsample_metadata <- function(output = "sample_meta.parquet"){
217217
all_ids <- metadata |>
218218
dplyr::filter(!!filter) |>
219219
dplyr::group_by(.data$file_id_db) |>
220-
# Remove datasets that only have 1 matching cell, which will
221-
# break downstream
222-
dplyr::filter(dplyr::n() > 1) |>
223220
dplyr::pull(.data$file_id_db) |> unique()
224221

225222
dataset_sizes |>

0 commit comments

Comments
 (0)