Skip to content

Commit

Permalink
remove old cellbender error check
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-marsh committed Jul 10, 2023
1 parent c2c391e commit 87964cb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions R/Read_&_Write_Data.R
Original file line number Diff line number Diff line change
Expand Up @@ -803,11 +803,6 @@ Read10X_h5_Multi_Directory <- function(
)
}

# Check cell bender or default 10X
if (cell_bender && default_10X_path) {
cli_abort(message = "Both `cell_bender` and `default_10X_path` cannot be simultaneously set to TRUE.")
}

# Confirm num_cores specified
if (parallel && is.null(x = num_cores)) {
cli_abort("If {.code parallel = TRUE} then {.code num_cores} must be specified.")
Expand Down

0 comments on commit 87964cb

Please sign in to comment.