Mercurial > repos > galaxy-australia > alphafold2
diff alphafold.html @ 14:d00e15139065 draft
planemo upload for repository https://github.com/usegalaxy-au/tools-au commit d490defa32d9c318137d2d781243b392cb14110d-dirty
author | galaxy-australia |
---|---|
date | Tue, 28 Feb 2023 01:15:42 +0000 |
parents | 7ae9d78b06f5 |
children |
line wrap: on
line diff
--- a/alphafold.html Wed Oct 12 22:25:20 2022 +0000 +++ b/alphafold.html Tue Feb 28 01:15:42 2023 +0000 @@ -336,26 +336,26 @@ <div class="flex col controls"> <div class="box text-center"> <h3> Select model </h3> - <p>The top five structures predicted by Alphafold</p> + <p>The top-ranked structures predicted by Alphafold</p> <div> <button class="btn selected" id="btn-ranked_0" onclick="setModel(0);"> - Model 1 + Ranked 0 </button> <button class="btn" id="btn-ranked_1" onclick="setModel(1);"> - Model 2 + Ranked 1 </button> <button class="btn" id="btn-ranked_2" onclick="setModel(2);"> - Model 3 + Ranked 2 </button> <button class="btn" id="btn-ranked_3" onclick="setModel(3);"> - Model 4 + Ranked 3 </button> <button class="btn" id="btn-ranked_4" onclick="setModel(4);"> - Model 5 + Ranked 4 </button> </div> </div>