You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that lifton only accept gff3 fort, but gtf also a popular gene structurce annotation format, would you please make some modify to accept gtf as annotation input ?
Best,
Kun
The text was updated successfully, but these errors were encountered:
I’ve fixed the issue and released a new version of LiftOn (v1.0.5): https://github.com/Kuanhao-Chao/LiftOn/releases/tag/v1.0.5
The error occurred because the IDs for each feature in GTF files are different.
For instance, it’s gene_id for genes, transcript_id for transcripts, and so on, whereas in GFF files, it's always ID.
It wasn't properly handled, which caused errors when extracting features from the gffutils database.
Hi,
It seems that lifton only accept gff3 fort, but gtf also a popular gene structurce annotation format, would you please make some modify to accept gtf as annotation input ?
Best,
Kun
The text was updated successfully, but these errors were encountered: