Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Maintenance - Mise à jour mensuelle Lundi 6 Février entre 7h00 et 9h00
Open sidebar
metexplore
met4j
Commits
f60ddbbe
Commit
f60ddbbe
authored
Apr 01, 2022
by
Ludovic Cottret
Committed by
Clement Frainay
Apr 01, 2022
Browse files
Update JsbmlReader call
parent
b61481ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
met4j-toolbox/src/main/java/fr/inrae/toulouse/metexplore/met4j_toolbox/networkAnalysis/SideCompoundsScan.java
View file @
f60ddbbe
...
...
@@ -77,7 +77,7 @@ public class SideCompoundsScan extends AbstractMet4jApplication {
//import network
System
.
err
.
println
(
"reading SBML..."
);
System
.
err
.
println
(
inputPath
);
JsbmlReader
reader
=
new
JsbmlReader
(
this
.
inputPath
,
false
);
JsbmlReader
reader
=
new
JsbmlReader
(
this
.
inputPath
);
BioNetwork
network
=
reader
.
read
();
//Create compound graph
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment