Skip to content

Commit

Permalink
RemoveAllHs
Browse files Browse the repository at this point in the history
  • Loading branch information
tdudgeon committed Apr 5, 2024
1 parent 2cfb267 commit 358393b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xchemalign/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def gen_mol_from_cif(cif_file):
Chem.SanitizeMol(mol)
mol.AddConformer(conf)
Chem.AssignStereochemistryFrom3D(mol)
mol = Chem.RemoveHs(mol)
mol = Chem.RemoveAllHs(mol)

return mol

Expand Down

0 comments on commit 358393b

Please sign in to comment.