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

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

diff --git a/.renku/workflow/4c75364752964b7d9028c2fdbed7ef6b_python.cwl b/.renku/workflow/4c75364752964b7d9028c2fdbed7ef6b_python.cwl
new file mode 100644
index 00000000..e7aa1a96
--- /dev/null
+++ b/.renku/workflow/4c75364752964b7d9028c2fdbed7ef6b_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/1925/02_extractedxml.tar.gz
+    inputBinding:
+      position: 2
+      separate: true
+      shellQuote: true
+    streamable: false
+    type: File
+  input_3:
+    default: data/AB/1925/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/1925
+    writable: true
+successCodes: []
+temporaryFailCodes: []
diff --git a/data/AB/1925/04_correctedxml.tar.gz b/data/AB/1925/04_correctedxml.tar.gz
index 5936d8c1..9b859cd5 100644
--- a/data/AB/1925/04_correctedxml.tar.gz
+++ b/data/AB/1925/04_correctedxml.tar.gz
@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:c4c9e611f0b120ef44af481dec2fd4184056e520b3295628f0d5315aac5698ee
-size 8850710
+oid sha256:31bad2988664235b136007a0b975206bcd713483744b6e57e7f362e03a3eaaa5
+size 8843224
-- 
GitLab