Skip to content

Commit

Permalink
Merge pull request #78 from thelovelab/ucsc-mm39
Browse files Browse the repository at this point in the history
Add genome2UCSC mapping for GRCm39
  • Loading branch information
mikelove committed Sep 15, 2023
2 parents 5a635cb + 103e664 commit 3dfc74f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/tximeta.R
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,8 @@ genome2UCSC <- function(x) {
"hg38"
} else if (x == "GRCm38") {
"mm10"
} else if (x == "GRCm39") {
"mm39"
} else {
x
}
Expand Down

0 comments on commit 3dfc74f

Please sign in to comment.