issues
search
sys-bio
/
SBMLNetwork
SBMLNetwork is a library designed to enable software developers and systems biologists to interact with the graphical representation of SBML (Systems Biology Markup Language) models.
MIT License
0
stars
0
forks
source link
fix-bugs-and-add-new-features
#11
Closed
adelhpour
closed
1 week ago
adelhpour
commented
1 week ago
Pull Request Description
Changes Summary
Fixed autolayout issue
causing incorrect offsetting of reaction center points.
Corrected arguments
for the
getSpeciesReference
function.
Introduced
updateCurves
flag
in node update functions (C & Python).
Replaced dummy species glyph
with an empty species glyph and added related API functions.
Refactored SBMLNetwork object handling
to pass the libsbmlnetwork object directly to
networkInfoTranslator
.
Pull Request Description
Changes Summary
getSpeciesReference
function.updateCurves
flag in node update functions (C & Python).networkInfoTranslator
.