1
|
1 ================================================
|
|
2 Galaxy wrapper for Infernal prediction tools
|
|
3 ================================================
|
|
4
|
|
5 Infernal ("INFERence of RNA ALignment") is for searching DNA sequence databases
|
|
6 for RNA structure and sequence similarities. It is an implementation of a special
|
|
7 case of profile stochastic context-free grammars called covariance models (CMs).
|
|
8 A CM is like a sequence profile, but it scores a combination of sequence consensus
|
|
9 and RNA secondary structure consensus, so in many cases, it is more capable of
|
|
10 identifying RNA homologs that conserve their secondary structure more than their
|
|
11 primary sequence.
|
|
12
|
|
13 This wrapper is copyright 2013 by:
|
|
14 * Bjoern Gruening
|
|
15
|
|
16
|
|
17 This prepository contains wrapper for the Infernal_ command line tool.
|
|
18
|
|
19 .. _Infernal: http://infernal.janelia.org/
|
|
20
|
|
21
|
|
22 E. P. Nawrocki, D. L. Kolbe, and S. R. Eddy, Infernal 1.0: Inference of RNA alignments , Bioinformatics 25:1335-1337 (2009), .
|
|
23
|
|
24
|
|
25 ============
|
|
26 Installation
|
|
27 ============
|
|
28
|
|
29 Please download install Infernal and the tool wrappers with the Galaxy Tool Shed:
|
|
30
|
9
|
31 =============
|
|
32 Miscellaneous
|
|
33 =============
|
|
34
|
10
|
35 Included in that repository is a CM datatype for INFERNAL 1.1 and TOCKHOLM .
|
|
36 If you need that datatype in an additionl package, I can source it out as separate package. Please contact me in that case.
|
9
|
37
|
1
|
38
|
|
39 =======
|
|
40 History
|
|
41 =======
|
|
42
|
|
43 - v1.1.0: Initial public release
|
|
44
|
|
45
|
9
|
46
|
|
47
|
1
|
48 ===============================
|
|
49 Wrapper Licence (MIT/BSD style)
|
|
50 ===============================
|
|
51
|
|
52 Permission to use, copy, modify, and distribute this software and its
|
|
53 documentation with or without modifications and for any purpose and
|
|
54 without fee is hereby granted, provided that any copyright notices
|
|
55 appear in all copies and that both those copyright notices and this
|
|
56 permission notice appear in supporting documentation, and that the
|
|
57 names of the contributors or copyright holders not be used in
|
|
58 advertising or publicity pertaining to distribution of the software
|
|
59 without specific prior permission.
|
|
60
|
|
61 THE CONTRIBUTORS AND COPYRIGHT HOLDERS OF THIS SOFTWARE DISCLAIM ALL
|
|
62 WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
|
|
63 WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE
|
|
64 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT
|
|
65 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
66 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
|
|
67 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
|
|
68 OR PERFORMANCE OF THIS SOFTWARE.
|
|
69
|