batch feature installation

Hi,

I am new to KNIME and I have to run a workflow in batch mode which needs Marvin and rdkit. I found this command below but this works only for 4.2.2 version, not with 3.6.2 nor 4.3.0. For instance with 4.3.0 version I get this error:

!ENTRY org.eclipse.equinox.p2.director.app 4 0 2021-01-27 11:34:37.474
!MESSAGE The installable unit jp.co.infocom.cheminfo.marvin.feature.feature.group has not been found.

Maybe the feature name is different. I wonder where I can find a list of available features with their names.

Thank you,
Joan

$KPATH/knime_$KVER/knime
-application org.eclipse.equinox.p2.director
-nosplash -consolelog
-r http://update.knime.org/community-contributions/trunk,http://update.knime.com/analytics-platform/$KV,http://update.knime.com/community-contributions/trusted/$KV
-i org.knime.features.chem.types.feature.group,org.knime.features.datageneration.feature.group,jp.co.infocom.cheminfo.marvin.feature.feature.group,org.knime.features.python.feature.group,org.rdkit.knime.feature.feature.group
-bundlepool $KPATH/knime_$KVER
-d $KPATH/knime_$KVER

The director application has a ‘list’ option, so the command becomes:

$KPATH/knime_$KVER/knime
-application org.eclipse.equinox.p2.director
-nosplash -consolelog
-r http://update.knime.org/community-contributions/trunk,http://update.knime.com/analytics-platform/$KV,http://update.knime.com/community-contributions/trusted/$KV
-l

Steve

Excellent. Thank you.

Joan

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.