m (Phenylalanine correction) |
|||
| Line 378: | Line 378: | ||
acidshtml.innerHTML = '<b>Polypeptide: </b> ' + amAcids; | acidshtml.innerHTML = '<b>Polypeptide: </b> ' + amAcids; | ||
var output = document.getElementById('Output'); | var output = document.getElementById('Output'); | ||
| − | output.innerHTML = '<tr><td><b>Input Sequence:</b></td><td colspan=2 style="word-wrap: break-word"><c>' + inputsequence + '</ | + | output.innerHTML = '<tr><td><b>Input Sequence:</b></td><td colspan=2 style="word-wrap: break-word"><span style="c">' + inputsequence + '</span></td></tr>'+ '<tr><td><b>Output Sequence (Optimisation)</td><td colspan=2 style="word-wrap: break-word"><span style="c">' + optimisedSequence + '</span></td><tr><td><b>Output Sequence (Rank Harmonisation)</td><td colspan=2 style="word-wrap: break-word"><span style="c">' + outputSequence + '</span></td><tr><td><b>Output Sequence (Frequency Harmonisation)</td><td colspan=2 style="word-wrap: break-word"><c>' + freqHarmonised + '</c></td></tr>'; |
| Line 418: | Line 418: | ||
case 'Tyr': return 'Y'; | case 'Tyr': return 'Y'; | ||
case 'Cys': return 'C'; | case 'Cys': return 'C'; | ||
| − | case ' | + | case 'Phe': return 'F'; |
case 'Ile': return 'I'; | case 'Ile': return 'I'; | ||
case 'Met': return 'M'; | case 'Met': return 'M'; | ||
Revision as of 07:49, 18 October 2019
Codon Harmoniser
Enter your gene sequence:
Search source organism
Search destination organism
Set minimum codon frequency threshold per thousandSoftware
Best Software Tool Special Prize
Regardless of the topic, iGEM projects often create or adapt computational tools to move the project forward. Because they are born out of a direct practical need, these software tools (or new computational methods) can be surprisingly useful for other teams. Without necessarily being big or complex, they can make the crucial difference to a project's success. This award tries to find and honor such "nuggets" of computational work.
To compete for the Best Software Tool prize, please describe your work on this page and also fill out the description on the judging form.
To be eligible, your software has to be documented and made available under an OSI approved open source license. You must also delete the alert box on the top of this page to be eligible for this prize.
Inspiration
Here are a few examples from previous teams: