Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Shapiro <josh.shapiro@ccdatalab.org>
  • Loading branch information
allyhawkins and jashapiro authored Jan 23, 2024
1 parent ddf51e1 commit e738e81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/sce_to_anndata.R
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ if (!is.null(opt$feature_name)) {
# warn that the altExp cannot be converted
warning(
glue::glue("
Only 1 row found in altExp named: {opt$feature_name}.
This altExp will not be converted to an AnnData object.
")
Only 1 row found in altExp named: {opt$feature_name}.
This altExp will not be converted to an AnnData object.
")
)
}
}
Expand Down

0 comments on commit e738e81

Please sign in to comment.