Skip to content

Commit

Permalink
Extend testse for the OpenBabel Parser, but without support for chainids
Browse files Browse the repository at this point in the history
  • Loading branch information
lunamorrow committed Sep 23, 2024
1 parent 1626cce commit bf6a617
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 195,226 deletions.
1 change: 0 additions & 1 deletion mda_openbabel_converter/OpenBabelParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ def parse(self, **kwargs):
resid = atom.GetResidue()
resnums.append(resid.GetNum())
resnames.append(resid.GetName())
chainids.append(resid.GetChain())
icodes.append(resid.GetInsertionCode())

aromatics.append(atom.IsAromatic())
Expand Down
Loading

0 comments on commit bf6a617

Please sign in to comment.