stochasticribosome
commited on
Commit
•
f724df8
1
Parent(s):
32941b1
Update color to orange
Browse files
main.py
CHANGED
@@ -196,7 +196,7 @@ def predict(pdb_code, pdb_file):
|
|
196 |
|
197 |
for i in range(10):
|
198 |
adaptability_value = adaptability[topN_ind[i]]
|
199 |
-
color =
|
200 |
view.addSphere({
|
201 |
'center': {
|
202 |
'x': atoms_protein.iloc[topN_ind[i], atoms_protein.columns.get_loc("x")],
|
|
|
196 |
|
197 |
for i in range(10):
|
198 |
adaptability_value = adaptability[topN_ind[i]]
|
199 |
+
color = 'orange'
|
200 |
view.addSphere({
|
201 |
'center': {
|
202 |
'x': atoms_protein.iloc[topN_ind[i], atoms_protein.columns.get_loc("x")],
|