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
in genomics, the indexing compressor pgzip has been used for around 15 years. Millions of files on the internet use it, it allows streaming of sequencing reads and variant files in vcf.gz so you can load only a part of the file over HTTP, only the one for the chromosome location that you're currently viewing. Browsers like UCSC, Ensembl or NCBI support this format, as well as standalone apps like IGV. Of the indexing compressors, pgzip may be the one with the largest adoption and oldest history?
The text was updated successfully, but these errors were encountered:
Hi Dave,
about the "similar tools" section on this page, you may want to add "pgzip" ?
https://github.com/vasi/pixz
in genomics, the indexing compressor pgzip has been used for around 15 years. Millions of files on the internet use it, it allows streaming of sequencing reads and variant files in vcf.gz so you can load only a part of the file over HTTP, only the one for the chromosome location that you're currently viewing. Browsers like UCSC, Ensembl or NCBI support this format, as well as standalone apps like IGV. Of the indexing compressors, pgzip may be the one with the largest adoption and oldest history?
The text was updated successfully, but these errors were encountered: