Difference between revisions of "Team:Sydney Australia/Software"

m (Phenylalanine correction)
m
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"><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>';
+
         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"><c>' + freqHarmonised + '</c></td></tr>';
  
  

Revision as of 07:50, 18 October 2019

Codon Harmoniser

Codon Harmoniser

Enter your gene sequence:



Search source organism



Search destination organism

Set minimum codon frequency threshold per thousand

Software

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: