simonduerr commited on
Commit
27510cd
1 Parent(s): 1cb235a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -877,13 +877,13 @@ def molecule(
877
  </button>
878
  </div>
879
  <div class="text-sm">
880
- <div> RMSD AlphaFold vs. native: <span id="rmsd"></span> Å computed using CEAlign on the aligned fragment</div>
881
  </div>
882
  <div class="text-sm flex items-start">
883
  <div class="w-1/2">
884
 
885
  <div class="font-medium mt-4 flex items-center space-x-2"><b>AF2 model of redesigned sequence</b></div>
886
- <div>AlphaFold model confidence:</div>
887
  <div class="flex space-x-2 py-1"><span class="w-4 h-4" style="background-color: rgb(0, 83, 214);">&nbsp;</span><span class="legendlabel">Very high
888
  (pLDDT &gt; 90)</span></div>
889
  <div class="flex space-x-2 py-1"><span class="w-4 h-4" style="background-color: rgb(101, 203, 243);">&nbsp;</span><span class="legendlabel">Confident
@@ -892,7 +892,7 @@ def molecule(
892
  pLDDT &gt; 50)</span></div>
893
  <div class="flex space-x-2 py-1"><span class="w-4 h-4" style="background-color: rgb(255, 125, 69);">&nbsp;</span><span class="legendlabel">Very low
894
  (pLDDT &lt; 50)</span></div>
895
- <div class="row column legendDesc"> AlphaFold produces a per-residue confidence
896
  score (pLDDT) between 0 and 100. Some regions below 50 pLDDT may be unstructured in isolation.
897
  </div>
898
  </div>
 
877
  </button>
878
  </div>
879
  <div class="text-sm">
880
+ <div> RMSD ESMFold vs. native: <span id="rmsd"></span> Å computed using CEAlign on the aligned fragment</div>
881
  </div>
882
  <div class="text-sm flex items-start">
883
  <div class="w-1/2">
884
 
885
  <div class="font-medium mt-4 flex items-center space-x-2"><b>AF2 model of redesigned sequence</b></div>
886
+ <div>ESMFold model confidence:</div>
887
  <div class="flex space-x-2 py-1"><span class="w-4 h-4" style="background-color: rgb(0, 83, 214);">&nbsp;</span><span class="legendlabel">Very high
888
  (pLDDT &gt; 90)</span></div>
889
  <div class="flex space-x-2 py-1"><span class="w-4 h-4" style="background-color: rgb(101, 203, 243);">&nbsp;</span><span class="legendlabel">Confident
 
892
  pLDDT &gt; 50)</span></div>
893
  <div class="flex space-x-2 py-1"><span class="w-4 h-4" style="background-color: rgb(255, 125, 69);">&nbsp;</span><span class="legendlabel">Very low
894
  (pLDDT &lt; 50)</span></div>
895
+ <div class="row column legendDesc"> ESMFold produces a per-residue confidence
896
  score (pLDDT) between 0 and 100. Some regions below 50 pLDDT may be unstructured in isolation.
897
  </div>
898
  </div>