Difference between revisions of "Rrnaselector"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:biologyCategory:sequencing {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|rrnaselector}} |{{#vardefine:url|http://www.ezbiocloud.net/...")
 
m (Text replacement - "#uppercase" to "uc")
 
Line 24: Line 24:
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_BIN - executable directory
+
* HPC_{{uc:{{#var:app}}}}_BIN - executable directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Latest revision as of 21:24, 6 December 2019

Description

rrnaselector website  

This JAVA program is designed to be used for selecting prokaryotic rRNA sequences from metagenomic and metatrancriptomic shotgun libraries. The rRNASelector selects both bacterial and archaeal rRNA genes (5S, 16S and 23S). The remaining sequences can be used for non-rRNA-based bioinformatic analysis (e.g. homology search against protein databases). Additionally, for further rRNA-based analysis, the resultant sequences are trimmed to contain only rRNA coding regions.

Environment Modules

Run module spider rrnaselector to find out what environment modules are available for this application.

System Variables

  • HPC_RRNASELECTOR_DIR - installation directory
  • HPC_RRNASELECTOR_BIN - executable directory