Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
biocham
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
21
Issues
21
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Lifeware
biocham
Commits
39cff228
Commit
39cff228
authored
Feb 13, 2020
by
Sylvain Soliman
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release/4.4.3'
parents
b3e74dd1
7ccafbfb
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
54 additions
and
56 deletions
+54
-56
library/examples/modalINF473L/M1_chemical_arithmetic.ipynb
library/examples/modalINF473L/M1_chemical_arithmetic.ipynb
+51
-51
reaction_graphs.pl
reaction_graphs.pl
+3
-5
No files found.
library/examples/modalINF473L/M1_chemical_arithmetic.ipynb
View file @
39cff228
This diff is collapsed.
Click to expand it.
reaction_graphs.pl
View file @
39cff228
...
...
@@ -49,7 +49,7 @@ Also the linear invariants could be used to enforce theur drawing in row like in
:-
doc
(
'
The bipartite graph of molecular reactions can be drawn with the following command.
The bipartite graph of molecular
species and
reactions can be drawn with the following command.
'
).
draw_reactions
:-
...
...
@@ -75,12 +75,10 @@ reaction_graph :-
at the top of the graph when drawing it.'
),
doc
(
'Builds the reaction graph of the current model.
\\begin{example}'
),
biocham
(
option
(
draw_first
:
present
,
left_to_right
:
yes
)),
biocham
(
option
(
draw_first
:
none
,
left_to_right
:
no
)),
biocham
(
draw_reactions
),
% biocham(option(draw_first: sources)),
% biocham(draw_reactions),
doc
(
'\\end{example}'
),
biocham_silent
(
option
(
draw_first
:
none
,
left_to_right
:
no
)
),
biocham_silent
(
reset_options
),
delete_items
([
kind
:
graph
,
key
:
reaction_graph
]),
new_graph
,
set_graph_name
(
reaction_graph
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment