-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#2361 - Wrong error message if SMILES phosphate has lack of attachem…
…t point (#2715)
- Loading branch information
1 parent
43871ef
commit f191642
Showing
4 changed files
with
125 additions
and
1 deletion.
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
103 changes: 103 additions & 0 deletions
103
api/tests/integration/tests/formats/ref/helm_smiles_no_ap.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,103 @@ | ||
{ | ||
"root": { | ||
"nodes": [ | ||
{ | ||
"$ref": "monomer0" | ||
} | ||
], | ||
"templates": [ | ||
{ | ||
"$ref": "monomerTemplate-Mod0" | ||
} | ||
] | ||
}, | ||
"monomer0": { | ||
"type": "monomer", | ||
"id": "0", | ||
"seqid": 1, | ||
"position": { | ||
"x": 0.000000, | ||
"y": -0.000000 | ||
}, | ||
"alias": "Mod0", | ||
"templateId": "Mod0" | ||
}, | ||
"monomerTemplate-Mod0": { | ||
"type": "monomerTemplate", | ||
"id": "Mod0", | ||
"class": "CHEM", | ||
"alias": "Mod0", | ||
"atoms": [ | ||
{ | ||
"label": "P", | ||
"location": [ | ||
0.000000, | ||
0.000000, | ||
0.000000 | ||
] | ||
}, | ||
{ | ||
"label": "O", | ||
"location": [ | ||
-0.500000, | ||
-0.866025, | ||
0.000000 | ||
] | ||
}, | ||
{ | ||
"label": "O", | ||
"location": [ | ||
0.866025, | ||
-0.500000, | ||
0.000000 | ||
] | ||
}, | ||
{ | ||
"label": "O", | ||
"location": [ | ||
-0.866025, | ||
0.500000, | ||
0.000000 | ||
] | ||
}, | ||
{ | ||
"label": "O", | ||
"location": [ | ||
0.500000, | ||
0.866025, | ||
0.000000 | ||
] | ||
} | ||
], | ||
"bonds": [ | ||
{ | ||
"type": 1, | ||
"atoms": [ | ||
0, | ||
1 | ||
] | ||
}, | ||
{ | ||
"type": 1, | ||
"atoms": [ | ||
0, | ||
2 | ||
] | ||
}, | ||
{ | ||
"type": 2, | ||
"atoms": [ | ||
0, | ||
3 | ||
] | ||
}, | ||
{ | ||
"type": 1, | ||
"atoms": [ | ||
0, | ||
4 | ||
] | ||
} | ||
] | ||
} | ||
} |
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