Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
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
Show 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"
...
...
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