comparison readme.rst @ 0:22ed769665b6 draft default tip

Uploaded
author bgruening
date Sun, 01 Feb 2015 18:35:40 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:22ed769665b6
1 Galaxy wrapper for statistical hypothesis testing with scipy
2 ============================================================
3
4 Computes a large number of probability distributions as well as a statistical functions of any kind.
5 For more informations have a look at the `SciPy site`_.
6
7 .. _`SciPy site`: http://docs.scipy.org/doc/scipy/reference/stats.html
8
9
10 ============
11 Installation
12 ============
13
14 Should be done via the Galaxy `Tool Shed`_.
15 Install the following repository: https://toolshed.g2.bx.psu.edu/view/bgruening/statistical_hypothesis_testing
16
17 .. _`Tool Shed`: http://wiki.galaxyproject.org/Tool%20Shed
18
19
20 =======
21 History
22 =======
23
24 - v0.1: no release yet
25 - v0.2: add a lot more statistics
26
27
28
29
30 Wrapper Licence (MIT/BSD style)
31 ===============================
32
33 * Copyright (c) 2013-2014 B. Gruening (bjoern dot gruening <at> gmail dot com)
34 * Copyright (c) 2015 Hui Li lihui900116 <at> gmail dot com
35
36 Permission to use, copy, modify, and distribute this software and its
37 documentation with or without modifications and for any purpose and
38 without fee is hereby granted, provided that any copyright notices
39 appear in all copies and that both those copyright notices and this
40 permission notice appear in supporting documentation, and that the
41 names of the contributors or copyright holders not be used in
42 advertising or publicity pertaining to distribution of the software
43 without specific prior permission.
44
45 THE CONTRIBUTORS AND COPYRIGHT HOLDERS OF THIS SOFTWARE DISCLAIM ALL
46 WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
47 WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE
48 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT
49 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
50 OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
51 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
52 OR PERFORMANCE OF THIS SOFTWARE.
53