From 87964cb0eb7a47bab5623863fed91269b16232a0 Mon Sep 17 00:00:00 2001 From: samuel-marsh Date: Mon, 10 Jul 2023 16:08:08 -0400 Subject: [PATCH] remove old cellbender error check --- R/Read_&_Write_Data.R | 5 ----- 1 file changed, 5 deletions(-) diff --git a/R/Read_&_Write_Data.R b/R/Read_&_Write_Data.R index d43ddb9dd..a19e3d50f 100644 --- a/R/Read_&_Write_Data.R +++ b/R/Read_&_Write_Data.R @@ -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.")