github.com/bio-cr/bamboo
0.0.3 / published May 14, 2026 / repository
An example of the use of hts.cr and uing
bamboo
Bamboo is a lightweight BAM file viewer written in Crystal.
It provides a simple native GUI for browsing alignment records.
macOS
Windows
Ubuntu
Installation
git clone https://github.com/bio-cr/bamboo
cd bamboo
shards build
Usage
bin/bamboo
Contributing
- Fork it (https://github.com/your-github-user/bamboo/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request