samtools / htsjdk

A Java API for high-throughput sequencing data (HTS) formats.
http://samtools.github.io/htsjdk/
283 stars 242 forks source link

interval_list with gz compression #1458

Closed lindenb closed 4 years ago

lindenb commented 4 years ago

Description

This PR allows a, '.interval_list' to be gzipped. It's now identified by SAMSequenceDictionaryExtractor.

I also added the new extension in public boolean canDecode(final String s) . I don't know tribble enough: is it enough to be identified by gatk/picard ?

Things to think about before submitting: