Team:Harvard/ZF Binding Site Finder
From 2011.igem.org
(Difference between revisions)
Line 117: | Line 117: | ||
var ntpCheck = /[GCTAN]{9}/; | var ntpCheck = /[GCTAN]{9}/; | ||
- | + | if (!(bottomzf.match(ntpCheck)&& | |
- | + | ||
topzf.match(ntpCheck)&& | topzf.match(ntpCheck)&& | ||
(bottomzf.length=="9")&& | (bottomzf.length=="9")&& | ||
Line 125: | Line 124: | ||
return; | return; | ||
} | } | ||
- | + | ||
alert(bottomzf); | alert(bottomzf); | ||
alert(topzf); | alert(topzf); |
Revision as of 21:06, 8 July 2011