From c1762f3830034944578b0f27d92d08c75cadad67 Mon Sep 17 00:00:00 2001 From: Philipp Spohr <spohr.philipp@web.de> Date: Mon, 22 Jan 2018 09:54:57 +0100 Subject: [PATCH] Version bump to Cy 3.6 Changed multigraph warning --- pom.xml | 2 +- src/main/resources/YoshikoStrings.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 42698a1..6298c17 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <properties> <bundle.symbolicName>de.hhu.ba.yoshikoWrapper</bundle.symbolicName> <bundle.namespace>de.hhu.ba.yoshikoWrapper</bundle.namespace> - <cytoscape.api.version>3.5.0</cytoscape.api.version> + <cytoscape.api.version>3.6.0</cytoscape.api.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven-bundle-plugin.version>2.3.4</maven-bundle-plugin.version> <osgi.api.version>4.2.0</osgi.api.version> diff --git a/src/main/resources/YoshikoStrings.properties b/src/main/resources/YoshikoStrings.properties index ce6dff5..c123781 100644 --- a/src/main/resources/YoshikoStrings.properties +++ b/src/main/resources/YoshikoStrings.properties @@ -61,7 +61,7 @@ libraryPanel = Library metaGraph = Meta Graph metaGraph_edges = Fetching edges and calculating edge strengths multFactor = Multiplicative Factor for SNR: -multiGraphWarning = This graph is a multigraph. This algorithms behavior on multigraphs is not yet researched. +multiGraphWarning = This graph is a multigraph. Running Yoshiko on the corresponding simple graph... networkParsingException: An error occured while parsing the network: noFeasible = No feasible solution found! -- GitLab