From bd2007b208a713d1292c520d7b7905aeb7ad4862 Mon Sep 17 00:00:00 2001
From: Luis Salamanca <luis.salamanca@sdsc.ethz.ch>
Date: Sat, 8 Dec 2018 21:21:48 +0000
Subject: [PATCH] renku run python src/python/run_correctxml.py
 data/AB//1928/02_extractedxml.tar.gz data/AB//1928/04_correctedxml.tar.gz

---
 ...b5c2339871b44c595e63b808b13d1fe_python.cwl | 51 +++++++++++++++++++
 data/AB/1928/04_correctedxml.tar.gz           |  4 +-
 2 files changed, 53 insertions(+), 2 deletions(-)
 create mode 100644 .renku/workflow/6b5c2339871b44c595e63b808b13d1fe_python.cwl

diff --git a/.renku/workflow/6b5c2339871b44c595e63b808b13d1fe_python.cwl b/.renku/workflow/6b5c2339871b44c595e63b808b13d1fe_python.cwl
new file mode 100644
index 00000000..0edd3a2d
--- /dev/null
+++ b/.renku/workflow/6b5c2339871b44c595e63b808b13d1fe_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_correctxml.py
+    inputBinding:
+      position: 1
+      separate: true
+      shellQuote: true
+    streamable: false
+    type: File
+  input_2:
+    default:
+      class: File
+      path: ../../data/AB/1928/02_extractedxml.tar.gz
+    inputBinding:
+      position: 2
+      separate: true
+      shellQuote: true
+    streamable: false
+    type: File
+  input_3:
+    default: data/AB/1928/04_correctedxml.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/1928
+    writable: true
+successCodes: []
+temporaryFailCodes: []
diff --git a/data/AB/1928/04_correctedxml.tar.gz b/data/AB/1928/04_correctedxml.tar.gz
index f6cc5f28..99a99242 100644
--- a/data/AB/1928/04_correctedxml.tar.gz
+++ b/data/AB/1928/04_correctedxml.tar.gz
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:5594b2d098787a038d2a01def17fffb565222eda1e53b9c35c312d691cc19756
-size 9131586
+oid sha256:990a2ba2abf181011c1a4a068c5555c53ccdcce9e4f45884edaecb359b08dfa8
+size 9124267
-- 
GitLab