Hey there, atena won't download annotation for human
Hey there, atena won't download annotation for human
Hi, sorry for the delay in getting back to you, probably by now you found the solution yourself, but just in case you didn't or anybody else stumbles upon the same problem, you should call the function as follows:
rmskann <- atena::annotaTEs(genome = "hg38", parsefun = rmskbasicparser)
That is, the name of the parse function without quotes. If you still have an error, please read carefully the Bioconductor posting guide to learn how to put the code within the text box of your question, and not as a comment, and how to include your session information.
cheers,
robert.
Hi Robert,
I was able to solve the problem. Indeed, it stems from the co-occurrence of two different AnnotationHub available for hg38.
AH99003 | UCSC RepeatMasker annotations (Sep2021) for Human (hg38)
AH111333 | UCSC RepeatMasker annotations (Oct2022) for Human (hg38)
Just by adding the correct AnnotationHb unique identifier I was able to download correctly the last annotations available for this human genome version (AH111333). I also wrote an issue on your GitHub with a code suggestion for the function, in order to avoid multiple occurrencies that would block the function.
Thank you,
Best wishes,
DB
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
That's the error that comes up: