Skip to content

Commit

Permalink
Merge pull request #32 from MetabolicAtlas/feat/update-models
Browse files Browse the repository at this point in the history
Feat: update models
  • Loading branch information
nanjiangshu authored Sep 27, 2022
2 parents 25a999e + 1b3eb7e commit 204b4fe
Show file tree
Hide file tree
Showing 11 changed files with 113,753 additions and 105,421 deletions.
9 changes: 9 additions & 0 deletions doc/HOW-TO-UPDATE-MODELS.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,15 @@ It is strongly recommended to update one model a time.
Note that a few failed tests are expected since some of the components might
be removed in the updated models.

- Check if all custom maps work as expected, especially for the Yeast-GEM. If
not, some of the custom maps might be integrated in the model files already.
If this is the case, modify accordingly.

- If everything works as expected, commit the changes and work on the next
model.

Finally, update the timeline of model history by

```
python ./utils/fetch_release_data.py
```
Loading

0 comments on commit 204b4fe

Please sign in to comment.