From 3a847484eb71c9a9399e72fc2b89481b67d0fb96 Mon Sep 17 00:00:00 2001 From: Luis Salamanca <luis.salamanca@sdsc.ethz.ch> Date: Fri, 7 Dec 2018 09:46:32 +0000 Subject: [PATCH] renku run python src/python/run_correctxml.py data/AB//1909/02_extractedxml.tar.gz data/AB//1909/04_correctedxml.tar.gz --- ...d208395b04848ccab443a83deb2d373_python.cwl | 51 +++++++++++++++++++ data/AB/1909/04_correctedxml.tar.gz | 4 +- 2 files changed, 53 insertions(+), 2 deletions(-) create mode 100644 .renku/workflow/dd208395b04848ccab443a83deb2d373_python.cwl diff --git a/.renku/workflow/dd208395b04848ccab443a83deb2d373_python.cwl b/.renku/workflow/dd208395b04848ccab443a83deb2d373_python.cwl new file mode 100644 index 00000000..07ec28cb --- /dev/null +++ b/.renku/workflow/dd208395b04848ccab443a83deb2d373_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/1909/02_extractedxml.tar.gz + inputBinding: + position: 2 + separate: true + shellQuote: true + streamable: false + type: File + input_3: + default: data/AB/1909/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/1909 + writable: true +successCodes: [] +temporaryFailCodes: [] diff --git a/data/AB/1909/04_correctedxml.tar.gz b/data/AB/1909/04_correctedxml.tar.gz index fc53bd02..7787924f 100644 --- a/data/AB/1909/04_correctedxml.tar.gz +++ b/data/AB/1909/04_correctedxml.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:50c56662c9d63f76c7e7f93fb84326e8a6d6631dbe1b09b00b81a78084b89460 -size 6125222 +oid sha256:6c8b6f7578e5ef8af0e9edb3f559ddcf9c84eaa1109fa6c96721c7c2da75d89b +size 6121471 -- GitLab