Skip to content

GFF size limit #2503

Answered by cmdcolin
biouserPD asked this question in General
Discussion options

You must be logged in to vote

Good question. There are some current limits to opening large GFF (there is actually a limit of around ~512MB which we give an error for but apparently there is a separate other issue for bigger than 2GB)

I would suggest making a tabix index for your GFF

To do so, see https://jbrowse.org/jb2/docs/superquickstart_web/#loading-gff3

Basically

sudo apt install genometools # or install http://genometools.org/ some other way of interest
gt gff3 -sortlines -tidy -retainids yourfile.gff > yourfile.sorted.gff
bgzip yourfile.sorted.gff
tabix yourfile.sorted.gff.gz

You can skip the part where you use jbrowse add-track if using the desktop version. This produces

yourfile.sorted.gff.gz and yourfile.s…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by biouserPD
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants