-
Notifications
You must be signed in to change notification settings - Fork 56
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
Lines missing after using agat_convert_sp_gff2gtf.pl #502
Comments
What is classified RNA are records that do not contain any CDS. AGAT cannot tell if it is ncRNA, tRNA,miscRNA,etc. |
Thanks for your quick answer Jacques, Thank you for the explanation of the RNA feature. The version that I used in conda:
After updating to version 1.4.1 here is the output of the same command that I post before:
However this time I saw many warnings:
Maybe this is the problem... Do you think that I should remove features that are not CDS or exon to avoid those warnings and maybe fix the file? Here are all the features:
|
The warning should not stop the process. I will have to investigate the problem. Sorry |
Don't worry, I'm not in a hurry! Your tool has helped me immensely on countless occasions. Thank you so much for your work and for AGAT. Bests |
Dear Jacques, After reviewing the input and output of AGAT in more detail, I realized the error was mine when visualizing the created file. I apologize for any time I may have taken from you with this issue. Bests |
Great! Thank you for your feedback. |
Many lines are missing and some canonical genes now are classified as "RNA".
I wanted to fix the gtf file that I received from a companion. This is the file.
The file miss some important features like gene and transcript (or mRNA) so I used the tool agat_convert_sp_gff2gtf.pl to keep it as a gtf file.
agat_convert_sp_gff2gtf.pl --gtf 'Araport11_GFF3_genes_transposons.201606.corrected.gtf' -o atha_v2.gtf
I expected to receive a very similar file but with the features gene and mRNA.
To compare the input and the output here are the before and after:
Original file:
After agat:
As you can see, many lines related to CDSs and exons are missing. Given the original GTF, is this output expected? Do you think I should use another tool before
agat_convert_sp_gff2gtf.pl
?The text was updated successfully, but these errors were encountered: