Team:Imperial College London/Software Tool
From 2010.igem.org
(Difference between revisions)
Line 14: | Line 14: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
- | var det = ["","","","",""]; | + | var det = ["","","","","",""]; |
- | det[ | + | det[1] = "This was our primary target. Read our wiki to find out more!"; |
- | + | ||
det[2] = "test2"; | det[2] = "test2"; | ||
det[3] = "test3"; | det[3] = "test3"; | ||
det[4] = "test4"; | det[4] = "test4"; | ||
+ | det[5] = "test5"; | ||
+ | $("#paraselect").change(function() | ||
+ | { | ||
+ | var message_index | ||
+ | |||
+ | message_index = $("#paraselect").val(); | ||
+ | $("#parades").empty(); | ||
+ | |||
+ | if (message_index > 0) | ||
+ | $("#parades").append(det[message_index]); | ||
+ | }); | ||
}); | }); | ||
</script> | </script> |
Revision as of 21:40, 19 October 2010
Software Tool |
We realised early on that our detection module could be designed with a sensitivity to different proteases. By changing the cleavage site the system can accept a wide variety of inputs. This tool is designed to facilitate a quick custom sequence generation of the entire surface protein construct. |
Select Protease | Description | |
Awaiting sequence generation... | ||
Yellow - Biobrick Prefix/Suffix Orange - Promoter Red - Ribosome Binding Site Purple - Cell Wall Binding Domain Dark Blue - Adjustable Linker Light Blue - Protease Cleavage Site Dark Green - Autoinducing Peptide Light Green - Terminator |