Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hypercompetent committed May 12, 2021
1 parent d7c944e commit bb00730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/filter_rna_h5.R
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ add_h5_list_adt_results <- function(h5_list,
assertthat::assert_that(class(h5_list) == "list")
assertthat::assert_that(sum(class(adt_matrix) %in% c("dgCMatrix","matrix")) > 0)

if(!is.null(hash_count_matrix)) {
if(!is.null(adt_matrix)) {
assertthat::assert_that(sum(class(adt_metadata) %in% c("data.frame","data.table")) > 0)
}

Expand Down

0 comments on commit bb00730

Please sign in to comment.