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/08/21 13:00:01 UTC

[44/50] [abbrv] incubator-taverna-common-activities git commit: Update Readme.md

Update Readme.md

Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/commit/bf952bd1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/tree/bf952bd1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/diff/bf952bd1

Branch: refs/heads/cwl-browse
Commit: bf952bd1d2a53cb57fce50ef77159c1445f9bd27
Parents: 52f3844
Author: M.G.T.R Manamgoda <ma...@gmail.com>
Authored: Wed Aug 10 22:51:38 2016 +0530
Committer: GitHub <no...@github.com>
Committed: Wed Aug 10 22:51:38 2016 +0530

----------------------------------------------------------------------
 taverna-cwl-activity/Readme.md | 20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/bf952bd1/taverna-cwl-activity/Readme.md
----------------------------------------------------------------------
diff --git a/taverna-cwl-activity/Readme.md b/taverna-cwl-activity/Readme.md
index d1b93f4..1365780 100644
--- a/taverna-cwl-activity/Readme.md
+++ b/taverna-cwl-activity/Readme.md
@@ -1,4 +1,20 @@
-This is testing for see whethere my git configurations are correct or not and emacs are removed sucessfully.
 
+<snippet>
+  <content>
+# Taverna-CWL-Activity Plugin
+The basic funcionalty of this module is to hold the configuration info of the CWL tool. [Common Workflow Language(CWL)](http://www.commonwl.org/). 
 
- Now i am going through the Taverna tutorials and Cwl documents.Also preparing GSOC related documents.
+##Implementaion Approach
+This module contains main two classes. 
+
+### CWL Dummy Activity
+This class represents a Dummy Activity which holds the CWL configuration.
+
+### CWL Activity Factory
+Inside this class, depths of the inputs/outputs are processed from the configuration.
+
+
+  </content>
+
+
+</snippet>