RDKitjs-legacy
RDKitjs-legacy copied to clipboard
Obsolete codebase, please do not use.
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest). These dependencies need to be updated together. Updates `json5` from 0.5.1 to 2.2.3 Release notes Sourced from json5's releases. v2.2.3 Fix:...
Bumps [qs](https://github.com/ljharb/qs) and [qs](https://github.com/ljharb/qs). These dependencies needed to be updated together. Updates `qs` from 6.5.1 to 6.5.3 Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix]...
Bumps [tar](https://github.com/npm/node-tar) from 4.4.0 to 4.4.18. Commits 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve paths properly for unicode, windows 2f1bca0 fix: prune dirCache properly...
after adding in compiler.js 'libRDKitDepictor.so', 'libRDKitcoordgenlib.so', 'libRDKitmaeparser.so', and changing deps to 2018.09.1 there is an issue with pickle testcase: FAIL __tests__/rdchem/pickle.js ● Console console.log __tests__/rdchem/pickle.js:10 mol from Smiles console.log __tests__/rdchem/pickle.js:12...
I might be missing something, but the substructure and similarity functionality does not seem to be exposed in the current version of RDKitjs (it was accessible in the old version)....
The port of the python part is always more difficult ... we need to find a process for pure python code.
var molecule=RDK.Molecule.fromSmiles(); var molecule=RDK.Molecule.fromMolfile(); var smiles=molecule.toSmiles(); var molfile=molecule.toMolfile(v3000); - by default: v2000, v3000 true / false var logP=RDK.Descriptors.logP(molecule); Fingerprints ? Minimisation ?