-
Notifications
You must be signed in to change notification settings - Fork 597
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
IndexFeatureFile Error to Run Funcotator with Mouse Ensembl GTF #7054
Comments
@jonn-smith Any insight into this one? |
Yeah - there is a limited set of allowed values for The parsers / codecs will need to be updated to allow for arbitrary values in this field, and the parser should be reviewed for other fields that allow for this as well. It may be beneficial in the medium-term to switch the codec over to the GFF3 codec that @kachulis wrote. |
- Now the GencodeGtfCodec no longer parses transcriptType and geneType into enums. They are now stored as strings. This allows for arbitrary values in these fields and will help to future-proof (and species proof) the GTF parser. - Fixes #7054
- Now the GencodeGtfCodec no longer parses transcriptType and geneType into enums. They are now stored as strings. This allows for arbitrary values in these fields and will help to future-proof (and species proof) the GTF parser. - Fixes #7054
- Now the GencodeGtfCodec no longer parses transcriptType and geneType into enums. They are now stored as strings. This allows for arbitrary values in these fields and will help to future-proof (and species proof) the GTF parser. - Fixes #7054
* Updated GencodeGtfCodec to be more permissive. - Now the GencodeGtfCodec no longer parses transcriptType and geneType into enums. They are now stored as strings. This allows for arbitrary values in these fields and will help to future-proof (and species proof) the GTF parser. - Fixes #7054
Description
A user wants to run Funcotator with a mouse sample but has an issue running IndexFeatureFile. The GencodeGTF parser is specific to human data. Funcotator could be useful for users with non-human data if there is a workaround for these errors.
GATK Information
GATK 4.1.9.0
gatk IndexFeatureFile -I gencode.vM25.annotation.gtf
This request was created from a contribution made by T. Li on January 25, 2021 04:37 UTC.
Link: https://gatk.broadinstitute.org/hc/en-us/community/posts/360076815852-Error-Running-IndexFeatureFile-on-Ensembl-Mouse-GTF-file-
Error Log
The text was updated successfully, but these errors were encountered: