cannot download atena annotation for human
1
0
Entering edit mode
Davide • 0
@acfa65d3
Last seen 3 months ago
Italy

Hey there, atena won't download annotation for human

atena • 874 views
ADD COMMENT
0
Entering edit mode

That's the error that comes up:

> rmskann <- atena::annotaTEs(genome = "hg38", parsefun = "rmskbasicparser")
Connecting to the AnnotationHub
2 UCSC RepeatMasker tracks found for genome hg38, using the latest one
Downloading annotations
Errore in .local(x, i, j = j, ...) : 'i' must be length 1
ADD REPLY
0
Entering edit mode
Robert Castelo ★ 3.4k
@rcastelo
Last seen 6 days ago
Barcelona/Universitat Pompeu Fabra

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.

ADD COMMENT
0
Entering edit mode

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

ADD REPLY

Login before adding your answer.

Traffic: 419 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6