- Clone or Download the Repository
<<<<<<< HEAD
git clone https://github.com/EdwardCatoiu/StressME-DynamicME- From the root of the StressME-DynamicME folder (where the Dockerfile and new scripts are), build the docker image by running: ======= git clone https://github.com/arjunpatel96/StressME-DynamicME
2. From the root of the cloned/unzipped folder (where the Dockerfile is), build the docker image by running:
>>>>>>> 3190ad8f27ddd8d3064f3689385656d711f801b3
```bash
docker build -t stressme_with_dynamicme .
- Still in the same folder/terminal, start the container with: <<<<<<< HEAD
docker run -it -p 8888:8888 -v "$PWD":/app stressme_with_dynamicme- Open a browser and go to http://localhost:8888
- Modify
config_dynamicME.yamlas needed- Important: Change project_name
- Optional: Time, timestep, volume, mass, media concentration, uptake rates
project_name: 'demo' # change to avoid overwriting the demo results-
Run from command line (/app #)
- Results and config file saved to run_dynamicme_results/{project_name}/
python3 run_dynamicme.py config_dynamicME.yaml- Visualize the results using
figures_dynamicme.ipynb- Plot growth rate and yield
- Plot biomass composition
- Plot tracked metabolite concentrations (demo --> media composition)
- Plot protein translation rates
- Plot complex formation rates
- Plot proteome distribution (ProteoMap/Voronoi)
- Modify
config_stressME.yamlas needed- Important: Change project_name
- Optional: Modify stresses & substrates
project_name: 'demo' # change to avoid overwriting the demo results- Run from command line (/app #)
- Results and config file saved to run_stressme_results/{project_name}/
=======
3190ad8f27ddd8d3064f3689385656d711f801b3
python3 run_stressme.py config_stressME.yaml<<<<<<< HEAD
- Visualize the results using
figures_stressme.ipynb - Open a browser and go to http://localhost:5000
3190ad8f27ddd8d3064f3689385656d711f801b3

