3D-e-Chem / knime-sygma

KNIME nodes for Sygma
GNU General Public License v3.0
0 stars 0 forks source link

Input smiles type gets converted to string #7

Closed sverhoeven closed 7 years ago

sverhoeven commented 7 years ago

In the SyGMa-example workflow the input column called smiles is of type Smiles, after the Metabolite Predictor has run the output column called smiles is of type String.

Using the Python Script (1 => 1) node with output_table = input_table.copy() as script gives the same results.

I expected the type to be unchanged.