Skip to main content

A python and jupyter API for the MaBoSS software

Project description

pyMaBoSS

MaBoSS logo

pyMaBoSS is a python API for the MaBoSS software. It can be used inside the Colomoto docker. The API is loaded by running the following line in Python:

import maboss

Once loaded, it allows you to quickly load a MaBoSS model:

sim = maboss.load("metastasis.bnd", "metastasis.cfg")

And then to simulate the model and plot the simulation results:

res = sim.run()
res.plot_piechart()
Simulation result

Installation instructions

pyMaBoSS can be installed either via Conda, PyPi or GitHub.

Installation with Conda

This is the recommended option, as it also allows the simple installation of all the dependencies.

conda -c colomoto install pymaboss

This will install the library, which will already be ready to use.

Installation with PyPi

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.

Installation with GitHub

Finally, you can also install pyMaBoSS directly from the official GitHub repository :

git clone https://github.com/colomoto/pyMaBoSS

cd pyMaBoSS

python setup.py install

Note that this also comes without the MaBoSS binaries, so to install them you’ll have to follow the steps described above.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

maboss-0.8.13.tar.gz (79.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

maboss-0.8.13-py3-none-any.whl (78.0 kB view details)

Uploaded Python 3

File details

Details for the file maboss-0.8.13.tar.gz.

File metadata

  • Download URL: maboss-0.8.13.tar.gz
  • Upload date:
  • Size: 79.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for maboss-0.8.13.tar.gz
Algorithm Hash digest
SHA256 5c2332515e3f9f8bd31643fd18b8cf09af1af9141354dd7e3284e8fb7c416ee4
MD5 227ae100b6e2be15bb377c85fc7ed792
BLAKE2b-256 80f8088944d5a83ac37cc7db9e795a21cf4c485c39f5e71546bb1b734d12b041

See more details on using hashes here.

File details

Details for the file maboss-0.8.13-py3-none-any.whl.

File metadata

  • Download URL: maboss-0.8.13-py3-none-any.whl
  • Upload date:
  • Size: 78.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for maboss-0.8.13-py3-none-any.whl
Algorithm Hash digest
SHA256 03fe8b1a0faef1f2bbf4226d838399c1d1e2fee8a01f9664eb61dcd0062f3114
MD5 a56e5cd5ddce3bcab3a729b4bc46aff1
BLAKE2b-256 62900ac09442dd85f6e85b81627a0e02ed3a75fe8246aba623a604f4f8308b23

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page