0
|
1 Galaxy wrapper using R and RPy2
|
|
2 ===============================
|
|
3
|
|
4 These wrappers are based on RPy1 versions included in Galaxy-Main and
|
1
|
5 ported by John Chilton and Björn Grüning to RPy2 and Galaxy tool dependencies.
|
|
6 Please see the following Mail from galaxy-dev:
|
0
|
7
|
|
8 http://lists.bx.psu.edu/pipermail/galaxy-dev/2013-May/014694.html
|
|
9
|
1
|
10
|
0
|
11 Missing ports to RPy2:
|
|
12
|
|
13 - rgenetics/rgQC.py
|
|
14 - regVariation/rcve.py
|
|
15 - ngs_simulation/ngs_simulation.py
|
|
16 - metag_tools/short_reads_figure_high_quality_length.py
|
|
17 - taxonomy/poisson2test.py
|
|
18
|
|
19 ToDo:
|
|
20
|
|
21 - testing
|
|
22 - porting of missing tools
|
|
23
|
|
24
|
|
25 =======
|
|
26 History
|
|
27 =======
|
|
28
|
|
29 - v0.1: no release yet
|
|
30
|
|
31
|
|
32 Wrapper Licence (MIT/BSD style)
|
|
33 ===============================
|
|
34
|
|
35 Permission to use, copy, modify, and distribute this software and its
|
|
36 documentation with or without modifications and for any purpose and
|
|
37 without fee is hereby granted, provided that any copyright notices
|
|
38 appear in all copies and that both those copyright notices and this
|
|
39 permission notice appear in supporting documentation, and that the
|
|
40 names of the contributors or copyright holders not be used in
|
|
41 advertising or publicity pertaining to distribution of the software
|
|
42 without specific prior permission.
|
|
43
|
|
44 THE CONTRIBUTORS AND COPYRIGHT HOLDERS OF THIS SOFTWARE DISCLAIM ALL
|
|
45 WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
|
|
46 WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE
|
|
47 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT
|
|
48 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
|
|
49 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
|
|
50 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
|
|
51 OR PERFORMANCE OF THIS SOFTWARE.
|
|
52
|