From 06e0e95178eb86123c9b8eca5c2bd378455c43d5 Mon Sep 17 00:00:00 2001
From: Lilian Gasser <gasserli@ethz.ch>
Date: Thu, 28 Feb 2019 19:21:43 +0100
Subject: [PATCH] renku run --isolation --output
 data/AB/1976/05_annotatedxml.tar.gz python
 src/python/run_extract_discussions.py
 data/politicians/yearly_pickles/1976_MPs.pickle
 data/AB/1976/04_correctedxml.tar.gz data/AB/1976/03_correctedmeta.tar.gz
 data/lists/not_names.txt data/lists/dict_overlaps.pickle
 data/AB/1976/05_annotatedxml.tar.gz

---
 .gitattributes                                |  1 +
 ...7011a426d6a479881df4e78b9100c58_python.cwl | 91 +++++++++++++++++++
 data/AB/1976/05_annotatedxml.tar.gz           |  3 +
 3 files changed, 95 insertions(+)
 create mode 100644 .renku/workflow/a7011a426d6a479881df4e78b9100c58_python.cwl
 create mode 100644 data/AB/1976/05_annotatedxml.tar.gz

diff --git a/.gitattributes b/.gitattributes
index 05b7b420..23cb04c7 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -469,3 +469,4 @@ data/AB/1972/05_annotatedxml.tar.gz filter=lfs diff=lfs merge=lfs -text
 data/AB/1973/05_annotatedxml.tar.gz filter=lfs diff=lfs merge=lfs -text
 data/AB/1974/05_annotatedxml.tar.gz filter=lfs diff=lfs merge=lfs -text
 data/AB/1975/05_annotatedxml.tar.gz filter=lfs diff=lfs merge=lfs -text
+data/AB/1976/05_annotatedxml.tar.gz filter=lfs diff=lfs merge=lfs -text
diff --git a/.renku/workflow/a7011a426d6a479881df4e78b9100c58_python.cwl b/.renku/workflow/a7011a426d6a479881df4e78b9100c58_python.cwl
new file mode 100644
index 00000000..7d8e31c7
--- /dev/null
+++ b/.renku/workflow/a7011a426d6a479881df4e78b9100c58_python.cwl
@@ -0,0 +1,91 @@
+arguments: []
+baseCommand:
+- python
+class: CommandLineTool
+cwlVersion: v1.0
+hints: []
+inputs:
+  input_1:
+    default:
+      class: File
+      path: ../../src/python/run_extract_discussions.py
+    inputBinding:
+      position: 1
+      separate: true
+      shellQuote: true
+    streamable: false
+    type: File
+  input_2:
+    default:
+      class: File
+      path: ../../data/politicians/yearly_pickles/1976_MPs.pickle
+    inputBinding:
+      position: 2
+      separate: true
+      shellQuote: true
+    streamable: false
+    type: File
+  input_3:
+    default:
+      class: File
+      path: ../../data/AB/1976/04_correctedxml.tar.gz
+    inputBinding:
+      position: 3
+      separate: true
+      shellQuote: true
+    streamable: false
+    type: File
+  input_4:
+    default:
+      class: File
+      path: ../../data/AB/1976/03_correctedmeta.tar.gz
+    inputBinding:
+      position: 4
+      separate: true
+      shellQuote: true
+    streamable: false
+    type: File
+  input_5:
+    default:
+      class: File
+      path: ../../data/lists/not_names.txt
+    inputBinding:
+      position: 5
+      separate: true
+      shellQuote: true
+    streamable: false
+    type: File
+  input_6:
+    default:
+      class: File
+      path: ../../data/lists/dict_overlaps.pickle
+    inputBinding:
+      position: 6
+      separate: true
+      shellQuote: true
+    streamable: false
+    type: File
+  input_7:
+    default: data/AB/1976/05_annotatedxml.tar.gz
+    inputBinding:
+      position: 7
+      separate: true
+      shellQuote: true
+    streamable: false
+    type: string
+outputs:
+  output_0:
+    outputBinding:
+      glob: $(inputs.input_7)
+    streamable: false
+    type: File
+permanentFailCodes: []
+requirements:
+- class: InlineJavascriptRequirement
+- class: InitialWorkDirRequirement
+  listing:
+  - entry: '$({"listing": [], "class": "Directory"})'
+    entryname: data/AB/1976
+    writable: true
+successCodes: []
+temporaryFailCodes: []
diff --git a/data/AB/1976/05_annotatedxml.tar.gz b/data/AB/1976/05_annotatedxml.tar.gz
new file mode 100644
index 00000000..b5c18dc8
--- /dev/null
+++ b/data/AB/1976/05_annotatedxml.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:07171a5d911145483403c2236e1c034fbc101b986029e1a600d58f9279709d31
+size 23581163
-- 
GitLab