puolival / multipy

Multiple hypothesis testing in Python
BSD 3-Clause "New" or "Revised" License
103 stars 23 forks source link

pip installation update #6

Open AldanaJ opened 3 years ago

AldanaJ commented 3 years ago

Hi there! Would you mind to update the pip installation to be able to use the qvalue calculation in Python 3? Thanks

puolival commented 3 years ago

Hi @AldanaJ,

Thanks for bringing this up. I should also do some code updates, so I'll do those first. I try to get everything done in a couple of days. I'll notify you when the new version is available via pip.

If you need a solution immediately, you can try the following:

git clone https://github.com/puolival/multipy.git cd multipy ipython setup.py install

Alternatively, the first step can be replaced by downloading the source code via https://github.com/puolival/multipy/archive/master.zip and unzipping to "multipy".

JulianKlug commented 3 years ago

Bumping this issue! Great package, would be sad not to be able to install it with pip 😁

For now this can also be done like this: pip install git+https://github.com/puolival/multipy