fulcrumgenomics / prymer

Python Primer Design Library
https://prymer.readthedocs.io/en/latest/
MIT License
8 stars 0 forks source link

Add `to_span` method to `BwaHit`? #8

Open nh13 opened 1 month ago

nh13 commented 1 month ago

It'd be nice to add a to_span() method to BwaHit. Alternatively, it could be a property called span? Alternatively, BwaHit could implement Span?

https://github.com/fulcrumgenomics/prymer/blob/2a2e11ae5f1e766a52c1e899b9efa4ef31d9a0b4/prymer/offtarget/bwa.py#L84