Repository: incubator-taverna-commandline Updated Branches: refs/heads/master 4e96d1799 -> 6b1825d44
README: About Command-line Tool Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/commit/6b1825d4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/tree/6b1825d4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/diff/6b1825d4 Branch: refs/heads/master Commit: 6b1825d44cff724641078c649189e25ef0687161 Parents: 4e96d17 Author: Stian Soiland-Reyes <[email protected]> Authored: Tue May 31 15:04:12 2016 +0100 Committer: Stian Soiland-Reyes <[email protected]> Committed: Tue May 31 15:04:12 2016 +0100 ---------------------------------------------------------------------- README.md | 32 ++++++++++++++++++++++++++------ 1 file changed, 26 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/6b1825d4/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 1a6a8ec..e7bd6d9 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,32 @@ # Apache Taverna Command-line Tool -Launcher for running -[Apache Taverna](http://taverna.incubator.apache.org/) workflows. - -Note that, except for command line parsing, this module relies on other -[Apache Taverna modules](http://taverna.incubator.apache.org/code) for -the actual workflow execution. +Apache Taverna Command-line Tool provides a shell command +for executing +[Apache Taverna](https://taverna.incubator.apache.org/) workflows, +defined using either the [Taverna Language](https://taverna.incubator.apache.org/download/language/) +API in the +[SCUFL2](https://taverna.incubator.apache.org/documentation/scufl2/) +`.wfbundle` format, or in the `.t2flow` format from +[Taverna Workbench 2.5](https://taverna.incubator.apache.org/download/workbench/). + +Workflow inputs can be provided as parameters or files, +while outputs can be saved either to a folder or a +[Research Object bundle](https://w3id.org/bundle) +including detailed provenance, which can be inspected +using Taverna Language's +[DataBundle](https://taverna.incubator.apache.org/javadoc/taverna-language/org/apache/taverna/databundle/DataBundles.html) +support. + +In addition to the +[Taverna Common Activities](https://taverna.incubator.apache.org/download/common-activities/), +the Command-line supports plugins using +[Taverna OSGi services](https://taverna.incubator.apache.org/download/osgi/). + + +Note that, except for command line handling, this +module relies on other +[Apache Taverna components](https://taverna.incubator.apache.org/code) for the actual workflow execution. ## License
