Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update/ecHumanGEM/v1.12.0/2022 07 03 23 31 31 #99

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
19 changes: 11 additions & 8 deletions .github/workflows/automation.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: automation

on:
push:
branches-ignore:
- "update/**"
schedule:
- cron: '3 2 1 * *'

Expand All @@ -10,12 +13,12 @@ jobs:
timeout-minutes: 1200

steps:
- name: Clone repository on current branch
run: |
rm -rf *
git clone https://github.com/$GITHUB_REPOSITORY --branch ${GITHUB_REF#refs/heads/} latest-ecModels
- name: Clone repository on current branch
run: |
rm -rf *
git clone https://github.com/$GITHUB_REPOSITORY --branch ${GITHUB_REF#refs/heads/} latest-ecModels

- name: Run the pipeline
run: |
cd latest-ecModels
python3 run.py ${GITHUB_REF#refs/heads/}
- name: Run the pipeline
run: |
cd latest-ecModels
python3 run.py ${GITHUB_REF#refs/heads/}
20 changes: 10 additions & 10 deletions config.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[BASE]
url = https://github.com/SysBioChalmers/ecModels
pull_request_target = master
pull_request_target = main
install_dir = /home/m/ecModels-dependencies/

[MATLAB]
Expand All @@ -13,7 +13,7 @@ install_dir = cobratoolbox/

[RAVEN]
url = https://github.com/SysBioChalmers/RAVEN
version = v2.4.1
version = v2.6.2
install_dir = RAVEN/

[libSBML]
Expand All @@ -23,8 +23,8 @@ install_dir = libSBML/

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

[GECKO]
url = https://github.com/SysBioChalmers/GECKO
Expand All @@ -36,7 +36,7 @@ branch = master
type = 'gem'
url = https://github.com/SysBioChalmers/yeast-GEM
download_url =
model_filename = /ModelFiles/mat/yeastGEM.mat
model_filename = /model/yeast-GEM.mat
mat_model = .model
install_dir = yeast-GEM
version = v8.3.1
Expand All @@ -46,17 +46,17 @@ database_tag = sce
type = 'gem'
url = https://github.com/SysBioChalmers/Yarrowia_lipolytica_W29-GEM
download_url =
model_filename = /ModelFiles/mat/iYali.mat
model_filename = /model/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
url =
download_url = https://raw.githubusercontent.com/SysBioChalmers/Kluyveromyces_marxianus-GEM/master/modelFiles/mat/Kluyveromyces_marxianus-GEM.mat
model_filename = /Kluyveromyces_marxianus-GEM.mat
mat_model = .model
install_dir = iSM966
version = v0
Expand All @@ -79,6 +79,6 @@ download_url =
model_filename = /model/Human-GEM.mat
mat_model = .ihuman
install_dir = Human-GEM
version = v0
version = v1.12.0
database_tag = hsa

Binary file modified ecHumanGEM/model/ecHumanGEM.mat
Binary file not shown.
85,717 changes: 42,074 additions & 43,643 deletions ecHumanGEM/model/ecHumanGEM.txt

Large diffs are not rendered by default.

Loading