Team:Newcastle/Modelling/RuleBender
From 2013.igem.org
(Difference between revisions)
(Created page with "{{Team:Newcastle}}") |
m (→Getting started with RuleBender) |
||
(26 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
{{Team:Newcastle}} | {{Team:Newcastle}} | ||
+ | |||
+ | == '''RuleBender''' == | ||
+ | <html> | ||
+ | <a href="http://rulebender.cs.pitt.edu/wordpress/?page_id=5">RuleBender download link</a> | ||
+ | </html> | ||
+ | |||
+ | ==== '''Getting started with RuleBender'''==== | ||
+ | |||
+ | Follow the link above and install RulBender2.0.320. | ||
+ | |||
+ | If running on Windows, you may be asked to download Perl and the java development kit. These can be found | ||
+ | |||
+ | <html> | ||
+ | <a href="http://www.perl.org/get.html">here</a> | ||
+ | and | ||
+ | <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">here.</a> | ||
+ | </html> | ||
+ | |||
+ | |||
+ | Assuming RuleBender has been installed on the C: drive of your computer: | ||
+ | |||
+ | <ol> | ||
+ | <li> Open windows Explorer and click on the C: drive (under Computer)</li> | ||
+ | <li> Open the RuleBender 2.0.320 folder </li> | ||
+ | <li> Locate and execute RuleBender.exe </li> | ||
+ | <li> If you are asked for a workspace: | ||
+ | <ol> <li> enter C:\BNGWorkspace </li> | ||
+ | <li> Tick 'Remember workspace' </li> | ||
+ | <li> Click OK twice </li> </ol> </li> | ||
+ | <li> Tell RuleBender where the simulation engines are. Go to Window -> Preferences -> Simulator </li> | ||
+ | <ol> <li> Click on browse </li> | ||
+ | <li> Select the folder C:\RuleBender-2.0.320-win64\BioNetGen-2.2.4 </li> | ||
+ | <li> Click OK </li> | ||
+ | <li> Click apply </li> | ||
+ | <li> Click OK </li> </ol> </li> | ||
+ | <li> We need to create a project. Go to File -> New -> Project </li> | ||
+ | <ol> <li> Click next </li> | ||
+ | <li> Enter the name of your project </li> | ||
+ | <li> Click OK </li> </ol> </li> | ||
+ | <li> Either write or import a BioNetGen model into RuleBender. If importing: </li> | ||
+ | <ol> <li> Locate the file of interest </li> | ||
+ | <li> Right click in the Navigation tab </li> | ||
+ | <li> Click import </li> | ||
+ | <li> Select file system </li> | ||
+ | <li> Click Next </li> | ||
+ | <li> Click on browse </li> | ||
+ | <li> Select the folder where the file is saved </li> | ||
+ | <li> Tick </li> | ||
+ | <li> Click finish </li> </ol> </li> | ||
+ | <li> Open the project created in the navigation tab </li> | ||
+ | <li> Double click on a 'filename'.bngl </li> | ||
+ | <li> To simulate the model click on Run (under the simulation tab) </li> | ||
+ | <li> Results should appear in the Navigation tab </li> </ol> | ||
+ | |||
+ | ====BioNetGen Manual==== | ||
+ | |||
+ | We also recommend having a look at the BioNetGen Primer (BioNetGen manual). We found it really useful, the link to it is <html> | ||
+ | <a href="http://dl.dropboxusercontent.com/u/9028382/Reprints/RuleBasedPrimer-2011.pdf">here.</a> | ||
+ | </html> |
Latest revision as of 12:17, 10 July 2013
X
RuleBender
Getting started with RuleBender
Follow the link above and install RulBender2.0.320.
If running on Windows, you may be asked to download Perl and the java development kit. These can be found
Assuming RuleBender has been installed on the C: drive of your computer:
- Open windows Explorer and click on the C: drive (under Computer)
- Open the RuleBender 2.0.320 folder
- Locate and execute RuleBender.exe
- If you are asked for a workspace:
- enter C:\BNGWorkspace
- Tick 'Remember workspace'
- Click OK twice
- Tell RuleBender where the simulation engines are. Go to Window -> Preferences -> Simulator
- Click on browse
- Select the folder C:\RuleBender-2.0.320-win64\BioNetGen-2.2.4
- Click OK
- Click apply
- Click OK
- We need to create a project. Go to File -> New -> Project
- Click next
- Enter the name of your project
- Click OK
- Either write or import a BioNetGen model into RuleBender. If importing:
- Locate the file of interest
- Right click in the Navigation tab
- Click import
- Select file system
- Click Next
- Click on browse
- Select the folder where the file is saved
- Tick
- Click finish
- Open the project created in the navigation tab
- Double click on a 'filename'.bngl
- To simulate the model click on Run (under the simulation tab)
- Results should appear in the Navigation tab
BioNetGen Manual
We also recommend having a look at the BioNetGen Primer (BioNetGen manual). We found it really useful, the link to it is here.