Skip to content

Commit

Permalink
Add missing properties from masked_properties list for MolSys
Browse files Browse the repository at this point in the history
  • Loading branch information
mtessmer committed Dec 10, 2024
1 parent 6028d98 commit 88d547f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/chilife/MolSys.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
# TODO:
# Behavior: AtomSelections should have orders to be enforced when indexing.

masked_properties = ('atomids', 'names', 'altlocs', 'resnames', 'resnums', 'chains', 'occupancies',
'bs', 'segs', 'segids', 'atypes', 'types', 'charges', 'ix', 'resixs', 'segixs', '_Atoms', 'atoms')
masked_properties = ('atomids', 'names', 'altlocs', 'altLocs', 'resnames', 'resnums', 'resids', 'resis', 'chains',
'occupancies', 'bs', 'segs', 'segids', 'atypes', 'types', 'charges', 'ix', 'resixs', 'segixs',
'_Atoms', 'atoms')

singles = ('name', 'altloc', 'altLoc', 'atype', 'type', 'resn', 'resname', 'resnum', 'resid' 'resi', 'chain',
'segid', 'charge')
Expand Down

0 comments on commit 88d547f

Please sign in to comment.