annotate readme.txt @ 0:13df908a02b0

Initial commit
author bjoern-gruening
date Wed, 11 Jan 2012 04:50:59 -0500
parents
children f8f1a3878edd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
1 Galaxy wrapper for RepeatMasker
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
2 =====================================
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
3
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
4 This wrapper is copyright 2012 by Björn Grüning.
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
5
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
6 This is a wrapper for the command line tool of RepeatMasker from the Institute for Systems Biology.
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
7 http://www.repeatmasker.org/
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
8
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
9
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
10 Smit, AFA, Hubley, R & Green, P. RepeatMasker Open-3.0.
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
11 1996-2010 <http://www.repeatmasker.org>.
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
12
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
13
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
14 Additional Information:
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
15 Using RepeatMasker to identify repetitive elements in genomic sequences.
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
16 http://www.ncbi.nlm.nih.gov/pubmed/19274634
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
17
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
18
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
19 Installation
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
20 ============
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
21
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
22 To install RepeatMasker, please use the following instructions:
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
23
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
24 http://www.repeatmasker.org/RMDownload.html
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
25
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
26 To install the wrapper copy the file RepeatMasker.xml in the galaxy tools
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
27 folder and modify the tools_conf.xml file to make the tool available to Galaxy.
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
28 Add a line like the following:
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
29
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
30 <tool file="RepeatMasker/RepeatMasker.xml" />
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
31
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
32
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
33 History
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
34 =======
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
35
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
36 v0.1 - Initial public release
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
37
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
38
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
39 Wrapper Licence (MIT/BSD style)
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
40 ===============================
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
41
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
42 Permission to use, copy, modify, and distribute this software and its
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
43 documentation with or without modifications and for any purpose and
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
44 without fee is hereby granted, provided that any copyright notices
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
45 appear in all copies and that both those copyright notices and this
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
46 permission notice appear in supporting documentation, and that the
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
47 names of the contributors or copyright holders not be used in
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
48 advertising or publicity pertaining to distribution of the software
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
49 without specific prior permission.
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
50
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
51 THE CONTRIBUTORS AND COPYRIGHT HOLDERS OF THIS SOFTWARE DISCLAIM ALL
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
52 WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
53 WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
54 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
55 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
56 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
57 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
58 OR PERFORMANCE OF THIS SOFTWARE.
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
59