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