Spaces:
Running
Running
roni
commited on
Commit
·
e2e11de
1
Parent(s):
db68005
adding some spin to the visualization
Browse files- protein_viz.py +1 -0
protein_viz.py
CHANGED
@@ -15,6 +15,7 @@ def render_html(pdb_id, chain):
|
|
15 |
data-select1="chain:{chain}"
|
16 |
data-zoomto="chain:{chain}"
|
17 |
data-style1="cartoon:color=spectrum"
|
|
|
18 |
/>
|
19 |
</body>
|
20 |
</html>
|
|
|
15 |
data-select1="chain:{chain}"
|
16 |
data-zoomto="chain:{chain}"
|
17 |
data-style1="cartoon:color=spectrum"
|
18 |
+
data-spin='axis:y;speed:0.2'
|
19 |
/>
|
20 |
</body>
|
21 |
</html>
|