Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 726 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 726 Bytes

HTSGrid

A simple SAM/BAM viewer

screenshot

🚧 under development

Installation

make
sudo make install

Usage

htsgrid

Development

This tool is designed for learning purposes.

shards install
crystal build src/htsgrid.cr

Contributing

  1. Fork it (https://github.com/your-github-user/htsgrid/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request