From 1543f9b3988a1d19e6b6eea3dd010764d70024da Mon Sep 17 00:00:00 2001 From: Luis Salamanca <luis.salamanca@sdsc.ethz.ch> Date: Sun, 9 Dec 2018 01:40:11 +0000 Subject: [PATCH] renku run python src/python/run_correctxml.py data/AB//1930/02_extractedxml.tar.gz data/AB//1930/04_correctedxml.tar.gz --- ...15e1b40361e4be7aebd8988b1618752_python.cwl | 51 +++++++++++++++++++ data/AB/1930/04_correctedxml.tar.gz | 4 +- 2 files changed, 53 insertions(+), 2 deletions(-) create mode 100644 .renku/workflow/915e1b40361e4be7aebd8988b1618752_python.cwl diff --git a/.renku/workflow/915e1b40361e4be7aebd8988b1618752_python.cwl b/.renku/workflow/915e1b40361e4be7aebd8988b1618752_python.cwl new file mode 100644 index 00000000..98169817 --- /dev/null +++ b/.renku/workflow/915e1b40361e4be7aebd8988b1618752_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/1930/02_extractedxml.tar.gz + inputBinding: + position: 2 + separate: true + shellQuote: true + streamable: false + type: File + input_3: + default: data/AB/1930/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/1930 + writable: true +successCodes: [] +temporaryFailCodes: [] diff --git a/data/AB/1930/04_correctedxml.tar.gz b/data/AB/1930/04_correctedxml.tar.gz index 28f2daa9..44b2c372 100644 --- a/data/AB/1930/04_correctedxml.tar.gz +++ b/data/AB/1930/04_correctedxml.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b264e11924304ac9c936286126931b6a8ddcabea96f8db3b0b9172e6674ba13b -size 9933050 +oid sha256:0c4fe9fd740a2e802529542d957baef27bf1e12cf1832b0d24b45b30b8904728 +size 9926011 -- GitLab