Difference between revisions of "Barrnap"
Jump to navigation
Jump to search
(Created page with "Category:SoftwareCategory:BiologyCategory:RNA-Seq {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|barrnap}} |{{#vardefine:url|http://www.vicbioinformatics.com/s...") |
|||
(One intermediate revision by one other user not shown) | |||
Line 23: | Line 23: | ||
<!--Modules--> | <!--Modules--> | ||
− | == | + | ==Environment Modules== |
− | + | Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | |
− | |||
− | |||
− | < | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==System Variables== | ==System Variables== | ||
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory |
<!--Configuration--> | <!--Configuration--> | ||
{{#if: {{#var: conf}}|==Configuration== | {{#if: {{#var: conf}}|==Configuration== |
Latest revision as of 17:55, 10 June 2022
Description
Barrnap predicts the location of ribosomal RNA genes in genomes. It supports bacteria (5S,23S,16S), archaea (5S,5.8S,23S,16S), mitochondria (12S,16S) and eukaryotes (5S,5.8S,28S,18S).
It takes FASTA DNA sequence as input, and write GFF3 as output. It uses the new NHMMER tool that comes with HMMER 3.1 for HMM searching in RNA:DNA style. NHMMER binaries for 64-bit Linux and Mac OS X are included and will be auto-detected. Multithreading is supported and one can expect roughly linear speed-ups with more CPUs. Running time is approximately 1 second per 1 megabase of input sequence.
Environment Modules
Run module spider barrnap
to find out what environment modules are available for this application.
System Variables
- HPC_BARRNAP_DIR - installation directory