Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelove committed Oct 6, 2023
1 parent 53cd602 commit 18ba9da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: tximeta
Version: 1.19.8
Version: 1.19.9
Title: Transcript Quantification Import with Automatic Metadata
Description: Transcript quantification import from Salmon and
alevin with automatic attachment of transcript ranges and
Expand Down
2 changes: 1 addition & 1 deletion R/tximeta.R
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ getMetaInfo <- function(file, type, customMetaInfo=NULL) {
} else {

# salmon:
if (type == "Salmon") {
if (type == "salmon") {
# the default Salmon auxiliary information location
auxDir <- "aux_info"
if (!file.exists(file.path(dir, auxDir))) {
Expand Down

0 comments on commit 18ba9da

Please sign in to comment.