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

Large genome or large chromosome #125

Open
xiekunwhy opened this issue Nov 20, 2023 · 3 comments
Open

Large genome or large chromosome #125

xiekunwhy opened this issue Nov 20, 2023 · 3 comments
Assignees
Labels

Comments

@xiekunwhy
Copy link

Hi,

I found that gffread (v0.12.7.) can not deal with large chromosomes, we may find minus coordinates when using gffread to deal with such large chromosomes, for example, for a genome here https://ftp.cngb.org/pub/CNSA/data5/CNP0003098/CNS0560369/CNA0050666/
when I ran
gffread -T -o file2.gtf MD.chromosome_level.gene.gff
I got many minus coordinates, what's wrong?
image

Best,
Kun

@gpertea gpertea self-assigned this Nov 20, 2023
@gpertea gpertea added the bug label Nov 20, 2023
@gpertea
Copy link
Owner

gpertea commented Nov 20, 2023

This is an issue related to the internal representation of coordinates as a 32bit integer. I will have to update my code to use 64 bit instead, in order to support giga-chromosomes larger than 2 billion bases (2Gb).

@xiekunwhy
Copy link
Author

Hope new version comming soon, we are now dealing with several long-chromosome genomes.

@xiekunwhy
Copy link
Author

Hope the update version comming soon, as more and more species with giga-chromosomes were published.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants