stephenturner / annotables

R data package for annotating/converting Gene IDs
http://www.gettinggeneticsdone.blogspot.com/2015/11/annotables-convert-gene-ids.html
161 stars 34 forks source link

Are grch37 and grch38 supposed to be the exact same object? #22

Closed joseale2310 closed 1 year ago

joseale2310 commented 1 year ago

Hi, I am using the version 0.1.91 of the annotables package. I have noticed that the grch37 and grch38 objects are exactly the same.

library(annotables)

identical(grch37, grch38)

I am surprised that even the genomic positions are exactly the same being two different versions of the human genome. Am I being stupid and missing something?

stephenturner commented 1 year ago

Hey @joseale2310 good catch. I haven't developed or maintained this package in years, but this is definitely a bug. Let me take a look. Hopefully the build scripts still work. Stay tuned.

joseale2310 commented 1 year ago

Thanks for checking it out! It works now :)