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 2018/08/06 15:22:52 UTC

[04/13] incubator-taverna-language git commit: Parse workflows and command line tools recursively

Parse workflows and command line tools recursively


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/b56f451d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/b56f451d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/b56f451d

Branch: refs/heads/master
Commit: b56f451d2e5accb6ab602ec1155e17db6e969eaf
Parents: a5251d1
Author: Majdi Haouech <m....@criteo.com>
Authored: Fri Jun 22 12:17:21 2018 +0200
Committer: Majdi Haouech <m....@criteo.com>
Committed: Mon Jul 16 20:15:19 2018 +0200

----------------------------------------------------------------------
 taverna-scufl2-cwl/taverna-scufl2-cwl.iml           |  11 +++++++++++
 taverna-scufl2-cwl/workflow.t2flow.txt              |  10 ++++++++++
 .../workflow.vnd.taverna.scufl2.structure.txt       | Bin 0 -> 2574 bytes
 taverna-scufl2-cwl/workflow.wfbundle                |  10 ++++++++++
 4 files changed, 31 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/b56f451d/taverna-scufl2-cwl/taverna-scufl2-cwl.iml
----------------------------------------------------------------------
diff --git a/taverna-scufl2-cwl/taverna-scufl2-cwl.iml b/taverna-scufl2-cwl/taverna-scufl2-cwl.iml
new file mode 100644
index 0000000..788bb17
--- /dev/null
+++ b/taverna-scufl2-cwl/taverna-scufl2-cwl.iml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="JAVA_MODULE" version="4">
+  <component name="NewModuleRootManager" inherit-compiler-output="true">
+    <exclude-output />
+    <content url="file://$MODULE_DIR$">
+      <sourceFolder url="file://$MODULE_DIR$/src2" isTestSource="false" />
+    </content>
+    <orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" />
+    <orderEntry type="sourceFolder" forTests="false" />
+  </component>
+</module>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/b56f451d/taverna-scufl2-cwl/workflow.t2flow.txt
----------------------------------------------------------------------
diff --git a/taverna-scufl2-cwl/workflow.t2flow.txt b/taverna-scufl2-cwl/workflow.t2flow.txt
new file mode 100644
index 0000000..59ce3fb
--- /dev/null
+++ b/taverna-scufl2-cwl/workflow.t2flow.txt
@@ -0,0 +1,10 @@
+WorkflowBundle 'bundle1'
+  MainWorkflow 'cdba0a80-366b-4f66-8f26-85e882d41eed'
+  Workflow 'cdba0a80-366b-4f66-8f26-85e882d41eed'
+    In 'name'
+    Processor 'step1'
+      In 'text'
+    Links
+      'name' -> 'step1:text'
+  MainProfile 'profile1'
+  Profile 'profile1'

http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/b56f451d/taverna-scufl2-cwl/workflow.vnd.taverna.scufl2.structure.txt
----------------------------------------------------------------------
diff --git a/taverna-scufl2-cwl/workflow.vnd.taverna.scufl2.structure.txt b/taverna-scufl2-cwl/workflow.vnd.taverna.scufl2.structure.txt
new file mode 100644
index 0000000..e8b6430
Binary files /dev/null and b/taverna-scufl2-cwl/workflow.vnd.taverna.scufl2.structure.txt differ

http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/b56f451d/taverna-scufl2-cwl/workflow.wfbundle
----------------------------------------------------------------------
diff --git a/taverna-scufl2-cwl/workflow.wfbundle b/taverna-scufl2-cwl/workflow.wfbundle
new file mode 100644
index 0000000..e2c6d40
--- /dev/null
+++ b/taverna-scufl2-cwl/workflow.wfbundle
@@ -0,0 +1,10 @@
+WorkflowBundle 'bundle1'
+  MainWorkflow '6ce2e3b6-39b1-4773-8aee-e74cccb7ca7d'
+  Workflow '6ce2e3b6-39b1-4773-8aee-e74cccb7ca7d'
+    In 'name'
+    Processor 'step1'
+      In 'text'
+    Links
+      'name' -> 'step1:text'
+  MainProfile 'profile1'
+  Profile 'profile1'