Skip to content

Commit

Permalink
add missing type N for cationic nitrogen
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomart committed Dec 18, 2021
1 parent 17c88a8 commit 2ae097d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meeko/atomtyper.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class AtomTyper:
{"smarts": "[#53]", "atype": "I"},
{"smarts": "[#7X3v3][a]", "atype": "N", "comment": "pyrrole, aniline"},
{"smarts": "[#7X3v3][#6X3v4]", "atype": "N", "comment": "amide"},
{"smarts": "[#7+1]", "atype": "N", "comment": "ammonium, pyridinium"},
{"smarts": "[#16X2]", "atype": "SA", "comment": "sulfur acceptor"}
]
}
Expand Down

0 comments on commit 2ae097d

Please sign in to comment.