Team:Johns Hopkins/Applications/GC Content
From 2008.igem.org
(Difference between revisions)
Line 9: | Line 9: | ||
function runAJAX(seq) | function runAJAX(seq) | ||
{ | { | ||
- | + | ||
if (seq.length==0) | if (seq.length==0) | ||
{ | { | ||
Line 21: | Line 21: | ||
return; | return; | ||
} | } | ||
- | + | alert("hello"); | |
var url="http://localhost/cgi-bin/TN_Scripts/Primers/Scripts/gc_content.pl?new="+seq; | var url="http://localhost/cgi-bin/TN_Scripts/Primers/Scripts/gc_content.pl?new="+seq; | ||
Revision as of 21:43, 16 July 2008
This program will determine how many actual/probable guanines and cytosines are in a sequence.
Results: