Bamboo is a lightweight BAM file viewer written in Crystal.
It provides a simple native GUI for browsing alignment records.
macOS
Windows
Ubuntu
git clone https://github.com/bio-cr/bamboo
cd bamboo
shards build
bin/bamboo
- 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


