MAKER Test: Difference between revisions
Created page with ' == MAKER Test == MAKER is a genome annotation pipeline[http://http://weatherby.genetics.utah.edu/MAKER/wiki/index.php/MAKER_Tutorial]. It allows for a researcher or group of r...' |
|||
Line 1: | Line 1: | ||
MAKER is a genome annotation pipeline[http://http://weatherby.genetics.utah.edu/MAKER/wiki/index.php/MAKER_Tutorial]. It allows for a researcher or group of researchers to take a genome, some amount of evidence (for example, an EST file, a protein file (both in FASTA format), and a repeat file, and potentially more), and create structural annotations for a genome. It is capable of training HMM files in order to provide better annotations for a genome with little evidence, although this takes many runs. This page is an attempt to document the work being done to add MAKER into CoGe. | MAKER is a genome annotation pipeline[http://http://weatherby.genetics.utah.edu/MAKER/wiki/index.php/MAKER_Tutorial]. It allows for a researcher or group of researchers to take a genome, some amount of evidence (for example, an EST file, a protein file (both in FASTA format), and a repeat file, and potentially more), and create structural annotations for a genome. It is capable of training HMM files in order to provide better annotations for a genome with little evidence, although this takes many runs. This page is an attempt to document the work being done to add MAKER into CoGe. | ||
== How to Download and Install MAKER == | == How to Download and Install MAKER == |
Revision as of 16:50, 6 March 2015
MAKER is a genome annotation pipeline[1]. It allows for a researcher or group of researchers to take a genome, some amount of evidence (for example, an EST file, a protein file (both in FASTA format), and a repeat file, and potentially more), and create structural annotations for a genome. It is capable of training HMM files in order to provide better annotations for a genome with little evidence, although this takes many runs. This page is an attempt to document the work being done to add MAKER into CoGe.
How to Download and Install MAKER
MAKER may be downloaded from the Yandell lab, here: http://www.yandell-lab.org/software/maker.html. The full installation instructions may be found here: http://weatherby.genetics.utah.edu/MAKER/wiki/index.php/MAKER_Tutorial. The instructions here will just serve as a brief overview for getting MAKER running on the command line in UNIX.
1. Register and download MAKER from the Yandell lab MAKER software page. 2. Unpack MAKER in whichever folder it will be run from. 3. Download and install prerequisites if they are not installed. The minimum prerequisites are:
a. BioPerl and various other Perl modules (see the MAKER documentation for a complete list). b. SNAP c. Exonerate d. RepeatMasker e. NCBI BLAST
<UNDER CONSTRUCTION>