Skip to content

Commit

Permalink
#5814 - On Remote environment, the reaction/molecule can't be saved t…
Browse files Browse the repository at this point in the history
…o V3000 formats (returns V2000 instead): MOL, RXN, SDF, RDF (#5908) (#5911) (#5924)

(cherry picked from commit 5fe4ef3)
  • Loading branch information
rrodionov91 authored Nov 6, 2024
1 parent eb5738f commit b12cdd8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ export class RemoteStructService implements StructService {
'reaction-component-margin-size':
options?.['reaction-component-margin-size'],
'image-resolution': options?.['image-resolution'],
'molfile-saving-mode': options?.['molfile-saving-mode'],
};

return indigoCall(
Expand Down

0 comments on commit b12cdd8

Please sign in to comment.