1.0.1 • Published 10 years ago

bionode-sam v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

A Node.js wrapper for the Burrow-Wheeler Aligner (BWA).

Install

Install bionode-sam with npm:

$ npm install bionode-sam

To use it as a command line tool, you can install it globally by adding -g .

Usage

This module is still a work in progress, so you shouldn't be using it unless you know what you're doing.

Contributing

To contribute, clone this repo locally and commit your code on a separate branch.

Please write unit tests for your code, and check that everything works by running the following before opening a pull-request:

$ npm test

Please also check for code coverage:

$ npm run coverage

To rebuild the documentation using the comments in the code:

$ npm run build-docs

Check the issues for ways to contribute.

Contacts

Bruno Vieira [mail@bmpvieira.com](mailto:mail@bmpvieira.com) @bmpvieira
For samtools support check its repo.

License

bionode-sam is licensed under the MIT license.
Check ChooseALicense.com for details.

Bitdeli Badge