From b89770eed3bcce100ecbc46fd70ca1b78794adce Mon Sep 17 00:00:00 2001
From: Luis Salamanca <luis.salamanca@sdsc.ethz.ch>
Date: Thu, 29 Nov 2018 16:11:28 +0000
Subject: [PATCH] renku run python src/python/run_correct_meta.py
 data/AB//1892/01_rawmeta.tar.gz data/AB//1892/03_correctedmeta.tar.gz

---
 .gitattributes                                |  1 +
 ...9429aa9ea7e46f5a83a116cc81de378_python.cwl | 51 +++++++++++++++++++
 data/AB/1892/03_correctedmeta.tar.gz          |  3 ++
 3 files changed, 55 insertions(+)
 create mode 100644 .renku/workflow/19429aa9ea7e46f5a83a116cc81de378_python.cwl
 create mode 100644 data/AB/1892/03_correctedmeta.tar.gz

diff --git a/.gitattributes b/.gitattributes
index ae2e542c..e439d5a7 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,3 @@
 data/AB/*/*tar.gz filter=lfs diff=lfs merge=lfs -text
 data/AB/1891/03_correctedmeta.tar.gz filter=lfs diff=lfs merge=lfs -text
+data/AB/1892/03_correctedmeta.tar.gz filter=lfs diff=lfs merge=lfs -text
diff --git a/.renku/workflow/19429aa9ea7e46f5a83a116cc81de378_python.cwl b/.renku/workflow/19429aa9ea7e46f5a83a116cc81de378_python.cwl
new file mode 100644
index 00000000..8317f77b
--- /dev/null
+++ b/.renku/workflow/19429aa9ea7e46f5a83a116cc81de378_python.cwl
@@ -0,0 +1,51 @@
+arguments: []
+baseCommand:
+- python
+class: CommandLineTool
+cwlVersion: v1.0
+hints: []
+inputs:
+  input_1:
+    default:
+      class: File
+      path: ../../src/python/run_correct_meta.py
+    inputBinding:
+      position: 1
+      separate: true
+      shellQuote: true
+    streamable: false
+    type: File
+  input_2:
+    default:
+      class: File
+      path: ../../data/AB/1892/01_rawmeta.tar.gz
+    inputBinding:
+      position: 2
+      separate: true
+      shellQuote: true
+    streamable: false
+    type: File
+  input_3:
+    default: data/AB/1892/03_correctedmeta.tar.gz
+    inputBinding:
+      position: 3
+      separate: true
+      shellQuote: true
+    streamable: false
+    type: string
+outputs:
+  output_0:
+    outputBinding:
+      glob: $(inputs.input_3)
+    streamable: false
+    type: File
+permanentFailCodes: []
+requirements:
+- class: InlineJavascriptRequirement
+- class: InitialWorkDirRequirement
+  listing:
+  - entry: '$({"listing": [], "class": "Directory"})'
+    entryname: data/AB/1892
+    writable: true
+successCodes: []
+temporaryFailCodes: []
diff --git a/data/AB/1892/03_correctedmeta.tar.gz b/data/AB/1892/03_correctedmeta.tar.gz
new file mode 100644
index 00000000..d819400c
--- /dev/null
+++ b/data/AB/1892/03_correctedmeta.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6e10a4d84014547a369a9d363b052bc04d5a2ab0d57ad1b805fd2271e38ed118
+size 61440
-- 
GitLab