New to the platform (tried to find if this question was posted before)
I used CSV reader to inport my Smiles codes and looked that that worked fine.
Now I want to use on of the RDKIT nodes to analyze the data. But the smiles codes are not recognized.
The Error from RDKIT descriptor Calculation → The dialog cannot be opened for the following reason: No column in spec compatiple to “RDKTMolValue”, SdfValue of SmilesValue
I got my smiles from the EPA CompTox Chemicals Dashboard
below a screenshot of the CVS reader output
Since your SMILES are coded as strings when reading them using the CSV node, you need to add an extra node called -Molecule Type Cast- to cast the SMILES before using the -RDKit Descriptors Calculation- node, so that RDKit recognizes them as “molecules” rather than strings.
If you have the types installed you can also use the transformation tab of the CSV Reader to directly read it in as SMILES, which should spare you the typecast node.
Sidenote: With the RDKit extension installed you can change the renderer to show the molecule rather than the string. (You can also change the default in the KNIME preferences under “preferred renderers”)