Skip to content

Commit

Permalink
Version 1.1.2 - fixes #11 and closes #6
Browse files Browse the repository at this point in the history
  • Loading branch information
AJK-dev committed Jan 20, 2017
1 parent 73cee38 commit a49cec7
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 15 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ The file is formatted as described on http://keepachangelog.com/.

## [Unreleased]

## [1.1.2] - 2017-01-20

### Changed

- Adjust SyGMa homepage URL (#6)
- Renamed `Metabolite Predictor` node to `SyGMa Metabolites` (#11)

## [1.1.1] - 2017-01-20

### Changed

- Update site was one version ahead - skip to 1.1.2

## [1.1.0] - 2016-09-01

### Changed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SyGMa KNIME nodes

The [SyGMa](https://github.com/ridderl/sygma) [KNIME](https://www.knime.org) nodes for the **Sy**stematic **G**eneration of potential **M**et**a**bolites.
The [SyGMa](https://github.com/3D-e-Chem/sygma) [KNIME](https://www.knime.org) nodes for the **Sy**stematic **G**eneration of potential **M**et**a**bolites.

[![Build Status](https://travis-ci.org/3D-e-Chem/knime-sygma.svg?branch=master)](https://travis-ci.org/3D-e-Chem/knime-sygma)

Expand All @@ -9,7 +9,7 @@ The [SyGMa](https://github.com/ridderl/sygma) [KNIME](https://www.knime.org) nod
Requirements:

* KNIME, https://www.knime.org, version 3.1 or higher
* SyGMa Python library, https://github.com/ridderl/sygma
* SyGMa Python library, https://github.com/3D-e-Chem/sygma

Steps to get the SyGMa KNIME nodes inside KNIME:

Expand Down
2 changes: 1 addition & 1 deletion feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="nl.esciencecenter.e3dchem.sygma.feature"
label="Sygma KNIME nodes"
version="1.1.0"
version="1.1.2"
provider-name="Netherlands eScience Center">

<description url="https://github.com/3D-e-Chem/knime-sygma">
Expand Down
2 changes: 1 addition & 1 deletion feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>nl.esciencecenter.e3dchem.sygma</groupId>
<artifactId>nl.esciencecenter.e3dchem.sygma</artifactId>
<version>1.1.0</version>
<version>1.1.2</version>
</parent>

<artifactId>nl.esciencecenter.e3dchem.sygma.feature</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions p2/category.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/nl.esciencecenter.e3dchem.sygma.feature-1.1.0.jar" id="nl.esciencecenter.e3dchem.sygma.feature" version="1.1.0">
<feature url="features/nl.esciencecenter.e3dchem.sygma.feature-1.1.2.jar" id="nl.esciencecenter.e3dchem.sygma.feature" version="1.1.2">
<category name="nl.esciencecenter.e3dchem.sygma"/>
</feature>
<feature url="features/nl.esciencecenter.e3dchem.sygma.feature.source_1.1.0.jar" id="nl.esciencecenter.e3dchem.sygma.feature.source" version="1.1.0">
<feature url="features/nl.esciencecenter.e3dchem.sygma.feature.source_1.1.2.jar" id="nl.esciencecenter.e3dchem.sygma.feature.source" version="1.1.2">
<category name="nl.esciencecenter.e3dchem.sygma.sources"/>
</feature>
<category-def name="nl.esciencecenter.e3dchem.sygma" label="Sygma KNIME nodes">
Expand Down
2 changes: 1 addition & 1 deletion p2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>nl.esciencecenter.e3dchem.sygma</artifactId>
<groupId>nl.esciencecenter.e3dchem.sygma</groupId>
<version>1.1.0</version>
<version>1.1.2</version>
</parent>
<artifactId>nl.esciencecenter.e3dchem.sygma.p2</artifactId>
<packaging>eclipse-repository</packaging>
Expand Down
2 changes: 1 addition & 1 deletion plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Sygma KNIME nodes
Bundle-SymbolicName: nl.esciencecenter.e3dchem.sygma.plugin;singleton:=true
Bundle-Version: 1.1.0
Bundle-Version: 1.1.2
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Activator: nl.esciencecenter.e3dchem.sygma.Activator
Bundle-Vendor: Netherlands eScience Center
Expand Down
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>nl.esciencecenter.e3dchem.sygma</groupId>
<artifactId>nl.esciencecenter.e3dchem.sygma</artifactId>
<version>1.1.0</version>
<version>1.1.2</version>
</parent>
<artifactId>nl.esciencecenter.e3dchem.sygma.plugin</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<knimeNode icon="./default.png" type="Predictor" xmlns="http://knime.org/node/v2.8" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://knime.org/node/v2.10 http://knime.org/node/v2.10.xsd">
<name>Metabolite Predictor</name>
<name>SyGMa Metabolites</name>

<shortDescription>
Predict metabolites from parent molecules using Sygma (<a href="https://github.com/ridderl/sygma">https://github.com/ridderl/sygma</a>).
Predict metabolites from parent molecules using Sygma (<a href="https://github.com/3D-e-Chem/sygma">https://github.com/3D-e-Chem/sygma</a>).
</shortDescription>

<fullDescription>
<intro>Predict metabolites from parent molecules using Sygma (<a href="https://github.com/ridderl/sygma">https://github.com/ridderl/sygma</a>).</intro>
<intro>Predict metabolites from parent molecules using Sygma (<a href="https://github.com/3D-e-Chem/sygma">https://github.com/3D-e-Chem/sygma</a>).</intro>

<option name="Parents molecule column">Column containing molecules which will be metabolized.</option>
<option name="Phase 1 cycles">Number of times phase 1 rules should be applied</option>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>nl.esciencecenter.e3dchem.sygma</groupId>
<artifactId>nl.esciencecenter.e3dchem.sygma</artifactId>
<version>1.1.0</version>
<version>1.1.2</version>
<packaging>pom</packaging>

<scm>
Expand Down
2 changes: 1 addition & 1 deletion tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests
Bundle-SymbolicName: nl.esciencecenter.e3dchem.sygma.tests
Bundle-Version: 1.1.0
Bundle-Version: 1.1.2
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.junit;bundle-version="4.12.0",
org.knime.core;bundle-version="[3.1.0,4.0.0)",
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>nl.esciencecenter.e3dchem.sygma</groupId>
<artifactId>nl.esciencecenter.e3dchem.sygma</artifactId>
<version>1.1.0</version>
<version>1.1.2</version>
</parent>

<artifactId>nl.esciencecenter.e3dchem.sygma.tests</artifactId>
Expand Down

0 comments on commit a49cec7

Please sign in to comment.