Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.79 KB

INSTALL.md

File metadata and controls

58 lines (39 loc) · 1.79 KB

ROCker

Accurately detecting functional genes in metagenomes.

System requirements

  1. Ruby, with the restclient and nokogiri packages. To install the required packages execute:

    $> gem install rest-client
    $> gem install nokogiri
    $> gem install json
  2. R, with the pROC package. To install the required packages, execute:

    $> R
    R> install.packages('pROC');
  3. A metagenome simulation software: Grinder.

  4. A local search software: NCBI BLAST+, DIAMOND, or any other software producing a results in the same format of Tabular-BLAST without comments (use the --search-cmd and --makedb-cmd options to execute any other software).

  5. A multiple alignment software: MUSCLE, Clustal Omega or any other software supporting FastA input and output (use the --aligner-cmd option to execute any other software).

Installation

Install ROCker using RubyGems:

$> gem install bio-rocker

Or get the source from GitHub:

$> git clone https://github.com/lmrodriguezr/rocker.git
$> ./rocker/bin/rocker

License

Artistic license 2.0.

Authors

Luis H (Coto) Orellana, Luis M. Rodriguez-R & Konstantinos Konstantinidis, at the Kostas lab.