Difference between revisions of "MAKER"

From GMOD
Jump to: navigation, search
m
m
Line 15: Line 15:
 
* MAKER is MPI capable for rapid parallelization across computer clusters.
 
* MAKER is MPI capable for rapid parallelization across computer clusters.
 
* You can also easily integrate raw InterProScan results into MAKER, which will identify protein domains, add GO functional categories, and help assign putative gene functions to genome annotations.  This data then becomes accessible as part of the GFF3 output and can be loaded into a [[Chado]], [[GBrowse]], or [[Apollo]].
 
* You can also easily integrate raw InterProScan results into MAKER, which will identify protein domains, add GO functional categories, and help assign putative gene functions to genome annotations.  This data then becomes accessible as part of the GFF3 output and can be loaded into a [[Chado]], [[GBrowse]], or [[Apollo]].
 +
 +
  
 
== Documentation ==
 
== Documentation ==

Revision as of 16:21, 28 September 2009

http://www.yandell-lab.org/software/maker.html}}

__NOTITLE__

Learn more about
MAKER at:
PAG 2010 Conference
PAG XIX
15-19 Jan 2011

MAKER is a portable and easy to configure genome annotation pipeline. It's purpose is to allow smaller eukaryotic genome projects and (as of August 2009) prokaryotic genome projects to 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. It outputs are in GFF3 or FASTA format, and can be directly loaded into Chado, GBrowse, and Apollo.


Additional MAKER options/capabilities include:

  • Map old annotation sets onto new assemblies.
  • Merge multiple legacy annotation sets into a consensus set of annotations.
  • Update existing annotations to take new evidence into account.
  • Tag pre-existing gene models with evidence alignments and quality control metrics to assist in downstream manual curation.
  • Use GFF3 pass-through to include both evidence alignments and predicted gene models from algorithms not natively supported by MAKER.
  • MAKER is MPI capable for rapid parallelization across computer clusters.
  • You can also easily integrate raw InterProScan results into MAKER, which will identify protein domains, add GO functional categories, and help assign putative gene functions to genome annotations. This data then becomes accessible as part of the GFF3 output and can be loaded into a Chado, GBrowse, or Apollo.


Documentation

MAKER documentation is available from these sources:

2008 18: 188-196; Genome Res. (requires subscription)

  • README file in the download

Read both the paper and the README before installing MAKER.

Annotations

The MAKER genome annotation pipeline generates several different types of annotations, including
  • Ab-initio gene predictions from SNAP, Augustus, FGENESH, and GeneMark
  • Final gene models from MAKER
  • EST alignments from both EXONERATE and BLASTN
  • Protein alignments from EXONERATE and BLASTX
  • Repeats from RepeatMasker and the MAKER internal RepeatRunner
File:MAKERAnnotations500x301.jpg
MAKER generated annotations, shown in Apollo.

Requirements

Optional Components

  • Augustus 2.0 or higher (for eukaryotic genomes)
  • GeneMark-ES (for eukaryotic genomes)
  • FGENESH 2.6 or higher - requires licence (for eukaryotic genomes)
  • GeneMarkS (for prokaryotic genomes)


mpi_maker

MAKER, by default runs on a single computer. A parallel version, mpi_maker, is also available. To run mpi_maker you will need an MPI package installed on all participating computers. Try MPICH2. Remember to install MPICH2 with the --enable-sharedlibs flag set to the appropriate value (See theMPICH2 Installer's Guide.)

Presentations

Downloads

A compressed TAR file is available at http://www.yandell-lab.org/software/maker.html.

Demo

MAKER comes with sample data for testing purposes. See the /data directory in the download.

Since MAKER is a command driven pipeline there are no screenshots or online demos available.

Support

Support for MAKER is provided on a mailing list, and through a Trac based wiki, bug tracker and code browser.

Contact

Mark Yandell <myandell@genetics.utah.edu>