Thank you for your interest in this MoViz chemical grouping workflow! If you are interested in running the workflow locally, either to make edits or just see how it works, follow the directions below to install it on your computer.
Before you can use the workflow, you will need to install its dependencies with Anaconda. If you don't have it already, download miniconda3. To install the dependencies:
- Download the environment.yml file from the repository.
- Open the Anaconda/Miniconda terminal.
- Navigate to the folder containing environment.yml using
cd /path/to/environment.yml
. - Run the following command:
conda env create -f environment.yml
. Pressy
to confirm the install if prompted. - Wait for the packages to install (this may take a while).
PaDEL-descriptor also requires Java JRE version 6 or above, which you can get here.
To set up the workflow on your computer:
- Clone or download the repository from GitHub.
- In KNIME Analytics Platform, select your Local Space.
- In your local space, select Import Workflow
- Browse to the workflow file you downloaded; it will have the .knwf extension.
- KNIME may prompt you to install extensions; follow the on-screen instructions to do so. You may need to restart KNIME when done.
- Once KNIME restarts, open File > Preferences. In the left panel, navigate to KNIME > Conda. Click Browse or enter the path to your Anaconda/Miniconda installation (On Windows, this will often be in your AppData or User folder).
- Exit Preferences and run the workflow with your data!
Note: If you used the environment.yml file to create an Anaconda environment, the environment should have the default name "movizenv". If you choose to rename the environment, you will need to update that in the workflow: