This repo contains the Alteromonas macleodii HOT1A3 model, and code associated with its creation, curation, and testing.
The model was generated using RefSeq genome for HOT1A3 (Accession Number: NZ_CP012202.1), accessible via KBase. The narrative for generating the draft model, is available here: https://narrative.kbase.us/narrative/208263
This repo uses GtiHub actions to automatically test the model. Upon manual trigger:
- A new MEMOTE report is generated, and saved as "index.html"
- Run custom tests
- Validate the SBML file
- Test for growth on no carbon sources
- Test known growth phenotypes, and regenerate the experimental vs predicted growth heatmap figure
- Run the MEMOTE test to search for ATP generating cycles
- The model is exported to JSON and excel formats
Note: MACAW is not run as part of the action due to the longer run time of the dilution test. To run MACAW use:
python run_macaw.py
- Make a GitHub account
- Make a fork/branch of this repo
- Make your edits to the model on the XML file
- Open a pull request