Lukasz Dabrowski
Lukasz Dabrowski
- [x] I am on the [latest](https://github.com/KELiON/cerebro/releases/latest) Cerebro.app version - [x] I have searched the [issues](https://github.com/KELiON/cerebro/issues) of this repo and believe that this is not a duplicate - **OS version...
Unable to find an entry point named 'CSharp_GraphMolWrap_new_gzstream' in shared library 'RDKFuncs'.
**Describe the bug** I have built RDKit C# wrapper (RDKFuncs) from source using the following flags: ``` cmake . -Wdev "-GUnix Makefiles" -DRDK_BUILD_SWIG_WRAPPERS=ON -DRDK_BUILD_SWIG_CSHARP_WRAPPER=ON -DRDK_BUILD_SWIG_JAVA_WRAPPER=OFF -DRDK_BUILD_PYTHON_WRAPPERS=OFF -DEIGEN3_INCLUDE_DIR=/Users/trace/build-rdkit/eigen-3.4.0 -DRDK_INSTALL_INTREE=ON -DRDK_BUILD_CPP_TESTS=OFF -DRDK_USE_BOOST_SERIALIZATION=OFF...
I'm trying to figure out what fingerprint settings the RDKit Molecule Substructure Filter node uses when it pre-calculates fingerprints. I looked at the documentation of the node on KNIME Hub...
I'm trying to understand an existing RDKit-based KNIME workflow and having used RDKit in Python previously I can't understand the RDKit Aromatizer node. It calls `.setAromaticity(temp)` where `temp` is a...