{"id":22308570,"url":"https://github.com/sysbiochalmers/ecm_yeast","last_synced_at":"2025-06-25T12:32:06.394Z","repository":{"id":39406334,"uuid":"156829498","full_name":"SysBioChalmers/ECM_yeast","owner":"SysBioChalmers","description":"Automated pipeline for full kinetic parameterization of a reduced model for Saccharomyces cerevisiae's central carbon metabolism.","archived":false,"fork":false,"pushed_at":"2020-08-27T10:52:17.000Z","size":10043,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"devel","last_synced_at":"2025-06-25T05:54:25.359Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"MATLAB","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SysBioChalmers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-09T08:02:13.000Z","updated_at":"2019-09-13T12:54:44.000Z","dependencies_parsed_at":"2022-09-08T13:22:54.660Z","dependency_job_id":null,"html_url":"https://github.com/SysBioChalmers/ECM_yeast","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SysBioChalmers/ECM_yeast","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SysBioChalmers%2FECM_yeast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SysBioChalmers%2FECM_yeast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SysBioChalmers%2FECM_yeast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SysBioChalmers%2FECM_yeast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SysBioChalmers","download_url":"https://codeload.github.com/SysBioChalmers/ECM_yeast/tar.gz/refs/heads/devel","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SysBioChalmers%2FECM_yeast/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261874672,"owners_count":23223165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-03T20:14:25.225Z","updated_at":"2025-06-25T12:32:06.365Z","avatar_url":"https://github.com/SysBioChalmers.png","language":"MATLAB","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ECM_yeast [![Gitter](https://badges.gitter.im/SysBioChalmers/ECM_yeast.svg)](https://gitter.im/SysBioChalmers/ECM_yeast?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge)\nAutomated pipeline for full kinetic parameterization of a reduced model for Saccharomyces cerevisiae's central carbon metabolism. As an output an SBtab model file incorporating Kcats, KMs and equilibrium constants into modular rate laws for all reactions in the original network is obtained.\n\n## KeyWords\n\n**Repo Category:** Metabolic modelling; **Utilisation:** Constraint-based modelling of metabolism; **Field:** Protein allocation studies;**Omic Source:** Proteomics, Metabolomics; **Taxonomy:** *S. cervisiae*\n\nLast update: 2019-09-11\n\nThis repository is administered by [@IVANDOMENZAIN](https://github.com/IVANDOMENZAIN), Division of Systems and Synthetic Biology, Department of Biology and Biological Engineering, Chalmers University of Technology\n\n## Installation\n### Required Software\n- [MATLAB](http://www.mathworks.com/) (7.5 or higher)\n- The [COBRA toolbox for MATLAB](https://github.com/opencobra/cobratoolbox)\n- The [RAVEN toolbox for MATLAB](https://github.com/SysBioChalmers/RAVEN)\n- The [libSBML MATLAB API](https://sourceforge.net/projects/sbml/files/libsbml/MATLAB%20Interface)(version 5.17.0 is recommended).\n- [SBtab toolbox for MATLAB](https://github.com/liebermeister/sbtab-matlab)\n- Python 3.6\n- [Pandas Python library](https://pandas.pydata.org/)\n- [NumPy Python library](https://numpy.org/)\n- [eQuilibrator](http://equilibrator.weizmann.ac.il/)\n### Installation Instructions\n* Clone master branch from [SysBioChalmers GitHub](https://github.com/SysBioChalmers/CHASSY_multiOmics_Analysis).\n* In a terminal/command shell run the following commands:\n- `pip install pandas`\n- `git clone https://gitlab.com/elad.noor/equilibrator-api.git`\n- `cd equilibrator-api`\n- `python setup.py install`\n\n\n## Development Guidelines\n\nAnybody is welcome to contribute to the development of **OrthOmics**, but please abide by the following guidelines.\n\nEach function should start with a commented section describing the function and explaining the parameters. Existing functions can clarify what style should be used. When making *any* changes to an existing function (`*.R`-file), change the date and name of developer near the bottom of this commented section.\n\n### Bugfixes, new features and functions\n* For any development, whether bugfixes, introducing new functions or new/updated features for existing functions: make a separate branch from `devel` and name the branch for instance after the function/feature you are fixing/developing. If you work on a fix, start the branch name with `fix/`, if you work on a feature, start the branch name with `feat/`. Examples: `fix/format_reactions` or `feat/new_algorithms`.\n* Make commits to this branch while developing. Aim for backwards compatibility.\n* When you are happy with your new function/feature, make a pull request to the `devel` branch. Also, see [Pull request](#pull-request) below.\n\n### Semantic commits\nUse semantic commit messages to make it easier to show what you are aiming to do:\n* `chore`: updating binaries (`R` workspaces), UniProt databases, omics data files, etc.\n* `doc`: updating documentation (`README` files) or explanatory comments in functions.\n* `feat`: new feature added, e.g. new function introduced / new parameters / new algorithm / etc.\n* `fix`: bugfix.\n* `refactor`: see [code refactoring](https://en.wikipedia.org/wiki/Code_refactoring).\n* `style`: minor format changes of functions (spaces, semi-colons, etc., no code change).\n\nExamples:\n```\nfeat: add new proteins normalization method\nchore: update UniProt database for CENPK113-7D\nfix: variable name corrected in `load_ProtData` function\n```\nMore detailed explanation or comments can be left in the commit description.\n\n### Pull request\n* No changes should be directly commited to the `master` or `devel` branches. Commits are made to side-branches, after which pull requests are made for merging with `master` or `devel`.\n* The person making the pull request and the one accepting the merge _cannot_ be the same person.\n* A merge with the master branch invokes a new release.\n\n## Contributors\n- Iván Domenzain ([@IVANDOMENZAIN](https://github.com/IVANDOMENZAIN)), Chalmers University of Technology, Gothenburg Sweden\n- Avlant Nilsson ([@avlant](https://github.com/avlant)), Department of Biological Engineering, Massachusetts Institute of Technology\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsysbiochalmers%2Fecm_yeast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsysbiochalmers%2Fecm_yeast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsysbiochalmers%2Fecm_yeast/lists"}