From e41c8a33673681c4363106fc0e56638b2e6ba5db Mon Sep 17 00:00:00 2001 From: Lilian Gasser <gasserli@ethz.ch> Date: Thu, 28 Feb 2019 11:35:58 +0100 Subject: [PATCH] renku run --isolation --output data/AB/1920/05_annotatedxml.tar.gz python src/python/run_extract_discussions.py data/politicians/yearly_pickles/1920_MPs.pickle data/AB/1920/04_correctedxml.tar.gz data/AB/1920/03_correctedmeta.tar.gz data/lists/not_names.txt data/lists/dict_overlaps.pickle data/AB/1920/05_annotatedxml.tar.gz --- ...60b2e5f79104581956f09f53220542c_python.cwl | 91 +++++++++++++++++++ data/AB/1920/05_annotatedxml.tar.gz | 3 + 2 files changed, 94 insertions(+) create mode 100644 .renku/workflow/760b2e5f79104581956f09f53220542c_python.cwl create mode 100644 data/AB/1920/05_annotatedxml.tar.gz diff --git a/.renku/workflow/760b2e5f79104581956f09f53220542c_python.cwl b/.renku/workflow/760b2e5f79104581956f09f53220542c_python.cwl new file mode 100644 index 00000000..2a22dc68 --- /dev/null +++ b/.renku/workflow/760b2e5f79104581956f09f53220542c_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/1920_MPs.pickle + inputBinding: + position: 2 + separate: true + shellQuote: true + streamable: false + type: File + input_3: + default: + class: File + path: ../../data/AB/1920/04_correctedxml.tar.gz + inputBinding: + position: 3 + separate: true + shellQuote: true + streamable: false + type: File + input_4: + default: + class: File + path: ../../data/AB/1920/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/1920/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/1920 + writable: true +successCodes: [] +temporaryFailCodes: [] diff --git a/data/AB/1920/05_annotatedxml.tar.gz b/data/AB/1920/05_annotatedxml.tar.gz new file mode 100644 index 00000000..8f4e7506 --- /dev/null +++ b/data/AB/1920/05_annotatedxml.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:828c71b6820bbbf81fd01a3ba1c3b1bc22e5f43e4bb750f00e229e44d4a30d06 +size 10497555 -- GitLab