Skip to content

Simple Python script for parsing and inspecting BAM and BAI-files

License

Notifications You must be signed in to change notification settings

oyvinev/bam-inspection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Simple Python script for parsing and inspecting BAM and BAI-files, closely following the BAM specification

Dependencies

Python >= 3.8

No thirdparty dependencies

Usage

python inspect_bam.py BAM_OR_BAI [--fast]

About

Intended to debug issues with BAM/BAI-files (with your own necessary modifications).

Can also be used as a tool to understand the BAM specification

Note that it is incomplete w.r.t. parsing seq, qual and auxiliary data.

About

Simple Python script for parsing and inspecting BAM and BAI-files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages