GMOD / jbrowse-components

Source code for JBrowse 2, a modern React-based genome browser
https://jbrowse.org/jb2
Apache License 2.0
208 stars 62 forks source link

Allow plaintext GTF and VCF files greater than 512Mb #4523

Closed cmdcolin closed 2 months ago

cmdcolin commented 2 months ago

This uses the technique (line by line parsing instead of decoding entire buffer into a string, which breaks after >512Mb) adopted by the GFF3 parser to allow large plaintext GTF files