Team:Washington/tools/created/new-software

From 2010.igem.org

(Difference between revisions)
(WikiDust)
 
(35 intermediate revisions not shown)
Line 1: Line 1:
-
{{Template:Team:Washington/Templates/Header}}
+
#REDIRECT [[Team:Washington/Tools Created/New Software]]
-
<html>
+
-
<script type="text/javascript">
+
-
$(function() {
+
-
  var mainimg = document.getElementById("mainimg");
+
-
  var default_src = mainimg.src;
+
-
  var restore_mainimg = function() {
+
-
    mainimg.src = default_src;
+
-
  };
+
-
  $(document.getElementById("area_target")).hover(function() {
+
-
    mainimg.src = "/wiki/images/1/1d/Main_graphic2_target.png";
+
-
  }, restore_mainimg);
+
-
  $(document.getElementById("area_secretion")).hover(function() {
+
-
    mainimg.src = "/wiki/images/2/23/Main_graphic2_secretion.png";
+
-
  }, restore_mainimg);
+
-
  $(document.getElementById("area_display")).hover(function() {
+
-
    mainimg.src = "/wiki/images/a/aa/Main_graphic2_display.png";
+
-
  }, restore_mainimg);
+
-
  $(document.getElementById("area_release")).hover(function() {
+
-
    mainimg.src = "/wiki/images/e/ed/Main_graphic2_release.png";
+
-
  }, restore_mainimg);
+
-
});
+
-
</script>
+
-
</html>
+
-
<!---------------------------------------PAGE CONTENT GOES BELOW THIS---------------------------------------->
+
-
 
+
-
=== '''Software Tools''' ===
+
-
 
+
-
As the systems created by synthetic biologists get more complex, automation and computer-aided design will be needed. Computers will eventually play an important part in the design, construction, and testing of new devices. To meet the emerging needs of synthetic biology, the UW iGEM team has developed several new software tools.
+
-
<br />
+
-
<br />
+
-
 
+
-
__TOC__
+
-
 
+
-
== Using TinkerCell ==
+
-
[[Image:uw_sauro_tinkercell.png|600px|right]]
+
-
 
+
-
[http://www.tinkercell.com TinkerCell] is being developed by [http://openwetware.org/wiki/User:Deepak_Chandran Deepak Chandran] as part of his PhD work with the [http://www.sys-bio.org/ Sauro Lab]. It's a synthetic biology CAD tool can be used to design and model genetic networks and other complex sets of reactions. Eventually, it will retrieve a list of available parts from sources like the [http://www.partsregistry.org/Main_Page Parts Registry], but for now generic parts must be added and their parameters specified manually.
+
-
 
+
-
 
+
-
The iGEM team is writing [http://www.python.org/ Python] plugins to extend its functionality using the [http://tinkercell.sourceforge.net/CAPI/index.html Plugin API].
+
-
<br />
+
-
<br />
+
-
<br />
+
-
<br />
+
-
<br />
+
-
<br />
+
-
<br />
+
-
 
+
-
== WikiDust ==
+
-
 
+
-
WikiDust is a plugin that can be used to export TinkerCell models to the iGEM wiki or other webpages. Users can then download the models for use in their own larger system, or to see how they respond when parameters are changed.
+
-
 
+
-
[[Image:uw_sauro_linkpanel.png|300px|left]]
+
-
<br />
+
-
<br />
+
-
 
+
-
The first thing WikiDust does is allow you to associate TinkerCell items with parts on the registry. When the TinkerCell model is uploaded to a webpage, clicking on each item will go to the correct part page--in fact, many of the interactive diagrams on this wiki will be generated using WikiDust. The same linking mechanism could also be extended in the future to set the reaction kinetics, icon, etc. of the items. For now though, it's mostly a proof of concept demonstrating the use of a new semantic knowledgebase of parts.
+
-
 
+
-
 
+
-
Associating a link with an item is easy: just right click on an item and choose "Add Link". This will bring up a search window with suggested parts. You can search for a phrase, a BioBrick ID, etc. You can also open parts in a browser to read more about them or confirm that you've found the right one.
+
-
 
+
-
<br />
+
-
<br />
+
-
<br />
+
-
<br />
+
-
<br />
+
-
<br />
+
-
<br />
+
-
<br />
+
-
 
+
-
 
+
-
[[Image:uw_sauro_mapprompt.png|200px|right]]
+
-
<br />
+
-
 
+
-
After the model of your device or system is finished, you can upload a representation of it to your page. WikiDust will automatically handle uploading to most [http://www.mediawiki.org/wiki/MediaWiki MediaWiki] sites, or it can just display code for you to copy and paste.
+
-
 
+
-
<br />
+
-
<br />
+
-
<br />
+
-
<br />
+
-
<br />
+
-
<br />
+
-
<br />
+
-
<br />
+
-
<br />
+
-
<br />
+
-
<br />
+
-
<br />
+
-
 
+
-
== Batch Part Submitter ==
+
-
 
+
-
 
+
-
[[Image:uw_sauro_spreadsheet.png|500px|left]][[Image:uw_sauro_submitter_mockup.png|500px|right]]
+
-
 
+
-
<br />
+
-
 
+
-
<br />
+
-
<br />
+
-
<br />
+
-
<br />
+
-
<br />
+
-
<br />
+
-
<br />
+
-
<br />
+
-
<br />
+
-
<br />
+
-
<br />
+
-
<br />
+
-
<br />
+
-
 
+
-
The UW team will also develop a program to submit multiple parts to the [http://partsregistry.org/Main_Page Parts Registry] at once. This project is in the early design phase now. It is expected to be useful for anyone who needs to submit a series of parts, for example if they are promoters of different strengths, variations on a protein, etc.
+
-
 
+
-
This will be a simple command-line tool. The user will make a spreadsheet with information about all the parts to be submitted. Then the tool will validate and submit each one to the registry.
+
-
 
+
-
 
+
-
 
+
-
<br />
+
-
<br />
+
-
<br />
+
-
<br />
+
-
<br />
+
-
<br />
+
-
<br />
+
-
<br />
+
-
 
+
-
==Code Testing Area==
+
-
 
+
-
Just ignore anything in here...
+
-
 
+
-
<html>
+
-
 
+
-
<img src="http://sbol.bhi.washington.edu/jeffwiki/images/thumb/6/6d/BBa_I746384.png/700px-BBa_I746384.png" usemap="mapcode" />
+
-
 
+
-
<map name="mapcode">
+
-
<area shape="rect" coords="1,1,300,300" href="http://google.com"/>
+
-
</map>
+
-
 
+
-
<img id="mainimg" src="https://static.igem.org/mediawiki/2009/4/41/Main_graphic.png" alt="IPP System Overview" usemap="#cellmap" />
+
-
<map name="cellmap">
+
-
  <area id="area_target" shape="poly" coords="76,282,167,343,395,184,144,102" href="/Team:Washington/Project/Target" alt="Target System" />
+
-
  <area id="area_secretion" shape="poly" coords="485,202,392,182,208,312,322,505,485,505" href="/Team:Washington/Project/Secretion" alt="Secretion System" />
+
-
  <area id="area_display" shape="rect" coords="485,202,660,505" href="/Team:Washington/Project/Display" alt="Display System" />
+
-
  <area id="area_release" shape="rect" coords="660,344,781,503" href="/Team:Washington/Project/Release" alt="Release System" />
+
-
</map>
+
-
 
+
-
</html>
+
-
 
+
-
<!---------------------------------------PAGE CONTENT GOES ABOVE THIS---------------------------------------->
+
-
 
+
-
<div style="text-align:center">
+
-
'''&larr; [[Team:Washington/Project/Tools|Overview of Tools]]'''
+
-
&nbsp; &nbsp; &nbsp;
+
-
'''[[Team:Washington/Project/Tools/Klavins|Tools for Directed Evolution]] &rarr;'''
+
-
</div>
+
-
 
+
-
{{Template:Team:Washington/Templates/Footer}}
+

Latest revision as of 06:48, 16 October 2010

  1. REDIRECT Team:Washington/Tools Created/New Software