From 65dedb874fc149cb4c2a3bccf8efce50a7449954 Mon Sep 17 00:00:00 2001 From: Lilian Gasser <gasserli@ethz.ch> Date: Thu, 28 Feb 2019 15:03:00 +0100 Subject: [PATCH] renku run --isolation --output data/AB/1952/05_annotatedxml.tar.gz python src/python/run_extract_discussions.py data/politicians/yearly_pickles/1952_MPs.pickle data/AB/1952/04_correctedxml.tar.gz data/AB/1952/03_correctedmeta.tar.gz data/lists/not_names.txt data/lists/dict_overlaps.pickle data/AB/1952/05_annotatedxml.tar.gz --- .gitattributes | 1 + ...3ad9e69925e426c827e4579d9fb241f_python.cwl | 91 +++++++++++++++++++ data/AB/1952/05_annotatedxml.tar.gz | 3 + 3 files changed, 95 insertions(+) create mode 100644 .renku/workflow/c3ad9e69925e426c827e4579d9fb241f_python.cwl create mode 100644 data/AB/1952/05_annotatedxml.tar.gz diff --git a/.gitattributes b/.gitattributes index cb38f32f..abeab6b0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -425,3 +425,4 @@ data/AB/1948/06_collectedinformation.pickle filter=lfs diff=lfs merge=lfs -text data/AB/1949/06_collectedinformation.pickle filter=lfs diff=lfs merge=lfs -text data/AB/1950/06_collectedinformation.pickle filter=lfs diff=lfs merge=lfs -text data/AB/1951/05_annotatedxml.tar.gz filter=lfs diff=lfs merge=lfs -text +data/AB/1952/05_annotatedxml.tar.gz filter=lfs diff=lfs merge=lfs -text diff --git a/.renku/workflow/c3ad9e69925e426c827e4579d9fb241f_python.cwl b/.renku/workflow/c3ad9e69925e426c827e4579d9fb241f_python.cwl new file mode 100644 index 00000000..a2ec361a --- /dev/null +++ b/.renku/workflow/c3ad9e69925e426c827e4579d9fb241f_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/1952_MPs.pickle + inputBinding: + position: 2 + separate: true + shellQuote: true + streamable: false + type: File + input_3: + default: + class: File + path: ../../data/AB/1952/04_correctedxml.tar.gz + inputBinding: + position: 3 + separate: true + shellQuote: true + streamable: false + type: File + input_4: + default: + class: File + path: ../../data/AB/1952/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/1952/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/1952 + writable: true +successCodes: [] +temporaryFailCodes: [] diff --git a/data/AB/1952/05_annotatedxml.tar.gz b/data/AB/1952/05_annotatedxml.tar.gz new file mode 100644 index 00000000..d2bb1200 --- /dev/null +++ b/data/AB/1952/05_annotatedxml.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f4f8f41001498e8aa64d58a0939894612d39cff3729a43a3f22373cbb7c397e +size 6636701 -- GitLab