Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#1463 Macro: Some molecules are not perfect on preview tooltip #1546

Merged
merged 15 commits into from
Jan 15, 2024
3 changes: 0 additions & 3 deletions api/c/indigo/src/indigo_layout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ CEXPORT int indigoLayout(int object)
f.unhide(submol.vertices[i]);
}
}
// experimantal layout for sequences
// SequenceLayout sl(*mol);
// sl.make();
if (mol->tgroups.getTGroupCount() == 0)
{
MoleculeLayout ml(*mol, self.smart_layout);
Expand Down
1 change: 1 addition & 0 deletions api/tests/integration/tests/formats/ref/1465-lr_sugar.ket
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"alias": "LR",
"name": "LR",
"naturalAnalogShort": "R",
"naturalAnalog": "Rib",
"attachmentPoints": [
{
"attachmentAtom": 8,
Expand Down
Loading
Loading