Skip to main content

Python-based tools and utilities for NUFEB simulations

Project description

Documentation Status pypi Tox testing status DOI

Description

Python-based tools and utilities for NUFEB simulations

Getting Started

Install via pip:

pip install nufeb-tools

Generate NUFEB simulations from the CLI:

nufeb-seed

Remove old runs:

nufeb-clean

Get data from a simulation for analysis

from nufeb_tools import utils
x = utils.get_data(test=True)

Plot the overall growth

from nufeb_tools import plot
import matplotlib.pyplot as plt
f, ax = plt.subplots()
plot.overall_growth(x.biomass,ax=ax)
/docs/_static/images/total_biomass_vs_time.png

Plot colonies based on initial seed cells

from nufeb_tools import utils, plot
import matplotlib.pyplot as plt
x = utils.get_data(directory=r'E:\sucrose\runs\Run_50_50_1.00e+00_1_2022-01-11_48525')
f,ax = plt.subplots()
plot.colony(x,25900,colors,ax=ax)
plt.show()
/docs/_static/images/colonies.png

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

nufeb_tools-0.1.26.tar.gz (28.5 MB view details)

Uploaded Source

Built Distribution

nufeb_tools-0.1.26-py2.py3-none-any.whl (39.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file nufeb_tools-0.1.26.tar.gz.

File metadata

  • Download URL: nufeb_tools-0.1.26.tar.gz
  • Upload date:
  • Size: 28.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for nufeb_tools-0.1.26.tar.gz
Algorithm Hash digest
SHA256 c5bb6dcf32254353c687b93b201f7508a18361bb709ea7ebd467da70382deded
MD5 bfa493305705526cfe2f484f11579be4
BLAKE2b-256 a93b7c837d0cfd7fb3cb52c95381959b1c23b4f68c6b6049a34eb621cffabfb3

See more details on using hashes here.

File details

Details for the file nufeb_tools-0.1.26-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for nufeb_tools-0.1.26-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 29ec5e4ce399ab1fac79f2625bb80e05b41d4475bb76f7c59329a9b34a794369
MD5 523a0526c2dc2531193e633316273ec6
BLAKE2b-256 627d855f2498cc9069393e553ba614748ebef704cb6d476d19bc69e5e8dfb1db

See more details on using hashes here.

Supported by

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