Skip to content

Commit

Permalink
fix mapping table importstudy bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bengalengel committed Mar 1, 2024
1 parent 6a9d6cc commit 6442bf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* Fix bug in `importStudy()` that resulted in mapping table not being imported.

# 1.13.19

* The release tarball includes version 1.9.2 of the web app
Expand Down
1 change: 1 addition & 0 deletions R/import.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ importStudy <- function(study, libraries = NULL) {
plots = getPlots(study, quiet = TRUE, libraries = libraries),
barcodes = getBarcodes(study, quiet = TRUE, libraries = libraries),
reports = reports,
mapping = getMapping(study, quiet = TRUE, libraries = libraries),
resultsLinkouts = getResultsLinkouts(study, quiet = TRUE, libraries = libraries),
enrichmentsLinkouts = getEnrichmentsLinkouts(study, quiet = TRUE, libraries = libraries),
metaFeaturesLinkouts = getMetaFeaturesLinkouts(study, quiet = TRUE, libraries = libraries),
Expand Down

0 comments on commit 6442bf9

Please sign in to comment.