-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backmerge: #2539 - Export of unknown monomer to HELM doesn't work
Backmerge to master
- Loading branch information
1 parent
a83ae2a
commit 6b95d54
Showing
7 changed files
with
139 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
102 changes: 102 additions & 0 deletions
102
api/tests/integration/tests/formats/ref/helm_any_chem.ket
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
{ | ||
"root": { | ||
"nodes": [ | ||
{ | ||
"$ref": "monomer0" | ||
}, | ||
{ | ||
"$ref": "monomer1" | ||
} | ||
], | ||
"templates": [ | ||
{ | ||
"$ref": "monomerTemplate-unknown_monomer_0" | ||
}, | ||
{ | ||
"$ref": "monomerTemplate-unknown_monomer_1" | ||
} | ||
] | ||
}, | ||
"monomer0": { | ||
"type": "monomer", | ||
"id": "0", | ||
"seqid": 1, | ||
"position": { | ||
"x": 0.000000, | ||
"y": -0.000000 | ||
}, | ||
"alias": "unknown_monomer_0", | ||
"templateId": "unknown_monomer_0" | ||
}, | ||
"monomer1": { | ||
"type": "monomer", | ||
"id": "1", | ||
"seqid": 2, | ||
"position": { | ||
"x": 0.000000, | ||
"y": -1.500000 | ||
}, | ||
"alias": "unknown_monomer_1", | ||
"templateId": "unknown_monomer_1" | ||
}, | ||
"monomerTemplate-unknown_monomer_0": { | ||
"type": "monomerTemplate", | ||
"id": "unknown_monomer_0", | ||
"class": "CHEM", | ||
"alias": "unknown_monomer_0", | ||
"unresolved": true, | ||
"idtAliases": { | ||
"base": "unknown_monomer_0" | ||
}, | ||
"attachmentPoints": [ | ||
{ | ||
"attachmentAtom": -1, | ||
"label": "R1" | ||
}, | ||
{ | ||
"attachmentAtom": -1, | ||
"label": "R2" | ||
}, | ||
{ | ||
"attachmentAtom": -1, | ||
"label": "R3" | ||
}, | ||
{ | ||
"attachmentAtom": -1, | ||
"label": "R4" | ||
} | ||
], | ||
"atoms": [], | ||
"bonds": [] | ||
}, | ||
"monomerTemplate-unknown_monomer_1": { | ||
"type": "monomerTemplate", | ||
"id": "unknown_monomer_1", | ||
"class": "CHEM", | ||
"alias": "unknown_monomer_1", | ||
"unresolved": true, | ||
"idtAliases": { | ||
"base": "unknown_monomer_1" | ||
}, | ||
"attachmentPoints": [ | ||
{ | ||
"attachmentAtom": -1, | ||
"label": "R1" | ||
}, | ||
{ | ||
"attachmentAtom": -1, | ||
"label": "R2" | ||
}, | ||
{ | ||
"attachmentAtom": -1, | ||
"label": "R3" | ||
}, | ||
{ | ||
"attachmentAtom": -1, | ||
"label": "R4" | ||
} | ||
], | ||
"atoms": [], | ||
"bonds": [] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters