wangjin2000 commited on
Commit
1a7c51c
·
verified ·
1 Parent(s): df11491

Update plot_pdb.py

Browse files
Files changed (1) hide show
  1. 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. color_map = "spectrum")
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