Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I get 'Annotation name 'ADV5_annot' not found in this database' in step talon_abundance #118

Open
thadasps opened this issue Jan 2, 2023 · 1 comment

Comments

@thadasps
Copy link

thadasps commented Jan 2, 2023

Hi, I follow the way to solving this problem in https://github.com/mortazavilab/TALON.wiki.git and when I use

awk '($3 != "gene")' adv5_gtf.gtf and talon_reformat_gtf -gtf adv5_gtf.gtf.

I got this error

image

Can you point me to solve this?

@yxsee
Copy link

yxsee commented Jan 3, 2023

Try
awk '($3 != "gene")' adv5_gtf.gtf > adv5_gtf_no_genes.gtf
talon_reformat_gtf -gtf adv5_gtf_no_genes.gtf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants