knime-klifs

Knime nodes to interact with KLIFS

https://github.com/3d-e-chem/knime-klifs

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 8 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.3%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

Knime nodes to interact with KLIFS

Basic Info
  • Host: GitHub
  • Owner: 3D-e-Chem
  • License: apache-2.0
  • Language: Java
  • Default Branch: master
  • Homepage:
  • Size: 11.6 MB
Statistics
  • Stars: 4
  • Watchers: 5
  • Forks: 0
  • Open Issues: 3
  • Releases: 6
Created almost 10 years ago · Last pushed over 2 years ago
Metadata Files
Readme Changelog License Citation Zenodo

README.md

KLIFS KNIME nodes

Java CI with Maven Quality Gate Status Coverage DOI

KNIME nodes for retrieving data from KLIFS (https://klifs.net/). KLIFS is a structural kinase-ligand interaction database. For more information regarding KLIFS see the website and the references at the bottom.

Installation

Requirements:

  • KNIME, https://www.knime.org

Steps to get KLIFS nodes inside KNIME:

  1. Goto Help > Install new software ... menu
  2. Press add button
  3. Fill text fields with https://3d-e-chem.github.io/knime-node-collection
  4. Select --all sites-- in work with pulldown
  5. Select KLIFS knime nodes
  6. Install software & restart (for now an "Unsigned Content" warning can popup during the installation, you can safely ignore this)

Usage

See the example workflow in examples folder.

Build

mvn verify

Jar has been made in plugin/target folder. An Eclipse update site will be made in p2/target/repository repository.

Development

Steps to get development environment setup based on https://github.com/knime/knime-sdk-setup#sdk-setup:

  1. Install Java 17
  2. Install Eclipse for RCP and RAP developers
  3. Configure Java 17 inside Eclipse Window > Preferences > Java > Installed JREs
  4. Import this repo as an Existing Maven project
  5. Activate target platform by going to Window > Preferences > Plug-in Development > Target Platform and check the KNIME Analytics Platform (5.1) - nl.esciencecenter.e3dchem.knime.sstea.targetplatform/KNIME-AP-5.1.target target definition.

During import the Tycho Eclipse providers must be installed.

New release

  1. Update versions in pom files with mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=<version>-SNAPSHOT command.
  2. Commit and push changes
  3. Create package with mvn package, will create update site in p2/target/repository
  4. Append new release to 3D-e-Chem update site
    1. Make clone of https://github.com/3D-e-Chem/3D-e-Chem.github.io repo
    2. Append release to 3D-e-Chem update site with mvn install -Dtarget.update.site=<3D-e-Chem repo/updates>
  5. Commit and push changes in this repo and 3D-e-Chem.github.io repo
  6. Make nodes available to 3D-e-Chem KNIME feature by following steps at https://github.com/3D-e-Chem/knime-node-collection#new-release
  7. Create a GitHub release
  8. Update DOI in CITATION.cff

Create KLIFS client

  1. Generate client

```
wget https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/7.1.0/openapi-generator-cli-7.1.0.jar -O openapi-generator-cli.jar java -jar openapi-generator-cli.jar generate -i https://klifs.net/swagger/swagger.json -o net.klifs.client -g java

in knime-klifs/net.klifs.client/pom.xml change version of build-helper-maven-plugin to 3.4.0

mvn package ```

  1. Compile client cd net.klifs.client mvn package

  2. Make client jar and it's dependencies available in plugin cp -r target/lib/* target/*jar ../nl.vu_compmedchem.klifs/lib/

  3. Update plugin/META-INF/MANIFEST.MF, plugin/build.properties files to reflect contents of lib/

References

  • Kooistra, A. J.; Kanev, G. K.; van Linden, O. P.; Leurs, R.; de Esch, I. J.; de Graaf, C. Klifs: A Structural Kinase-Ligand Interaction Database. Nucleic Acids Res. 2016, 44, D365-371. 10.1093/nar/gkv1082
  • van Linden, O. P.; Kooistra, A. J.; Leurs, R.; de Esch, I. J.; de Graaf, C. Klifs: A Knowledge-Based Structural Database to Navigate Kinase–Ligand Interaction Space. J. Med. Chem. 2013, 57, 249-277. 10.1021/jm400378w

Owner

  • Name: 3D-e-Chem NLeSC project
  • Login: 3D-e-Chem
  • Kind: organization
  • Location: Amsterdam, The Netherlands

Software repositories for 3D-e-Chem project of Netherlands eScience Center

Citation (CITATION.cff)

# YAML 1.2
# Metadata for citation of this software according to the CFF format (https://citation-file-format.github.io/)
cff-version: 1.0.3
message: If you use this software, please cite it as below.
title: KLIFS KNIME nodes
doi: 10.5281/zenodo.215524
authors:
- given-names: Albert
  family-names: Kooistra
  name-particle: J.
version: 1.0.16
date-released: 2016-12-21
repository-code: https://github.com/3D-e-Chem/knime-klifs
license: Apache-2.0

GitHub Events

Total
Last Year