No description
Find a file
Chris Myers b2d240f816 Move verification back into iBioSim.
Update the scripts
Update version to 3.0.0-SNAPSHOT
2017-07-05 16:13:44 -06:00
analysis Move verification back into iBioSim. 2017-07-05 16:13:44 -06:00
bin Move verification back into iBioSim. 2017-07-05 16:13:44 -06:00
conversion Move verification back into iBioSim. 2017-07-05 16:13:44 -06:00
dataModels Move verification back into iBioSim. 2017-07-05 16:13:44 -06:00
docs fixed image path. 2017-02-28 23:59:04 -07:00
gui Move verification back into iBioSim. 2017-07-05 16:13:44 -06:00
learn Move verification back into iBioSim. 2017-07-05 16:13:44 -06:00
lib Updated script for startup on mac 2017-07-03 22:49:13 -06:00
synthesis Move verification back into iBioSim. 2017-07-05 16:13:44 -06:00
verification Move verification back into iBioSim. 2017-07-05 16:13:44 -06:00
.gitignore ignore project files 2017-03-31 11:14:16 -06:00
LICENSE.txt Updated license from MIT to Apache 2017-02-28 14:28:58 -07:00
manifast Start of redo of preferences. 2017-04-30 10:30:48 -04:00
pom.xml Move verification back into iBioSim. 2017-07-05 16:13:44 -06:00
README.md Create README.md 2017-06-12 11:37:48 -06:00

iBioSim is a computer-aided design (CAD) tool aimed for the modeling, analysis, and design of genetic circuits. While iBioSim primarily targets models of genetic circuits, models representing metabolic networks, cell-signaling pathways, and other biological and chemical systems can also be analyzed.

iBioSim also includes modeling and visualization support for multi-cellular and spatial models as well.

It is capable of importing and exporting models specified using the Systems Biology Markup Language (SBML). It can import all levels and versions of SBML and is able to export Level 3 Version 1. It supports all core SBML modeling constructs except some types of fast reactions, and also has support for the hierarchical model composition, layout, flux balance constraints, and arrays packages.

It has also been tested successfully on the stochastic benchmark suite and the curated models in the BioModels database. iBioSim also supports the Synthetic Biology Open Language (SBOL), an emerging standard for information exchange in synthetic biology.

Website: iBioSim
Video Demo: Tools Workflow
Contact: Chris Myers (@cjmyers) myers@ece.utah.edu

Contributor(s): Nathan Barker, Scott Glass, Kevin Jones, Hiroyuki Kuwahara, Curtis Madsen, Nam Nguyen, Tramy Nguyen, Tyler Patterson, Nicholas Roehner, Jason Stevens, Leandro Watanabe, Michael Zhang, Zhen Zhang, and Zach Zundel.

Active Developer(s): Chris Myers, Tramy Nguyen, Leandro Watanabe, Michael Zhang.

Pre-installation Requirement(s)

  1. Create a GitHub account.
  2. Setup Git on your machine.
  3. Install Maven plugin on your machine.
  4. Install Eclipse IDE for Java.
  5. Install libSBML for validation and flattening.
  6. Clone the iBioSim and SBOLDesigner GitHub repositories to your machine

Installing iBioSim

  1. SBOLDesigner (https://github.com/SynBioDex/SBOLDesigner) project (e.g. git clone https://github.com/SynBioDex/SBOLDesigner.git) in a location of your preference. Go to the directory where the SBOLDesigner is checked out and perform mvn clean install. This will build SBOLDesigner and install it into your local repository, which is used as a dependency in iBioSim.
  2. In a directory outside SBOLDesigner, clone the LEMA project (https://github.com/MyersResearchGroup/LEMA). Go to the directory where LEMA is checked out, and inside LEMA/verification, perform mvn clean install.
  3. Clone the iBioSim (https://github.com/MyersResearchGroup/iBioSim.git) project (e.g. git clone https://github.com/MyersResearchGroup/iBioSim.git) to a location of your preference. Go to the directory where the iBioSim is checked out and perform mvn clean install. This will install the local non-Maven dependencies into your local repository and then build iBioSim. (NOTE: if you do not want to generate javadocs, use the flag -Dmaven.javadoc.skip=true).

Running iBioSim

  1. Build an executable jar for iBioSim by running mvn clean install on the project root.
  2. Copy gui/target/iBioSim-gui-0.0.1-SNAPSHOT-jar-with-dependencies.jar to the bin directory of your iBioSim project and rename iBioSim-gui-0.0.1-SNAPSHOT-jar-with-dependencies.jar to iBioSim.jar.
  3. In the bin directory, run:
    • Windows: iBioSim.bat
    • Mac OS X: iBioSim.mac64
    • Linux: iBioSim.linux64

[Optional] Building reb2sac and GeneNet dependencies.

  1. So far, instructions on how to build, install, and run iBioSim from source have been presented. However, these steps only included source code that are native Java. iBioSim incorporates tools that are not Java-based, and therefore, have to be installed separately. You can install different features by following the instructions below:
  2. After compiling reb2sac and GeneNet, copy the compiled binaries into the bin directory in the local copy of your iBioSim project.

[Optional] Setting up iBioSim in Eclipse

Importing iBioSim to Eclipse

  1. Follow the installation instructions for iBioSim above.
  2. Open up your Eclipse workspace that you want to import your iBioSim project to.
  3. Select Import from the File Menu.
  4. When given the option to select which project import, select Existing Maven Projects under Maven
    • Set Maven Projects:
      • Root Directory: full path to your iBioSim project (i.e. path/to/iBioSim)
      • Once root directory is set, all the pom.xml should be displayed under Projects. Select all pom.xml files.
      • All installation should be complete so click Finish
  5. Perform Update Project under Maven by right clicking on the iBioSim project.
  6. If you want to import SBOLDesigner into Eclipse, then repeat the previous steps for SBOLDesigner. Make sure you execute Maven generate-sources to resolve some dependencies in SBOLDesigner as well.
  7. If you want to update SBOLDesigner in iBioSim, then under Package Explorer in Eclipse, right click on the SBOLDesigner pom.xml file and click select Run As and click Maven clean. Do the same for Maven install. Alternatively, you can do this from the command-line as instructed in Installing iBioSim.

Setting up iBioSim Configurations in Eclipse

  1. Open up iBioSim Run Configurations window and create a new Java Application in your Eclipse workspace
  • Give the java application a name (i.e. iBioSim_GUI)
  • Set the Main tab to the following information:
    • Project: iBioSim-gui
    • Main class: edu.utah.ece.async.ibiosim.gui.Gui
  • Set the Environment tab to the following information:
    • Create variables with the corresponding value:
      • BIOSIM: full path to your iBioSim project (i.e. path/to/iBioSim)
      • PATH: append your copy of iBioSim bin directory to whatever existing PATH already supplied to the value of this variable (i.e. $PATH:path/to/iBioSim/bin).
      • DDLD_LIBRARY_PATH: full path to the lib directory in the iBioSim project (i.e. path/to/iBioSim/lib64)
  • Set Arguments tab to the following information:
    • Program arguments: -Xms2048 -Xms2048 -XX:+UseSerialGC
  • If you are running on a MAC, also set the following:
    • VM arguments: -Dapple.laf.useScreenMenuBar=true -Xdock:name="iBioSim" -Xdock:icon=$BIOSIM/src/resources/icons/iBioSim.jpg
  • All run configurations are complete. Make sure to apply all your changes.