Skip to content

Commit 5e8d8a5

Browse files
authored
AceDRG link - support for 5 letter monomer codes (#84)
1 parent a01898e commit 5e8d8a5

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- More Servalcat i2 run tests
1010
- Fix for deprecated numpy.float
1111
- More AceDrg i2run tests
12+
- Support for 5-letter ligand codes in AceDRG make link
1213

1314
## [2.3.3] - 2025-05-29
1415

pipelines/MakeLink/script/MakeLink.def.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,20 +61,20 @@
6161
<className>CString</className>
6262
<qualifiers>
6363
<allowUndefined>False</allowUndefined>
64-
<charWidth>5</charWidth>
64+
<charWidth>7</charWidth>
6565
<minLength>1</minLength>
66-
<maxLength>3</maxLength>
67-
<toolTip>Specify the three-letter code corresponding to the monomer</toolTip>
66+
<maxLength>5</maxLength>
67+
<toolTip>Specify the code corresponding to the monomer</toolTip>
6868
</qualifiers>
6969
</content>
7070
<content id="RES_NAME_2_TLC">
7171
<className>CString</className>
7272
<qualifiers>
7373
<allowUndefined>False</allowUndefined>
74-
<charWidth>5</charWidth>
74+
<charWidth>7</charWidth>
7575
<minLength>1</minLength>
76-
<maxLength>3</maxLength>
77-
<toolTip>Specify the three-letter code corresponding to the monomer</toolTip>
76+
<maxLength>5</maxLength>
77+
<toolTip>Specify the code corresponding to the monomer</toolTip>
7878
</qualifiers>
7979
</content>
8080
<content id="RES_NAME_1_CIF">

0 commit comments

Comments
 (0)