Extract byte ranges from BAM files and convert to interleaved FASTQ format for parallel processing
bamslice extracts specific byte ranges from BAM files and converts them to interleaved FASTQ format. Designed for parallel processing across compute nodes without requiring pre-indexing. It auto-aligns to BGZF block boundaries and guarantees no duplicate reads when using contiguous byte ranges.