Galaxy | Tool Preview

barrnap (version 1.2.2)
Fasta file to look for rRNA's in
Proportional length threshold to reject prediction
Proportional length threshold to tag a find as pseudo
Similarity e-value cutoff
Include the fasta sequences in the GFF output file
Produce an output file of the rRNA sequences found in FASTA format.

barrnap

barrnap predicts the location of 5S, 16S and 23S ribosomal RNA genes in Bacterial genome sequences. Barrnap now supports Archaea, Eukaryota and Mitochondria. It takes FASTA DNA sequence as input, and write GFF3 as output. It uses the new NHMMER tool that comes with HMMER 3.1-dev for HMM searching in DNA: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. This tool is designed to be a substitute for RNAmmer. It was motivated by my desire to remove Prokka's dependency on RNAmmer which is encumbered by an free-for-academic sign-up license, and by the needed legacy HMMER 2.x which conflicts with HMMER 3.x that most people are using now.

RNAmmer is more sophisticated than Barrnap, and more accurate. because it uses HMMER 2.x in glocal alignment mode, whereas HMMER 3.x currently only supports local alignment (Sean Eddy expects glocal to be supported in 2014). In practice, Barrnap will find all the typical 5/16/23S genes in bacteria, but may get the end points out by a few bases and will probably miss wierd rRNAs. The HMM models it uses are derived from RFAM, Silva, and GreenGenes.

The name Barrnap is derived from BActerial Ribosomal RNA Predictor. It was spawned at CodeFest 2013 in Berlin, Germany by Torsten Seemann and Tim Booth.

Inputs/Parameters

Fasta file: The fasta file whose contents you want to search for ribosomal RNA's.

Kingdom: Select the Kingdom of the organism: Bacteria, Eukarote, Mitochondria or Archaea.

Length cutoff: Proportional length threshold to tag a possible rRNA as pseudo.

Reject length threshold: Proportional length threshold to reject prediction

E-value: Similarity cutoff e-value.

Include Sequences in GFF: This includes the original fasta sequence in the GFF file below the #FASTA tag