Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vertesy committed Oct 24, 2024
1 parent 4560340 commit 7c0b0aa
Show file tree
Hide file tree
Showing 3 changed files with 398 additions and 542 deletions.
4 changes: 1 addition & 3 deletions Development/Create_the_Seurat.utils_Package.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ config.path <- file.path(repository.dir, "Development/config.R")
"TAKE A LOOK AT"
file.edit(config.path)
source(config.path)
package.name <- DESCRIPTION$'package.name'



PackageTools::document_and_create_package(repository.dir, config_file = 'config.R')
Expand Down Expand Up @@ -94,7 +92,7 @@ for (scriptX in ls.scripts.full.path) {
PackageTools::list_of_funs_to_markdown(scriptX)
}
file.edit(paste0(repository.dir, "R/list.of.functions.in.", package.name, ".det.md"))
file.edit(paste0(repository.dir, "README.md"))
file.edit(paste0(repository.dir, "/README.md"))
file.remove(paste0(repository.dir, "/R/list.of.functions.in.", package.name, ".det.md"))

r$PackageTools()
Expand Down
2 changes: 1 addition & 1 deletion Development/config.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

DESCRIPTION <- list(
package.name = "Seurat.utils",
version = "2.8.5",
version = "2.8.6",
title = "Seurat.utils - utility functions for Seurat",
description = "Seurat.utils Is a collection of utility functions for Seurat single cell analysis.
Functions allow 3D plotting, visualisation of statistics & QC,
Expand Down
Loading

0 comments on commit 7c0b0aa

Please sign in to comment.