10XGenomics / subset-bam

MIT License
66 stars 10 forks source link

Panic because `load_barcodes()` can't deal with gzipped files #12

Open runiq opened 3 years ago

runiq commented 3 years ago

When (wrongly) running the program against a gzipped barcodes file, the program panics before reaching the "gzip checking phase" of load_barcodes(). That's because of this unwrap() call.