Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LCSB-BioCore
SBML.jl
Commits
991cca1f
Unverified
Commit
991cca1f
authored
Apr 09, 2021
by
Laurent Heirendt
✈
Committed by
GitHub
Apr 09, 2021
Browse files
Merge pull request #33 from LCSB-BioCore/mk-maybe-noexport
Avoid global namespace creep by `Maybe`
parents
f6a74739
c1e87006
Changes
2
Hide whitespace changes
Inline
Side-by-side
Project.toml
View file @
991cca1f
name
=
"SBML"
uuid
=
"e5567a89-2604-4b09-9718-f5f78e97c3bb"
authors
=
[
"Mirek Kratochvil <miroslav.kratochvil@uni.lu>"
,
"LCSB R3 team <lcsb-r3@uni.lu>"
]
version
=
"0.3.
1
"
version
=
"0.3.
2
"
[deps]
Libdl
=
"8f399da3-3557-5675-b5ff-fb832c97cbdb"
...
...
src/SBML.jl
View file @
991cca1f
...
...
@@ -11,6 +11,6 @@ include("utils.jl")
sbml
=
(
sym
::
Symbol
)
->
dlsym
(
SBML_jll
.
libsbml_handle
,
sym
)
export
SBMLVersion
,
readSBML
,
Model
,
Maybe
,
UnitPart
,
Species
,
Reaction
,
getS
,
getLBs
,
getUBs
,
getOCs
readSBML
,
Model
,
UnitPart
,
Species
,
Reaction
,
getS
,
getLBs
,
getUBs
,
getOCs
end
# module
cylon-x
🤖
@cylon-x
mentioned in commit
2b3e9e70
·
Apr 09, 2021
mentioned in commit
2b3e9e70
mentioned in commit 2b3e9e7084c5ae02d6bd8aaede01b88d24c83d71
Toggle commit list
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