Updated libsbml to 5.11.
This commit is contained in:
parent
668fb0ed3c
commit
48eec2a2c6
2 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# run-time wrapper for BioSim gui
|
||||
export ATACSGUI=/Applications/ATACS.app/Contents/Resources
|
||||
export PATH=$ATACSGUI/bin:$PATH
|
||||
export DYLD_LIBRARY_PATH=$ATACSGUI/lib64:$DYLD_LIBRARY_PATH
|
||||
CLASSPATH=$ATACSGUI/gui/dist/classes
|
||||
|
||||
|
|
|
|||
3
bin/printnet
Executable file
3
bin/printnet
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
open $1.dot
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue