Difference between revisions of "RiboPicker"

From UFRC
Jump to navigation Jump to search
m (Text replace - "Usage policy" to "Usage Policy")
m (Text replace - "<!-- ######## Template Configuration ######## --> <!--Edit definitions of the variables used in template calls Required variables: app - lowercase name of the application e.g. "amber" url - url of the software page (project, company prod)
Line 2: Line 2:
 
__NOEDITSECTION__
 
__NOEDITSECTION__
 
[[Category:Software]][[Category:Bioinformatics]][[Category:Genomics]]
 
[[Category:Software]][[Category:Bioinformatics]][[Category:Genomics]]
<!-- ########  Template Configuration ######## -->
+
 
<!--Edit definitions of the variables used in template calls
 
Required variables:
 
app - lowercase name of the application e.g. "amber"
 
url - url of the software page (project, company product, etc) - e.g. "http://ambermd.org/"
 
Optional variables:
 
INTEL - Version of the Intel Compiler e.g. "11.1"
 
MPI - MPI Implementation and version e.g. "openmpi/1.3.4"
 
-->
 
 
{|
 
{|
 
<!--Main settings - REQUIRED-->
 
<!--Main settings - REQUIRED-->

Revision as of 17:52, 10 August 2012


Description

ribopicker website  

The riboPicker tool can be used to automatically identify and efficiently remove rRNA-like sequences from metatranscriptomic and metagenomic datasets. It is easily configurable and provides a user-friendly interface.

Installed Versions

  • 0.4.2, 0.4.3 (EL5)
  • 0.4.3 (EL6)

Execution Environment and Modules

To use ribopicker with the environment modules system at HPC the following commands are available:

Get module information for ribopicker:

$module spider ribopicker

Load the application module:

$module load ribopicker

The modulefile for this software adds the directory with executable files to the shell execution PATH and sets the following environment variables:

  • HPC_RIBOPICKER_DIR - directory where ribopicker is located.
  • HPC_RIBOPICKER_BIN - executable directory

Databases

The following Ribosomal RNA databases are available for use with RiboPicker at HPC:

How To Run

A ribopicker alias was created for the main ribopicker.pl Perl script. To run RiboPicker use

ribopicker [options] -f <file> -dbs <list> ...

For more information on the options run

ribopicker -h