Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 1.78 KB

README.md

File metadata and controls

38 lines (20 loc) · 1.78 KB

pyMaBoSS

PyPI version Anaconda-Server Badge build Coverage Status Documentation Status

Python interface for the MaBoSS software (https://maboss.curie.fr)

Installation

With conda

conda install -c colomoto pymaboss

With pip

This is not the recommended option as it cannot yet package the MaBoSS binaries, but if you already have then install you can just install pyMaBoSS using

pip install maboss

To download the MaBoSS binaries, if you have conda and if you are using linux or macosx, you can run :

python -m maboss_setup

If you are using Windows, or if the command above did not work, you can try to run :

python -m maboss_setup_experimental

Otherwise, you can download them using the following links, for Linux, MacOSX arm64, MacOSX X86_64 or Windows. Once downloaded, you need to extract them and make them accessible by putting them in a folder configured in your PATH.