Closed dwinter closed 8 years ago
The defined default length of a chromosome number was 15 and I updated that to 25 in the internal struct to handle the gene informations. Thanks for reporting this. I pushed this changes and could you please pull it. I tested on a testdata set. Let me know if it didn't fix.
Perfect -- many thanks for you quick response. Can confirm it works on a complete gtf with these long names
Fixed -
Thanks very much for making these tools, which have helped me greatly working between different builds/tools/versions of data.
I've just run into a surprising bug. When I convert a gtf file to a gff some of the the long chromosome names are tuncated. An example gtf:
gives rise to
(note the final three digits of each "chromosome" (actually contig) name is missing. This doesn't seem to effect sequences with smaller names.