forked from marc-lehner/knime-python-extension-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathknime.yml
More file actions
22 lines (18 loc) · 881 Bytes
/
Copy pathknime.yml
File metadata and controls
22 lines (18 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This is the configuration file for your KNIME extension.
# It is used to define the extension's metadata and configuration.
# Extension metadata
name: python_rdkit_nodes
group_id: org.rdkit
description: The RDKit nodes written in Python # Human readable bundle name / description
long_description: Extends the Java-based RDKit nodes
version: 0.1.0 # Version of this Python node extension
# legal information
author: Greg Landrum
vendor: ETH Zurich
license_file: LICENSE.TXT # Best practice: put your LICENSE.TXT next to the knime.yml; otherwise you would need to change to path/to/LICENSE.txt
# Python settings
pixi_toml_path: pixi.toml # This is necessary for bundling, but not needed during development
extension_module: ./src # The .py Python module containing the nodes of your extension
feature_dependencies:
- org.knime.features.chem.types
- org.rdkit.knime.feature