Difference between revisions of "RiboPicker"

From UFRC
Jump to navigation Jump to search
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
__NOEDITSECTION__
 
__NOEDITSECTION__
[[Category:Software]][[Category:Bioinformatics]]
+
[[Category:Software]][[Category:Bioinformatics]][[Category:Genomics]]
 
<!-- ########  Template Configuration ######## -->
 
<!-- ########  Template Configuration ######## -->
 
<!--Edit definitions of the variables used in template calls  
 
<!--Edit definitions of the variables used in template calls  
Line 20: Line 20:
 
<!--Choose sections to enable - OPTIONAL-->
 
<!--Choose sections to enable - OPTIONAL-->
 
|{{#vardefine:mod|1}} <!--Present instructions for running the software with modules -->
 
|{{#vardefine:mod|1}} <!--Present instructions for running the software with modules -->
|{{#vardefine:exe|}} <!--Present manual instructions for running the software -->
+
|{{#vardefine:exe|1}} <!--Present manual instructions for running the software -->
 
|{{#vardefine:conf|}} <!--Enable config wiki page link - {{#vardefine:conf|1}} = ON/conf|}} = OFF-->
 
|{{#vardefine:conf|}} <!--Enable config wiki page link - {{#vardefine:conf|1}} = ON/conf|}} = OFF-->
 
|{{#vardefine:pbs|}} <!--Enable PBS script wiki page link-->
 
|{{#vardefine:pbs|}} <!--Enable PBS script wiki page link-->
Line 60: Line 60:
 
* lsr - Large Subunit non-redundant truncated database from the SILVA project [http://www.arb-silva.de/no_cache/download/archive/release_108/Exports/ LSURef_108_tax_silva_trunc.fasta.tgz]
 
* lsr - Large Subunit non-redundant truncated database from the SILVA project [http://www.arb-silva.de/no_cache/download/archive/release_108/Exports/ LSURef_108_tax_silva_trunc.fasta.tgz]
 
{{#if: {{#var: exe}}|==How To Run==
 
{{#if: {{#var: exe}}|==How To Run==
WRITE INSTRUCTIONS ON RUNNING THE ACTUAL BINARY|}}
+
A ''ribopicker'' alias was created for the main ribopicker.pl Perl script. To run RiboPicker use
 +
<code>ribopicker [options] -f &lt;file&gt; -dbs &lt;list&gt; ...</code>
 +
For more information on the options run
 +
ribopicker -h
 +
|}}
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==
 
See the [[{{PAGENAME}}_Configuration]] page for {{#var: app}} configuration details.|}}
 
See the [[{{PAGENAME}}_Configuration]] page for {{#var: app}} configuration details.|}}

Revision as of 18:57, 3 August 2012

Description

{{{name}}} 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. Template:App Location

Installed Versions

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

Running the application using 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