HTSeq is a Python library to facilitate processing and analysis of data from high-throughput sequencing (HTS) experiments.
GNU General Public License v3.0
122
stars
77
forks
source link
SAM file optional field B support #17
Closed
iosonofabio closed 7 years ago
The SAM file specification includes an optional field B that we currently do not support:
https://samtools.github.io/hts-specs/SAMv1.pdf, page 6.
This PR adds a first, tentative support for that case.
NOTE: this should really be profiled to make sure we are not slowing down too much in that case.