Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
666739a
feat: reuse scripts from ecHumanGEM
mihai-sysbio Feb 15, 2021
08be1e6
style: update reference to Human-GEM
mihai-sysbio Feb 15, 2021
ff58930
feat: a first attempt towards ecMouseGEM
mihai-sysbio Feb 15, 2021
bf9cc4a
fix: id for the carbon exchange reaciton
mihai-sysbio Feb 15, 2021
62ec7cf
fix: set up empty model folder
mihai-sysbio Feb 16, 2021
5bed492
fix: formatting in PR body
mihai-sysbio Feb 16, 2021
1e79be2
chore: update protdatabase file (swissprot entries)
IVANDOMENZAIN Feb 17, 2021
e98e352
chore: update protDatabase file with KEGG info for M. musculus
IVANDOMENZAIN Feb 17, 2021
dd43816
feat: try out specific Mouse-GEM branch
mihai-sysbio Mar 23, 2021
a2361c4
fix: add a temporary model version
IVANDOMENZAIN Mar 24, 2021
32d04b6
fix: ignore multiple protein matches for a given gene in getEnzymeCodes
IVANDOMENZAIN Mar 25, 2021
27c6228
fix: bug in DB assignment to multiple conflicting proteins cell
IVANDOMENZAIN Mar 25, 2021
6ebc216
fix: avoid conflicting grRules in preprocessModel
IVANDOMENZAIN Mar 25, 2021
47fbc33
fix: correct b vector
IVANDOMENZAIN Mar 26, 2021
6727f77
fix: correct cSource uptake reaction name
IVANDOMENZAIN Mar 26, 2021
0f5c130
fix: remove getConstrained model step
IVANDOMENZAIN Mar 26, 2021
d0e5c3a
fix:generate non-empty ecModel_batch structure
IVANDOMENZAIN Mar 26, 2021
7029936
fix: skip SBML saving steps
IVANDOMENZAIN Mar 26, 2021
a5b49f3
fix: non-empty ecModel_batch
IVANDOMENZAIN Mar 26, 2021
0b7f14e
fix: change target branch for PRs
IVANDOMENZAIN Apr 1, 2021
eb46777
feat: crash the pipeline if PR creation fails
mihai-sysbio Apr 2, 2021
a6d20d1
fix: pr message in hub pull request
IVANDOMENZAIN Apr 2, 2021
4fdabbf
fix: correct default ub in GEM
IVANDOMENZAIN Apr 2, 2021
cc7a0be
fix: enable generation of ecModel_batch
IVANDOMENZAIN Apr 2, 2021
c104e03
fix: update calibration parameters ecMouseGEM
IVANDOMENZAIN Apr 5, 2021
f047680
fix: skip SBML saving steps
IVANDOMENZAIN Apr 5, 2021
7a911c9
fix: enable generation of SBML files
IVANDOMENZAIN Apr 6, 2021
fd3d426
chore: update ecMouseGEM based on 2021-04-06-14-59
automator-metatlas Apr 6, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 12 additions & 51 deletions config.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[BASE]
url = https://github.com/SysBioChalmers/ecModels
pull_request_target = feat/update_all_ecModels
pull_request_target = master
install_dir = /home/m/ecModels-dependencies/

[MATLAB]
version = R2018b
version = 3

[COBRA]
url = https://github.com/opencobra/cobratoolbox
Expand All @@ -23,61 +23,22 @@ install_dir = libSBML/

[Gurobi]
url = https://www.gurobi.com/downloads/gurobi-software/
version = v8.1.1
version = v9.1.1
install_dir = gurobi/

[GECKO]
url = https://github.com/SysBioChalmers/GECKO
version = v2.0.1
version = v2.0.2
install_dir = GECKO/
branch = devel

[ecYeastGEM]
[ecMouseGEM]
type = 'gem'
url = https://github.com/SysBioChalmers/yeast-GEM
download_url =
model_filename = /ModelFiles/mat/yeastGEM.mat
mat_model = .model
install_dir = yeast-GEM
version = v8.3.1
database_tag = sce
url =
download_url = https://raw.githubusercontent.com/SysBioChalmers/Mouse-GEM/test4GECKO/model/Mouse-GEM.mat
model_filename = /Mouse-GEM.mat
mat_model = .mouseGEM
install_dir = Mouse-GEM
version = 2021-04-06-14-59
database_tag = mmu

[eciYali]
type = 'gem'
url = https://github.com/SysBioChalmers/Yarrowia_lipolytica_W29-GEM
download_url =
model_filename = /ModelFiles/mat/iYali.mat
mat_model = .model
install_dir = Yali-GEM
version = v0
database_tag = yli

[eciSM966]
type = 'gem'
url = https://github.com/SysBioChalmers/Kluyveromyces_marxianus-GEM
download_url =
model_filename = /modelFiles/mat/Kluyveromyces_marxianus-GEM.mat
mat_model = .model
install_dir = iSM966
version = v0
database_tag = kmx

[eciML1515]
type = 'gem'
url =
download_url = http://bigg.ucsd.edu/static/models/iML1515.xml
model_filename = /iML1515.xml
mat_model =
install_dir = iML1515
version = v0
database_tag = eco

[ecHumanGEM]
type = 'gem'
url = https://github.com/SysBioChalmers/Human-GEM
download_url =
model_filename = /model/Human-GEM.mat
mat_model = .ihuman
install_dir = Human-GEM
version = v0
database_tag = hsa
4 changes: 2 additions & 2 deletions ecHumanGEM/scripts/changeMedia_batch.m
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
function exchModel = changeMedia_batch(model,cSource,irrev,measuredMets,fluxes)
% changeMedia_batch
%
% Set a Hams culture medium for a humanGEM based model. This function works
% Set a Hams culture medium for a Human-GEM based model. This function works
% for either standard or enzyme constrained-GEMs
%
% model An ihuman-based GEM
% model An Human-GEM based model
% irrev (logical) TRUE if model comes in an irreversible format.
% Default = false
% measuredMets (string) metNames for measured compounds. Optional
Expand Down
Empty file added ecMouseGEM/model/.keep
Empty file.
Binary file added ecMouseGEM/model/ecMouseGEM.mat
Binary file not shown.
44,329 changes: 44,329 additions & 0 deletions ecMouseGEM/model/ecMouseGEM.txt

Large diffs are not rendered by default.

603,812 changes: 603,812 additions & 0 deletions ecMouseGEM/model/ecMouseGEM.xml

Large diffs are not rendered by default.

Binary file added ecMouseGEM/model/ecMouseGEM_batch.mat
Binary file not shown.
44,330 changes: 44,330 additions & 0 deletions ecMouseGEM/model/ecMouseGEM_batch.txt

Large diffs are not rendered by default.

Loading