Skip to content

Commit

Permalink
Don't send truncated HIS residues to Antechamber [#8902]
Browse files Browse the repository at this point in the history
  • Loading branch information
e-pettersen committed Nov 30, 2023
1 parent c51306f commit f4b1f53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundles/add_charge/bundle_info.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<BundleInfo name="ChimeraX-AddCharge" version="1.5.12" package="chimerax.add_charge"
<BundleInfo name="ChimeraX-AddCharge" version="1.5.13" package="chimerax.add_charge"
minSessionVersion="1" maxSessionVersion="1">

<!-- Additional information about bundle source -->
Expand Down
2 changes: 2 additions & 0 deletions src/bundles/add_charge/src/amber_name.defattr
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ recipient: residues
::amber_name="HIE"@hd1 HIP
::amber_name="HIE"@dd1 HIP
::amber_name="HIE"@td1 HIP
# truncated histidines won't get an assignment from the above, try to assign as HID
:HIS & ~::amber_name & ::polymer_type=1 HID

# di-sulfide CYS

Expand Down

0 comments on commit f4b1f53

Please sign in to comment.