Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
COBREXA.jl
Manage
Activity
Members
Plan
External wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LCSB-BioCore
COBREXA.jl
Commits
d75efbaa
Unverified
Commit
d75efbaa
authored
3 years ago
by
Laurent Heirendt
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #340 from LCSB-BioCore/mk-sbml050-compat
SBML-0.5.0 compat
parents
00721ee9
f0fe8f34
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Project.toml
+1
-1
1 addition, 1 deletion
Project.toml
src/base/types/SBMLModel.jl
+3
-1
3 additions, 1 deletion
src/base/types/SBMLModel.jl
with
4 additions
and
2 deletions
Project.toml
+
1
−
1
View file @
d75efbaa
...
...
@@ -30,7 +30,7 @@ MAT = "0.10"
MacroTools
=
"0.5.6"
OSQP
=
"0.6"
OrderedCollections
=
"1.4"
SBML
=
"0.4"
SBML
=
"0.4
, 0.5
"
Tulip
=
"0.7"
julia
=
"1"
...
...
This diff is collapsed.
Click to expand it.
src/base/types/SBMLModel.jl
+
3
−
1
View file @
d75efbaa
...
...
@@ -182,6 +182,7 @@ function Base.convert(::Type{SBMLModel}, mm::MetabolicModel)
metabolite_formula
(
mm
,
mid
),
metabolite_charge
(
mm
,
mid
),
nothing
,
# initial amount
nothing
,
# initial concentration
nothing
,
# only substance unit flags
_sbml_export_notes
(
metabolite_notes
(
mm
,
mid
)),
_sbml_export_annotation
(
metabolite_annotations
(
mm
,
mid
)),
...
...
@@ -200,7 +201,8 @@ function Base.convert(::Type{SBMLModel}, mm::MetabolicModel)
x
->
_unparse_grr
(
SBML
.
GeneProductAssociation
,
x
),
reaction_gene_association
(
mm
,
rid
),
),
nothing
,
nothing
,
# no kinetic math
true
,
# reversible by default
_sbml_export_notes
(
reaction_notes
(
mm
,
rid
)),
_sbml_export_annotation
(
reaction_annotations
(
mm
,
rid
)),
)
for
(
ri
,
rid
)
in
enumerate
(
rxns
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment