0.0
No commit activity in last 3 years
No release in over 3 years
New Sambamba library comes with a command-line tool for working with SAM/BAM files. This gem brings some of its functionality to Ruby.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.1.4
~> 1.8.3
>= 0
~> 2.7.0

Runtime

>= 1.4.2
>= 0.4.7
 Project Readme

bio-sambamba

Code Climate Build Status

Full description goes here

Note: this software is under active development!

Installation

    rake build
    rake install

In order to use the gem, you also need sambamba tool installed (version >= 0.2.6).

If you use Debian, you can download a package for your architecture from github downloads.

Otherwise, you need to install DMD compiler.

  • On Mac OS X you can install homebrew package manager, then install dmd easily with
    brew install dmd
  • On Arch Linux you can use pacman to install dmd
    pacman -S dmd libphobos
  • clone sambamba repository and compile the tool
    git clone --recursive https://github.com/lomereiter/sambamba.git
    cd sambamba/
    make
  • place the executable file build/sambamba to somewhere in your $PATH, for example:
    cp build/sambamba /usr/local/bin

Usage

    require 'bio-sambamba'

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/lomereiter/bioruby-sambamba

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

Cite

If you use this software, please cite one of

Biogems.info

This Biogem is published at #bio-sambamba

Copyright

Copyright (c) 2012 Artem Tarasov. See LICENSE.txt for further details.