-
Notifications
You must be signed in to change notification settings - Fork 242
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
write Dbxref instead of db_xref when converting genbank to GFF3 #102
Comments
Timothée; Sorry to not have a ready solution for you but hope this helps. |
Ok, thanks for getting back to me. |
Hi Timothée, have you tried annotwriter? |
Thanks @lcscs12345 , I'll have a look! |
I am trying to convert a Genbank file to GFF3 following the latest version of the official specification. Here is an example of Genbank file I need to convert:
ftp://ftp.ncbi.nlm.nih.gov/genomes/Vitis_vinifera/ARCHIVE/BUILD.1.1/CHR_01/vvi_ref_chr1.gbs.gz
The script
genbank_to_gff.py
works but writedb_xref
instead ofDbxref
. Same fornote
instead ofNote
. I also have other issues, e.g. exon being encoded as "feature mRNA", etc.I can see that you often advise people to look at gffutils. But it doesn't handle the Genbank format. So should I start looking at your BCBio code? Is there any chance to include it at some point in Biopython?
The text was updated successfully, but these errors were encountered: