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

Commit 1db8409

Browse files
committed
bioccheck
1 parent fff612c commit 1db8409

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.Rbuildignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
^README\.Rmd$
77
^doc$
88
^Meta$
9-
makeflow*
9+
makeflow*

R/dev.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ update_unharmonised <- function(unharmonised_parquet_dir, ...){
145145
#' "/vast/projects/cellxgene_curated/splitted_DB2_anndata_scaled_0.2.1"
146146
#' )
147147
#' }
148-
hdf5_to_anndata = function(input_directory, output_directory){
148+
hdf5_to_anndata <- function(input_directory, output_directory){
149149
dir.create(output_directory, showWarnings = FALSE)
150150
# This is a quick utility script to convert the SCE files into AnnData format for use in Pythonlist.files("/vast/projects/RCP/human_cell_atlas/splitted_DB2_data", full.names = FALSE) |> purrr::walk(function(dir){
151151
basilisk::basiliskRun(fun = function(sce) {
@@ -204,7 +204,7 @@ hdf5_to_anndata = function(input_directory, output_directory){
204204
# "/vast/projects/cellxgene_curated/splitted_DB2_anndata_scaled_0.2.1"
205205
# )
206206
# }
207-
# h5seurat_to_anndata = function(input_directory, output_directory, assays = "RNA"){
207+
# h5seurat_to_anndata <- function(input_directory, output_directory, assays = "RNA"){
208208
#
209209
# # Check if package is loaded
210210
# if(!"SeuratDisk" %in% (.packages()))

0 commit comments

Comments
 (0)