Skip to content

Commit 18b3fe3

Browse files
authored
Merge pull request #832 from padix-key/solvent-filter
Expand list of solvent compounds
2 parents dee7153 + ca689d9 commit 18b3fe3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/biotite/structure/filter.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
6363
]
6464
_canonical_nucleotide_list = ["A", "DA", "G", "DG", "C", "DC", "U", "DT"]
6565

66-
_solvent_list = ["HOH", "SOL"]
66+
# Residue names of solvent molecules non only in CCD, but also from modeling software
67+
_solvent_list = ["HOH", "DOD", "SOL", "WAT", "H2O", "TIP3", "TIP4", "TIP5"]
6768

6869
_peptide_backbone_atoms = ["N", "CA", "C"]
6970
_phosphate_backbone_atoms = ["P", "O5'", "C5'", "C4'", "C3'", "O3'"]

0 commit comments

Comments
 (0)