Spaces:
Paused
Paused
Update plot_pdb.py
Browse files- plot_pdb.py +1 -1
plot_pdb.py
CHANGED
|
@@ -78,6 +78,6 @@ def plot_struc(sequence):
|
|
| 78 |
|
| 79 |
pdb_string, pdb_filename = get_pdb(sequence)
|
| 80 |
|
| 81 |
-
html_view = display_pdb_by_pdb(pdb_string, pdb_filename
|
| 82 |
|
| 83 |
return pdb_filename, html_view
|
|
|
|
| 78 |
|
| 79 |
pdb_string, pdb_filename = get_pdb(sequence)
|
| 80 |
|
| 81 |
+
html_view = display_pdb_by_pdb(pdb_string, pdb_filename, color_map = "spectrum")
|
| 82 |
|
| 83 |
return pdb_filename, html_view
|