Team:TU-Munich/Results/AutoAnnotator

From 2013.igem.org

(Difference between revisions)
Line 60: Line 60:
};
};
-
alert($.urlParam('annotator'));
+
$(document).ready(function(){
 +
    if ($.urlParam('annotator')) {
 +
        $('#EnteredBioBrick')[0].value = $.urlParam('annotator');
 +
        $('#CreateTableButton').click();
 +
    }
 +
});
</script>
</script>
<br>
<br>

Revision as of 18:25, 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