Skip to content

Commit e053396

Browse files
authored
Update View.py
1 parent 3aca30b commit e053396

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

alphaspace2/View.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def write_snapshot(folder_path, snapshot, receptor=None, binder=None, chimera_sc
8383
bfactor=beta.score,
8484
element=beta.best_probe_type,
8585
xyz=beta.centroid,
86-
occupancy=" ")
86+
)
8787
)
8888
handle.write(gen_pdb_line(atomIndex=pocket_index,
8989
atomName='BCC',
@@ -102,7 +102,6 @@ def write_snapshot(folder_path, snapshot, receptor=None, binder=None, chimera_sc
102102
resIndex=pocket_index,
103103
chainName=" ",
104104
bfactor=alpha.space,
105-
occupancy=" ",
106105
element='C',
107106
xyz=alpha.centroid,
108107
)

0 commit comments

Comments
 (0)