pysam-developers / pysam

Pysam is a Python package for reading, manipulating, and writing genomics data such as SAM/BAM/CRAM and VCF/BCF files. It's a lightweight wrapper of the HTSlib API, the same one that powers samtools, bcftools, and tabix.
https://pysam.readthedocs.io/en/latest/
MIT License
774 stars 274 forks source link

Support "--reverse-del" option of pileup in pysam? #1229

Open y9c opened 11 months ago

y9c commented 11 months ago

get_query_sequences cannot return the orientation of deletion base, which is one is the build in features of samtools. Will pysam support this feature? Thank you.