Team:TU-Munich/Results/AutoAnnotator

From 2013.igem.org

(Difference between revisions)
Line 49: Line 49:
}
}
});
});
 +
 +
$.urlParam = function(name){
 +
    var results = new RegExp('[\\?&]' + name + '=([^&#]*)').exec(window.location.href);
 +
    if (results==null){
 +
       return null;
 +
    }
 +
    else{
 +
       return results[1] || 0;
 +
    }
 +
};
 +
 +
alert($urlParam('annotator'));
</script>
</script>
<br>
<br>

Revision as of 18:14, 27 September 2013


Use the AutoAnnotator to create your own Protein-Data table

Enter a BioBrick number (e.g. K801060) or a nucleotide sequence below!

Enter BioBrick number or DNA sequence!


Read the Autoannotator Description and References

HTML Comment Box is loading comments...



Locations of visitors to this page