Skip to content

Commit

Permalink
add makeAnnotationHubMetadat
Browse files Browse the repository at this point in the history
  • Loading branch information
lgatto committed Mar 7, 2024
1 parent a05cdf8 commit 86baf4f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion inst/scripts/make-metadata.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

####---- EXPERIMENTHUB METADATA TABLE ----####

meta <- list(
Expand Down Expand Up @@ -634,3 +633,11 @@ meta <- list(
meta <- do.call(rbind, meta)

write.csv(meta, "inst/extdata/metadata.csv")



pkg_source <- file.path("~/dev", "scpdata")
stopifnot(file.exists(pkg_source))

AnnotationHubData::makeAnnotationHubMetadata(pathToPackage = pkg_source,
fileName = "metadata.csv")

0 comments on commit 86baf4f

Please sign in to comment.