Team:Johns Hopkins/Applications/GC Content

From 2008.igem.org

(Difference between revisions)
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;
 +
alert("hello");
xmlHttp.onreadystatechange=stateChanged;
xmlHttp.onreadystatechange=stateChanged;
xmlHttp.open("GET",url,true);
xmlHttp.open("GET",url,true);

Revision as of 21:44, 16 July 2008

This program will determine how many actual/probable guanines and cytosines are in a sequence.

Sequence:

Results: