Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/blahah/bioruby-blast
- Owner: blahah
- License: mit
- Created: 2014-04-08T10:04:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-08T10:04:04.000Z (over 10 years ago)
- Last Synced: 2024-04-16T01:01:01.810Z (7 months ago)
- Language: Ruby
- Homepage: https://github.com
- Size: 109 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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 pageInformation on the source tree, documentation, examples, issues and
how to contribute, seehttp://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.