TALON icon indicating copy to clipboard operation
TALON copied to clipboard

ValueError: Annotation name 'aranno' not found in this database. Try one of the following:

Open JD12138 opened this issue 2 years ago • 1 comments

Hello TALON group, After running your program I get this message: ValueError: Annotation name 'aranno' not found in this database. Try one of the following:

'aranno' is the name that I use when I create the database with talon_initialize_database. And I use the same name in talon_abundance. I think there are no annotation name in my database because the "Try one of the following" is null. These are my command for initialize database and talon_abundance: talon_initialize_database --f $gtf
--a ar_anno
--g ar_genome
--o ./ar_db

talon_abundance
--db ar_db.db
--build ar_genome
-a ar_anno
--o ./talon_abundance

Do you know what's the issue here?

Thanks for your help.

JD12138 avatar Dec 13 '21 07:12 JD12138

Hi,

Are you sure TALON finished running to completion? My first thought is that it might be empty. Can you check your output files to ensure that it finished running?

fairliereese avatar Dec 13 '21 21:12 fairliereese