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

GFF3 files with sequence included #6

Open
tseemann opened this issue Sep 28, 2018 · 1 comment
Open

GFF3 files with sequence included #6

tseemann opened this issue Sep 28, 2018 · 1 comment

Comments

@tseemann
Copy link

tseemann commented Sep 28, 2018

In bacterial genomics we normally want the annotations and the sequences/contigs. This tool currently only handles each separately (as that is how NCBI provides it) via -F fasta and -F gff3.

This -F fullgff proposal would download the fasta and gff and construct the following:

##gff-version 3
<insert GFF>
##FASTA
<insert FASTA>

See https://github.com/The-Sequence-Ontology/Specifications/blob/master/gff3.md

@kblin
Copy link
Owner

kblin commented Sep 29, 2018

That's where I'd use GenBank files, to be honest. Those have more data in then than the GFF files provide for all I can see from my ncbi-genome-download experience.
I see the appeal of this feature, but I need to think about how to integrate it in the current structure of the code.

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

No branches or pull requests

2 participants