-
Notifications
You must be signed in to change notification settings - Fork 66
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
Gff not recognized #177
Comments
Could you attach your gtf/gff as a file (paperclip icon in the toolbar above the text box)? Thanks! |
Thank very much for your answer. Please, find attached the gtf file. |
Try it now. And let me know if there are still problems |
Something like this?
|
That's exactly what I was looking for. Thank you very much for your answer! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
I have some issues using the read_gff3 function. I am getting a gff from exonerate and I get the following error:
Harmonizing attribute names
• ID -> feat_id
• Parent -> parent_ids
• Align -> align
• Query -> query
Error in
bind_rows()
:! Can't combine
..1$feat_id
and..2$feat_id
.Run
rlang::last_trace()
to see where the error occurred.Warning message:
This looks like a gff2/gtf file. This is usually fine, but given the ambigious definition of this format, it is not guaranteed that gene models are always captured correctly. exons/CDS might not be recognized as belonging to the same gene, etc. Also note: types and attributes are as far as possible converted to match gff3 standards (transcript -> mRNA, 5'/3'UTR -> five/three_prime_UTR, ...)
I tried to convert my gff into gtf using AGAT but I have the same problem. The format of my gff/gtf is the following one:
##gtf-version X
GFF-like GTF i.e. not checked against any GTF specification. Conversion based on GFF input, standardised by AGAT.
##source-version exonerate:protein2genome:local 2.4.0
BnS exonerate:protein2genome:local gene 214068 243275 1956 + . gene_id "1"; ID "agat-gene-8"; gene_orientation "+"; identity "100.00"; sequence "URC25299.1"; similarity "100.00";
BnS AGAT mRNA 214068 243275 . + . gene_id "1"; transcript_id "agat-rna-10"; ID "agat-rna-10"; Parent "agat-gene-8";
Is there something I am doing wrong?
Thank you in advance!
The text was updated successfully, but these errors were encountered: