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

export_gtf returns only exons #8

Open
sbresnahan opened this issue Sep 30, 2024 · 2 comments
Open

export_gtf returns only exons #8

sbresnahan opened this issue Sep 30, 2024 · 2 comments
Assignees

Comments

@sbresnahan
Copy link

As the title notes, a GTF returned by export_gtf is incomplete and should contain entries for transcripts.

@timbitz
Copy link
Collaborator

timbitz commented Oct 25, 2024

Hi-- This seems reasonable I guess. Though I must admit, I was always pretty amused by those, as they are redundant info in the GTF format, since exon entries also have both transcript_id and gene_id entries. In fact I actually don't think transcript entries are required in GTF2.2 format (http://mblab.wustl.edu/GTF22.html). Is some downstream program throwing an error that they are missing?

@sbresnahan
Copy link
Author

Yes, downstream programs may require transcript entries - e.g., SQANTI3.

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

3 participants