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

Request: support for GTF/GFF format #537

Closed
magicDGS opened this issue Mar 22, 2016 · 4 comments
Closed

Request: support for GTF/GFF format #537

magicDGS opened this issue Mar 22, 2016 · 4 comments

Comments

@magicDGS
Copy link
Member

Support for GTF/GFF formats

GTF and GFF are the usual formats for annotations in the genome, and even the TabixFormat includes a GFF default. Thus, I wonder if it could be possible to implement a Feature and FeatureCodec for these formats. I found that the IGV team have implemented a GFFCodec and GFFFeature which could be ported to htsjdk.

I'm planning to implement it for my personal use, but if you think that this could be interesting for other API clients, I can contribute with it.

@lbergelson
Copy link
Member

Thanks for pointing that out Pierre. It's important to note thought that
the IGV implementation is LGPL which may not be universally acceptable to
all users.

On Tue, Mar 22, 2016 at 1:46 PM, Pierre Lindenbaum <[email protected]

wrote:

FYI: there is one in IGV:
http://data.broadinstitute.org/igv/projects/downloads/IGVDistribution_2.1.11/src/org/broad/igv/feature/tribble/GFFCodec.java


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#537 (comment)

@magicDGS
Copy link
Member Author

I also noted it in the description... should I add the link pointing to the file?

@lbergelson
Copy link
Member

Oh, sorry @magicDGS. I saw your comment and Pierre's at the same time and didn't read yours carefully enough.

@magicDGS
Copy link
Member Author

Closing - it sounds better to address this in htsjdk-next-beta

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