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