Dynamic Neural Simulator - a modular modeling tool for large ODE models.
- Download DNSim
- Method 1 -- Download zip:
- web: http://infinitebrain.org/setup
- Click "Download DNSim toolbox"
- Unzip DNSim (dnjsim-toolbox_vXX.zip)
- Method 2 -- Use Git to download https://github.com/jsherfey/dnsim :
- enter on the shell:
git clone https://github.com/jsherfey/dnsim.git
- enter on the shell:
- Either way, once done, make an environment variable for where you unzipped it
- e.g. by entering on the shell
echo "export DNSIM=/path/to/dnsim/here" >> $HOME/.bashrc ; source $HOME/.bashrc
- e.g. by entering on the shell
- Method 1 -- Download zip:
- Run DNSim
- from the shell:
matlab -r "dnsim"
- from the MATLAB Command Window:
dnsim
- Tips:
- if Server Portal is slow, increase MATLAB MAX_JAVA_HEAP (Preferences --> ...)
- create alias to launch DNSim GUI
- e.g. add to file ~/.bashrc:
alias dnsim='cd ~/dnsim; matlab -r "dnsim;"'
- e.g. add to file ~/.bashrc:
- make sure you are in the
$DNSIM
directory to load/run the toolbox in MATLAB
- from the shell:
- Download DNSim
- web: http://infinitebrain.org/setup
- Click "Download DNSim application"
- Unzip DNSim (dnsim-application_vXX.zip)
- Make an environment variable where you unzipped it
- e.g. by entering on the shell
echo "export DNSIM=/path/to/dnsim/here" >> $HOME/.bashrc ; source $HOME/.bashrc
- e.g. by entering on the shell
- Download MCR Installer
- web: http://www.mathworks.com/products/compiler/mcr/index.html
- Click the MCR download for Matlab R2013a and your operating system
- Install MCR
- Unzip MCR Installer (MCR_R2013a_XXX_installer.zip) into $DNSIM/MCRinstaller
- Run Installer commands:
- Linux: run
$DNSIM/MCRinstaller/install
- PCs: run
$DNSIM/MCRinstaller/setup.exe
- Mac: run
$DNSIM/MCRinstaller/InstallForMacOSX
- Linux: run
- See
readme.txt
for more info
- Copy paths/environment variables given for
$LD_LIBRARY_PATH
and$XAPPLRESDIR
to file:$DNSIM/run_dnsim.sh
- to see what these environment variables' values are, enter
echo $LD_LIBRARY_PATH
into the shell
- to see what these environment variables' values are, enter
- Run DNSim from the shell via
$DNSIM/run_dnsim.sh
orcd $DNSIM ; ./run_dnsim.sh
- Tip: don't forget to replace
$DNSIM = /path/to/dnsim/here
with your own directory in your ~/.bashrc.
- Tip: don't forget to replace