Published January 16, 2026
| Version v1.13.6
Software
Open
AstrobioMike/bit: v1.13.6
Description
Added
bit-get-mapped-reads-pidto pull out percent-identity information of mapped reads from an input bam- for each mapped read:
- calculated percent ID = (full_aligned_length - NM) / full_aligned_length * 100
- where full_aligned_length = Matches + Mismatches + Insertions + Deletions
- calculated percent ID = (full_aligned_length - NM) / full_aligned_length * 100
- for each mapped read:
- added a 'genome' option to
bit-get-test-datathat pulls an E. coli genome
Changed
- modularized and added tests for
bit-get-workflow,bit-get-test-data,bit-dedupe-fasta-headers,bit-fasta-to-genbank, andbit-fasta-to-bed - added more tests to
bit-gen-reads - improved coverage on some other modules with more unit tests
- moved more setup info into pyproject.toml, but retained minimal setup.py to be able to glob because bit has a lot of separate scripts
Files
AstrobioMike/bit-v1.13.6.zip
Files
(713.2 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:99b975de537731541172dfe1a74ce330
|
713.2 kB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/AstrobioMike/bit/tree/v1.13.6 (URL)
Software
- Repository URL
- https://github.com/AstrobioMike/bit