Team:Harvard/ZF Binding Site Finder
From 2011.igem.org
(Difference between revisions)
Line 103: | Line 103: | ||
} | } | ||
- | + | /* | |
$.validator.addMethod( | $.validator.addMethod( | ||
"ntpCheck", | "ntpCheck", | ||
Line 112: | Line 112: | ||
"You must enter a valid sequence of nine nucleotides containing G,T,C,A, or N." | "You must enter a valid sequence of nine nucleotides containing G,T,C,A, or N." | ||
); | ); | ||
- | + | */ | |
// findCustom function | // findCustom function | ||
Line 211: | Line 211: | ||
<table id="ui"> | <table id="ui"> | ||
<tr><td colspan="3"> | <tr><td colspan="3"> | ||
- | <textarea id="sequence" rows="8" cols="80" class="graytext | + | <textarea id="sequence" rows="8" cols="80" class="graytext">Insert DNA sequence here</textarea> |
</td></tr> | </td></tr> | ||
<tr> | <tr> | ||
Line 275: | Line 275: | ||
<tr><td colspan="3"> | <tr><td colspan="3"> | ||
<input type="button" value="Test (drop down menu)" onClick="findSites();" /> | <input type="button" value="Test (drop down menu)" onClick="findSites();" /> | ||
- | <input type="button" id="findcustom" value="Test custom input | + | <input type="button" id="findcustom" value="Test custom input" /> |
<input type="button" value="Show me ALL binding sites!" onClick="findAllSites();" id="allsites"/> | <input type="button" value="Show me ALL binding sites!" onClick="findAllSites();" id="allsites"/> | ||
</td></tr> | </td></tr> |
Revision as of 03:49, 9 July 2011
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">