Mercurial > repos > bgruening > bg_statistical_hypothesis_testing
diff readme.rst @ 0:a3d8cadaf060 draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
author | bgruening |
---|---|
date | Mon, 21 Nov 2022 18:07:45 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/readme.rst Mon Nov 21 18:07:45 2022 +0000 @@ -0,0 +1,55 @@ +Galaxy wrapper for statistical hypothesis testing with scipy +============================================================ + +Computes a large number of probability distributions as well as a statistical functions of any kind. +For more informations have a look at the `SciPy site`_. + +.. _`SciPy site`: http://docs.scipy.org/doc/scipy/reference/stats.html + + +============ +Installation +============ + +Should be done via the Galaxy `Tool Shed`_. +Install the following repository: https://toolshed.g2.bx.psu.edu/view/bgruening/statistical_hypothesis_testing + +.. _`Tool Shed`: http://wiki.galaxyproject.org/Tool%20Shed + + +======= +History +======= + + - v0.1: no release yet + - v0.2: add a lot more statistics + + + + +Wrapper Licence (MIT/BSD style) +=============================== + +Copyright (c) 2013-2015 + + * Björn Gruening (bjoern dot gruening <at> gmail dot com) + * Hui Li (lihui900116 <at> gmail dot com) + +Permission to use, copy, modify, and distribute this software and its +documentation with or without modifications and for any purpose and +without fee is hereby granted, provided that any copyright notices +appear in all copies and that both those copyright notices and this +permission notice appear in supporting documentation, and that the +names of the contributors or copyright holders not be used in +advertising or publicity pertaining to distribution of the software +without specific prior permission. + +THE CONTRIBUTORS AND COPYRIGHT HOLDERS OF THIS SOFTWARE DISCLAIM ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE +CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT +OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE +OR PERFORMANCE OF THIS SOFTWARE. +