Skip to content

EMOD-Hub/emodpy-malaria

Repository files navigation

emodpy-malaria

Python module for use as user-space front-end for doing research easily with EMOD (MALARIA_SIM) via idmtools.

mosquito

license

Description

This package provides a Python scriptable interface for configuring EMOD for malaria modeling. This Python interface abstracts the process of creating JSON formatted files for parameter specification, demographics specification and intervention specification along as well as abstracting the process of creating binary climate and migration files.

Getting started

Before installing emodpy_malaria, please see the Getting Started page. It can guide you through trying EMOD before you try it on your own machine.

Get emodpy-malaria

The emodpy-malaria package (and its supporting packages) is currently hosted on IDM's Python package repository.

python3 -m pip install emodpy-malaria

Note: you may need to only use python on Windows machines rather than python3.

Documentation

Documentation available at https://emod-hub.github.io/emodpy-malaria

To build the documentation locally, do the following:

  1. Create and activate a venv.

  2. Navigate to the root directory of the repo and enter the following:

    pip install -e[docs] .
    python -m sphinx -T --keep-going -b html ./docs ./site
    

The HTML documentation will be output to the 'site' directory.

Community

Have a question or a comment? Check out our Discussions space.

Support and Contributions

The code in this repository was developed by IDM to support our research in disease transmission and managing epidemics. We’ve made it publicly available under the MIT License to provide others with a better understanding of our research and an opportunity to build upon it for their own work. We make no representations that the code works as intended or that we will provide support, address issues that are found, or accept pull requests. You are welcome to create your own fork and modify the code to suit your own modeling needs as contemplated under the MIT License.

If you have feature requests, issues, or new code, please see our CONTRIBUTING page for how to provide your feedback.

Developer Installation

There are several options if you are modifying the code locally.

Option 1: install in the emodpy-malaria directory:

pip install -e .

Option 2: You will need to install 'build':

pip install build 

Each time you make a change you want to use, you'll need to build a new .whl file and install it:

python -m build
pip install dist\emodpy_malaria-XXXX.whl

Disclaimer

The code in this repository was developed by IDM and other collaborators to support our joint research on flexible agent-based modeling. We've made it publicly available under the MIT License to provide others with a better understanding of our research and an opportunity to build upon it for their own work. We make no representations that the code works as intended or that we will provide support, address issues that are found, or accept pull requests. You are welcome to create your own fork and modify the code to suit your own modeling needs as permitted under the MIT License.

About

Python workflow tools for configuring and running EMOD-Malaria

Resources

License

Contributing

Stars

Watchers

Forks

Contributors