From 724c0aa913ba45402644eee16a7008fbb4834ff3 Mon Sep 17 00:00:00 2001 From: Eduard Kerkhoven Date: Thu, 30 Nov 2023 23:56:19 +0100 Subject: [PATCH] minor fixes --- src/geckomat/utilities/startGECKOproject.m | 1 + tutorials/light_ecModel/HumanGEMAdapter.m | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/geckomat/utilities/startGECKOproject.m b/src/geckomat/utilities/startGECKOproject.m index 4b85b5fc0..f6f2c2c88 100644 --- a/src/geckomat/utilities/startGECKOproject.m +++ b/src/geckomat/utilities/startGECKOproject.m @@ -57,4 +57,5 @@ function startGECKOproject(name, path) else printOrange('WARNING: A project with the same name exits at the same location. The project was not created.\n') end +cd(fullPath) end diff --git a/tutorials/light_ecModel/HumanGEMAdapter.m b/tutorials/light_ecModel/HumanGEMAdapter.m index a7e393237..4a9ae97ba 100644 --- a/tutorials/light_ecModel/HumanGEMAdapter.m +++ b/tutorials/light_ecModel/HumanGEMAdapter.m @@ -6,7 +6,7 @@ % The model distributed with the light_ecModel tutorial is Human-GEM % is version 1.15.0, available from - % https://github.com/SysBioChalmers/Human-GEM/releases/tag/v1.3.0 + % https://github.com/SysBioChalmers/Human-GEM/releases/tag/v1.15.0 % In addition, the following lines were run to reduce its size % before storing it in this GECKO tutorial: % ihuman = simplifyModel(ihuman,false,false,true,true);