m |
|||
| Line 376: | Line 376: | ||
} | } | ||
var acidshtml = document.getElementById('InputAcids'); | var acidshtml = document.getElementById('InputAcids'); | ||
| − | acidshtml.innerHTML = '<b>Polypeptide: </b> ' + amAcids; | + | acidshtml.innerHTML = '<b><span class="c">Polypeptide: </span></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"><span class="c">' + inputsequence + '</span></td></tr>'+ '<tr><td><b>Output Sequence (Optimisation)</td><td colspan=2 style="word-wrap: break-word"><span class="c">' + optimisedSequence + '</span></td><tr><td><b>Output Sequence (Rank Harmonisation)</td><td colspan=2 style="word-wrap: break-word"><span class="c">' + outputSequence + '</span></td><tr><td><b>Output Sequence (Frequency Harmonisation)</td><td colspan=2 style="word-wrap: break-word"><span class="c">' + freqHarmonised + '</span></td></tr>'; | output.innerHTML = '<tr><td><b>Input Sequence:</b></td><td colspan=2 style="word-wrap: break-word"><span class="c">' + inputsequence + '</span></td></tr>'+ '<tr><td><b>Output Sequence (Optimisation)</td><td colspan=2 style="word-wrap: break-word"><span class="c">' + optimisedSequence + '</span></td><tr><td><b>Output Sequence (Rank Harmonisation)</td><td colspan=2 style="word-wrap: break-word"><span class="c">' + outputSequence + '</span></td><tr><td><b>Output Sequence (Frequency Harmonisation)</td><td colspan=2 style="word-wrap: break-word"><span class="c">' + freqHarmonised + '</span></td></tr>'; | ||
Revision as of 07:54, 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: