IVANDOMENZAIN / diverseYeasts_metabolism

GNU General Public License v3.0
1 stars 1 forks source link
enzyme-constraints gem metabolism systems-biology

diverseYeasts_metabolism

Metabolic modelling simulation and analysis tools for diverse yeast species.

This repository contains a collection of scripts for simulation, modification, data integration and visualization using Genome-scale mEtabolic Models (GEMs) for probing metabolic capabilities of yeast organisms.

Last update: 2020-12-11

This repository is administered by @IVANDOMENZAIN, Division of Systems and Synthetic Biology, Department of Biology and Biological Engineering, Chalmers University of Technology

Installation

Required Software

Development Guidelines

Anybody is welcome to contribute to the development of this modeling and simulation Toolbox, but please abide by the following guidelines.

Each 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 (*.m-file), change the date and name of developer near the bottom of this commented section in the last modified line.

Bugfixes, new features and functions

Semantic commits

Use semantic commit messages to make it easier to show what you are aiming to do:

Examples:

feat: exportModel additional export to YAML
chore: update UniProt database for CENPK113-7D
fix: optimizeProb parsing results from Gurobi

More detailed explanation or comments can be left in the commit description.

Pull request