Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Gitlab will go into maintenance Friday 3rd February from 9:00 to 10:00
Open sidebar
LCSB-BioCore
SBML.jl
Commits
3323545d
Verified
Commit
3323545d
authored
Feb 09, 2021
by
Laurent Heirendt
✈
Browse files
try http instead of https
parent
33019be9
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/loadEColi.jl
View file @
3323545d
...
...
@@ -2,7 +2,7 @@
sbmlfile
=
"EColi.xml"
if
!
isfile
(
sbmlfile
)
download
(
"http
s
://systemsbiology.ucsd.edu/sites/systemsbiology.ucsd.edu/files/Attachments/Images/InSilicoOrganisms/Ecoli/Ecoli_SBML/Ec_core_flux1.xml"
,
sbmlfile
)
download
(
"http://systemsbiology.ucsd.edu/sites/systemsbiology.ucsd.edu/files/Attachments/Images/InSilicoOrganisms/Ecoli/Ecoli_SBML/Ec_core_flux1.xml"
,
sbmlfile
)
end
if
bytes2hex
(
sha256
(
sbmlfile
))
!=
"e3d18499660a0f7fc15a5a44f33f001c7881ac99a2e8a6a461edf1cf3d69a537"
...
...
@@ -13,11 +13,11 @@ end
mdl
=
readSBML
(
sbmlfile
)
@test
typeof
(
mdl
)
==
Model
@test_throws
SystemError
readSBML
(
sbmlfile
*
".does.not.really.exist"
)
@test
length
(
mdl
.
compartments
)
==
2
mets
,
rxns
,
S
=
getS
(
mdl
)
@test
length
(
mets
)
==
77
...
...
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