diff readme.txt @ 0:e11e303c39a4 default tip

Uploaded
author bjoern-gruening
date Wed, 11 Jan 2012 09:34:45 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/readme.txt	Wed Jan 11 09:34:45 2012 -0500
@@ -0,0 +1,73 @@
+Galaxy wrapper for RepeatMasker
+=====================================
+
+This wrapper is copyright 2012 by Björn Grüning.
+
+This is a wrapper for the command line tool of Glimmer3.
+http://www.cbcb.umd.edu/software/glimmer/
+
+Glimmer is a system for finding genes in microbial DNA, 
+especially the genomes of bacteria, archaea, and viruses. 
+Glimmer (Gene Locator and Interpolated Markov ModelER) uses interpolated 
+Markov models (IMMs) to identify the coding regions and distinguish them from noncoding DNA. 
+
+A.L. Delcher, D. Harmon, S. Kasif, O. White, and S.L. Salzberg. Improved microbial gene identification with GLIMMER, Nucleic Acids Research 27:23 (1999), 4636-4641.
+S. Salzberg, A. Delcher, S. Kasif, and O. White. Microbial gene identification using interpolated Markov models, Nucleic Acids Research 26:2 (1998), 544-548.
+A.L. Delcher, K.A. Bratke, E.C. Powers, and S.L. Salzberg. Identifying bacterial genes and endosymbiont DNA with Glimmer. Bioinformatics (Advance online version) (2007). 
+
+
+
+Installation
+============
+
+To install Glimmer3, please download Glimmer3 from 
+
+http://www.cbcb.umd.edu/software/glimmer/glimmer302.tar.gz
+
+and follow the installation instructions. You can also use packages from your distribution like
+
+http://packages.debian.org/stable/science/tigr-glimmer
+
+
+To install the wrapper copy the glimmer3 folder in the galaxy tools
+folder and modify the tools_conf.xml file to make the tool available to Galaxy.
+For example:
+
+<tool file="gene_prediction/tools/glimmer3/glimmer3-main-wrapper.xml" />
+<tool file="gene_prediction/tools/glimmer3/glimmer_predict.xml" />
+<tool file="gene_prediction/tools/glimmer3/glimmer_orf_to_seq.xml" />
+<tool file="gene_prediction/tools/glimmer3/glimmer2gff.xml" />
+<tool file="gene_prediction/tools/glimmer3/gbktoorfWrapper.xml" />
+<tool file="gene_prediction/tools/glimmer3/glimmer_acgt_content.xml" />
+<tool file="gene_prediction/tools/glimmer3/glimmer3-build-icm-wrapper.xml" />
+<tool file="gene_prediction/tools/glimmer3/glimmer3-extract-wrapper.xml" />
+<tool file="gene_prediction/tools/glimmer3/glimmer3-long-orfs-wrapper.xml" />
+
+
+History
+=======
+
+v0.1 - Initial public release
+
+
+Wrapper Licence (MIT/BSD style)
+===============================
+
+Permission to use, copy, modify, and distribute this software and its
+documentation with or without modifications and for any purpose and
+without fee is hereby granted, provided that any copyright notices
+appear in all copies and that both those copyright notices and this
+permission notice appear in supporting documentation, and that the
+names of the contributors or copyright holders not be used in
+advertising or publicity pertaining to distribution of the software
+without specific prior permission.
+
+THE CONTRIBUTORS AND COPYRIGHT HOLDERS OF THIS SOFTWARE DISCLAIM ALL
+WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE
+CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT
+OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
+OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
+OR PERFORMANCE OF THIS SOFTWARE.
+