Skip to content

Commit

Permalink
fix: typos introduced in #606
Browse files Browse the repository at this point in the history
- This commit includes fixing typos, and reverting back to original way of extracting subsystem values
  • Loading branch information
haowang-bioinfo committed Jun 16, 2023
1 parent 0cac965 commit e5ee114
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/io/importYaml.m
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@

otherwise
if readSubsystems
subSystems = {regexprep(tline_value, '^ *- (.+)$','$1')};
subSystems(end+1,1) = {regexprep(tline_value, '^ *- (.+)$','$1')};

% resolve the equation
elseif readEquation
Expand Down
4 changes: 2 additions & 2 deletions model/Human-GEM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307292,8 +307292,8 @@
- !!omap
- id: "MAR20111"
- name: "MAR20111"
- metabolties: !!omap
- MAM1261m: -1
- metabolites: !!omap
- MAM01261m: -1
- MAM01597m: 1
- MAM02007m: -1
- MAM02040m: -1
Expand Down

0 comments on commit e5ee114

Please sign in to comment.