Difference between revisions of "Maker"

From UFRC
Jump to navigation Jump to search
(Created page with "__NOTOC__ __NOEDITSECTION__ Category:SoftwareCategory:BiologyCategory:Genomics <!-- ######## Template Configuration ######## --> <!--Edit definitions of the variable...")
 
Line 13: Line 13:
 
{|
 
{|
 
<!--Main settings - REQUIRED-->
 
<!--Main settings - REQUIRED-->
|{{#vardefine:app|test}}
+
|{{#vardefine:app|maker}}
 
|{{#vardefine:url|http://www.yandell-lab.org/software/maker.html}}
 
|{{#vardefine:url|http://www.yandell-lab.org/software/maker.html}}
 
<!--Compiler and MPI settings - OPTIONAL -->
 
<!--Compiler and MPI settings - OPTIONAL -->

Revision as of 18:52, 15 February 2012

Description

{{{name}}} website  
MAKER is a portable and easily configurable genome annotation pipeline. It's purpose is to allow smaller eukaryotic and prokaryotic genome projects to independently annotate their genomes and to create genome databases. MAKER identifies repeats, aligns ESTs and proteins to a genome, produces ab-initio gene predictions and automatically synthesizes these data into gene annotations having evidence-based quality values. MAKER is also easily trainable: outputs of preliminary runs can be used to automatically retrain its gene prediction algorithm, producing higher quality gene-models on subsequent runs. MAKER's inputs are minimal and its outputs can be directly loaded into a GMOD database. They can also be viewed in the Apollo genome browser; this feature of MAKER provides an easy means to annotate, view and edit individual contigs and BACs without the overhead of a database. MAKER should prove especially useful for emerging model organism projects with minimal bioinformatics expertise and computer resources. Template:App Location

Available versions

  • 2.10

Running the application using modules

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

Get module information for maker:

$module spider maker

Load the default application module:

$module load maker

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

  • HPC_MAKER_DIR - directory where maker is located.
  • HPC_MAKER_BIN - executable directory.