I once loaded the AnnotationHub library and called the object through
hub = AnnotationHub()
But then I got in a rush and I forced the code to stop running and shut down R. Ever since, when I run the same code, I get the following error:
library(AnnotationHub) > hub = AnnotationHub() Error: 'AnnotationHub' database corrupt; remove it and try again database: ‘/Users/koenvandenberge/.AnnotationHub/annotationhub.sqlite3’ reason: missing tables
I have tried removing the annotionhub sqlite database through Terminal, removing AnnotationHub package and reinstalling it, but it gives me the same error message.
Any ideas on how to fix this?
Thanks,
Koen
Yes, it does. Your code worked - thanks for the swift reply!
I am having a similar problem, but this did not resolve it.
Then I tried:
Thanks in advance!
I think this was a misconfiguration on our side, can you try again?
Also, most of your Bioconductor packages are 'devel' packages (odd-numbered 'y' in x.y.z version number), but AnnotationHub is 'release'. Does
BiocInstaller::biocValid()
report problems with your installation? Can you fix them, e.g., withBiocInstaller::biocLite()
?Hi,
Thanks! I was using devel brach for `recount` package. how should I revert back to released version?
Now the `annotationHub` works fine, but got an error for another package.
To revert
and then follow directions.
For recount, short answer, choose 'n' instead of 'y' for install from source. Long answer install Mac build tools as described at http://r.research.att.com/. Also, often a newer source than binary means that the Mac-specific binary build failed, and it will fail for you if trying to build from source. But decide on this after you have reverted, since whether there is a newer source than binary version is package-specific.
Hello Please, I have this problem with AnnotationHub and a have tried alot of solutions including these; but are not resolve my problem :
Thanks! Kinza