convert finished 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/69db4e52 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/69db4e52 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/69db4e52
Branch: refs/heads/master Commit: 69db4e527166625dcb095a73dc276fef0e03aea8 Parents: a0af88c Author: Menaka Madushanka <[email protected]> Authored: Sat Jul 25 21:55:49 2015 +0530 Committer: Menaka Madushanka <[email protected]> Committed: Sat Jul 25 21:56:12 2015 +0530 ---------------------------------------------------------------------- taverna-language-commandline/README.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/69db4e52/taverna-language-commandline/README.md ---------------------------------------------------------------------- diff --git a/taverna-language-commandline/README.md b/taverna-language-commandline/README.md index 2f58706..91384da 100644 --- a/taverna-language-commandline/README.md +++ b/taverna-language-commandline/README.md @@ -114,7 +114,9 @@ The tool has following major commands. * validate * stats -##### Convert +## Commands in detail + +### Convert Usage: @@ -179,10 +181,22 @@ Usage: ###### Example 4: Without options and arguments - $tavlang convert -r --json -i /home/user/workflows_to_convert + $tavlang convert -r --json -i /home/workflows Convert all the workflows in the input directory into the specified format and store them in /home/user/workflows_to_convert/converted directory. +Output: Suppose that there are 2 workflow files in the dir 1.t2flow and 2.t2flow + + /home/workflows/converted/1.json is created + /home/workflows/converted/2.json is created + ###### Example 5: with output dir is specified - \ No newline at end of file + $tavlang convert -r --iwir -i /home/workflows -o /home/final + +Convert all the workflows in the input directory and store them in /home/final directory + +Output: + + /home/final/1.iwir is created + /home/final/2.iwir is created \ No newline at end of file
