You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2016/02/10 13:47:34 UTC

[50/50] [abbrv] incubator-taverna-language git commit: Remove the wfdesc tool - superseeded by tavlang

Remove the wfdesc tool - superseeded by tavlang


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/commit/1ea771b2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/1ea771b2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/1ea771b2

Branch: refs/heads/wfdesc-jena
Commit: 1ea771b27d0bb3ae3e618a890fe478f6734efad4
Parents: c512f48
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Feb 10 12:45:57 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Feb 10 12:46:20 2016 +0000

----------------------------------------------------------------------
 taverna-scufl2-wfdesc/README.md | 39 +++++-------------------------------
 1 file changed, 5 insertions(+), 34 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/1ea771b2/taverna-scufl2-wfdesc/README.md
----------------------------------------------------------------------
diff --git a/taverna-scufl2-wfdesc/README.md b/taverna-scufl2-wfdesc/README.md
index 357f661..39d639d 100644
--- a/taverna-scufl2-wfdesc/README.md
+++ b/taverna-scufl2-wfdesc/README.md
@@ -6,45 +6,16 @@ provides the export capability to wfdesc ontology from the
 [Wf4Ever](http://www.wf4ever-project.org/) [2] RO
 [wfdesc ontology](https://w3id.org/ro#wfdesc).
 
-This is exposed as a command line tool `scufl2-to-wfdesc`, but can also be
-accessed programmatically as a plugin for the
-[Scufl2 API](../taverna-scufl2-api).
+You can use the [tavlang convert](../taverna-tavlang-tool/) command line tool for converting Taverna
+workflows to wfdesc.
 
 
-Building
---------
+## Example
 
-    mvn clean install
-
-
-
-Command line tool
------------------
-
-After building, the folder `target/scufl2-wfdesc` contains a
-distribution of the command line tool `scufl2-to-wfdesc`, with launchers
-generated for Unix and Windows.  You may copy and distribute this folder for a standalone usage of the
-conversion tool.
-
-Alternatively, you can use the `target/scufl2-wfdesc-0.3.0-SNAPSHOT-standalone.jar` directly with
-`java -jar` - this JAR embeds all required libraries and hence can
-be copied anywhere on your file system. This JAR is however not recommended for programmatic
-use as it embeds third party libraries.
-
-The command line tool takes a list of Taverna workflow filenames (supported file
-types are `*.t2flow` and `*.wfbundle`). If no filenames are given, the tool
-will read a workflow definition from STDIN and write wfdesc to STDOUT.
-The argument `-h`  or `--help` should give a minimal help.
-
-
-
-Example:
-
-    : stain@ralph ~/src/wf4ever/scufl2-wfdesc; target/scufl2-wfdesc/bin/scufl2-to-wfdesc src/test/resources/helloworld.t2flow
-    Converted src/test/resources/helloworld.t2flow to src/test/resources/helloworld.wfdesc.ttl
 
 The output is a [RDF Turtle](http://www.w3.org/TR/turtle/) document containing statements about the workflow structure
-according to the [RO ontology wfdesc](https://w3id.org/ro#wfdesc) ontology.
+according to the [RO ontology wfdesc](https://w3id.org/ro#wfdesc) ontology, with additional service
+descriptions using the [wf4ever ontology](https://w3id.org/ro#wf4ever) where supported.
 
     : stain@ralph ~/src/wf4ever/scufl2-wfdesc; cat src/test/resources/helloworld.wfdesc.ttl