Python interface for the MaBoSS software (https://maboss.curie.fr)
conda install -c colomoto pymaboss
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.