Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blahah/bioruby-blast

A wrapper for BLAST+ to make it an easy dependency for gems
https://github.com/blahah/bioruby-blast

Last synced: 6 days ago
JSON representation

A wrapper for BLAST+ to make it an easy dependency for gems

Awesome Lists containing this project

README

        

# bio-blast

[![Build Status](https://secure.travis-ci.org/Blahah/bioruby-blast.png)](http://travis-ci.org/Blahah/bioruby-blast)

Full description goes here

Note: this software is under active development!

## Installation

```sh
gem install bio-blast
```

## Usage

```ruby
require 'bio-blast'
```

The API doc is online. For more code examples see the test files in
the source tree.

## Project home page

Information on the source tree, documentation, examples, issues and
how to contribute, see

http://github.com/Blahah/bioruby-blast

The BioRuby community is on IRC server: irc.freenode.org, channel: #bioruby.

## Cite

If you use this software, please cite one of

* [BioRuby: bioinformatics software for the Ruby programming language](http://dx.doi.org/10.1093/bioinformatics/btq475)
* [Biogem: an effective tool-based approach for scaling up open source software development in bioinformatics](http://dx.doi.org/10.1093/bioinformatics/bts080)

## Biogems.info

This Biogem is published at (http://biogems.info/index.html#bio-blast)

## Copyright

Copyright (c) 2014 Richard Smith-Unna. See LICENSE.txt for further details.