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
I'm trying to parse a gff file downloaded from NCBI (GCA_001536265) and when I iterate on the parser it gives me this error Did not find remapped ID location: gene670, [[42143, 44074], [44736, 45087], [45979, 46332], [47064, 47369]], [42143, 47369]
Inspecting the GFF with GFFExaminer gives no error at all.
The text was updated successfully, but these errors were encountered:
Francesco -- sorry about the issues. In general, we've been recommeding using the gffutils parser, which is nicer and more actively maintained: https://github.com/daler/gffutils. Would you be able to try this out and see if it solves your parsing issues?
I'm trying to parse a gff file downloaded from NCBI (GCA_001536265) and when I iterate on the parser it gives me this error
Did not find remapped ID location: gene670, [[42143, 44074], [44736, 45087], [45979, 46332], [47064, 47369]], [42143, 47369]
Inspecting the GFF with GFFExaminer gives no error at all.
The text was updated successfully, but these errors were encountered: