Closed edkerk closed 11 months ago
This PR has been automatically tested with GH Actions. Here is the output of the tests:
GECKO version 3.1.1 installed
Running geckoCoreFunctionTests
Done geckoCoreFunctionTests
__________
Note: In the case of multiple test runs, this post will be edited.
I'll also resolve #348 and push to develop
before merging this.
Main improvements in this PR:
makeEcModel
prevent duplicated protein pseudometabolitesapplyKcatConstraints
occassionally fills S-matrix with NaN in light ecModels (solves #344)calculateFfactor
handle data from PAXdb if the taxonomic ID is not 4 digits long (solves #345)runDLKcat
correctly handlesparam.path
if the folder name has spaces (solves #351)loadDatabases
throws error if duplicate protein IDs are foundgetSubsetEcModel
requires bothbigEcModel
andsmallGEM
to have derived from the same starting GEM, and will therefore check whether all reactions fromsmallGEM
are also present inbigEcModel
. (solves #353)HumanGEMAdapter.m
ecFSEOF
follow the original implementation of FSEOF (PR #356)startGECKOproject
Instructions on merging this PR:
develop
as target branch, and will be resolved with a squash-merge.main
as target branch, and will be resolved with a merge commit.