§ System requirements
- Ruby, with the
restclient and
nokogiri packages. To install required packages execute:
$> gem install rest_client $> gem install nokogiri
- R, with the
pROC package. To install
required packages execute:
$> R R> install.packages('pROC');
- A metagenome simulation software: Grinder.
- A local search software: NCBI's BLAST+,
DIAMOND, or any other software producing a results in
the same format of Tabular-BLAST without comments (use the
--blast-cmd
and--makedb-cmd
options to execute any other software). - A multiple alignment software: MUSCLE, or any other software supporting
FastA input and output (use the
--muscle-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
§ License
§ Authors
Luis H (Coto) Orellana, Luis M. Rodriguez-R & Konstantinos Konstantinidis, at the Kostas lab.