annotate readme.txt @ 1:f8f1a3878edd draft default tip

0.1.1 version, prevent a crash if no repeat is found. Thanks to Simon Guest
author bjoern-gruening
date Fri, 01 Feb 2013 03:29:37 -0500
parents 13df908a02b0
children
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
1
f8f1a3878edd 0.1.1 version, prevent a crash if no repeat is found. Thanks to Simon Guest
bjoern-gruening
parents: 0
diff changeset
4 This wrapper is copyright 2013 by Björn Grüning.
0
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
1
f8f1a3878edd 0.1.1 version, prevent a crash if no repeat is found. Thanks to Simon Guest
bjoern-gruening
parents: 0
diff changeset
37 v0.1.1 - patch from Simon Guest, to create empty files if no repeat is found
0
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
38
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
39
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
40 Wrapper Licence (MIT/BSD style)
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
41 ===============================
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
42
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
43 Permission to use, copy, modify, and distribute this software and its
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
44 documentation with or without modifications and for any purpose and
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
45 without fee is hereby granted, provided that any copyright notices
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
46 appear in all copies and that both those copyright notices and this
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
47 permission notice appear in supporting documentation, and that the
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
48 names of the contributors or copyright holders not be used in
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
49 advertising or publicity pertaining to distribution of the software
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
50 without specific prior permission.
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
51
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
52 THE CONTRIBUTORS AND COPYRIGHT HOLDERS OF THIS SOFTWARE DISCLAIM ALL
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
53 WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
54 WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
55 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
56 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
57 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
58 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
59 OR PERFORMANCE OF THIS SOFTWARE.
13df908a02b0 Initial commit
bjoern-gruening
parents:
diff changeset
60