Skip to content

NutritionalLungImmunity/IPA_model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPA model

To install, download the model using either git or by downloading and extracting a zip file. Then open a terminal and enter the model's directory. Run

pipenv install

to install the model's dependencies in a virtual environment. (The only dependency is numpy at the time of writing.) The virtual environment can be entered with

pipenv shell

To run, enter the virtual environment as above, then on linux or mac:

PYTHONPATH=. python edu/uf/main/Model.py

or on windows:

set PYTHONPATH=.
python edu/uf/main/Model.py

Contact Information

Henrique de Assis Ribeiro, Laboratory for Systems Medicine, College of Medicine, University of Florida

Reinhard Laubenbacher, Laboratory for Systems Medicine, College of Medicine, University of Florida

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages