Skip to content

Commit

Permalink
addresses bug introduced in 1.20, fixes #80
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelove committed Nov 24, 2023
1 parent e264cc4 commit f8cd55b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/tximeta.R
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ tximeta <- function(coldata,

if (type == "alevin") {
metaInfo <- list(getMetaInfo(dirname(files),
type=type,
customMetaInfo=customMetaInfo))
type = "salmon",
customMetaInfo = customMetaInfo))
} else {
# get quantifier metadata from JSON files within quant dirs
metaInfo <- lapply(files, getMetaInfo,
Expand Down

0 comments on commit f8cd55b

Please sign in to comment.