From cf1c3f2b8756d49e4c0873c90460235e866f6009 Mon Sep 17 00:00:00 2001 From: Luis Salamanca <luis.salamanca@sdsc.ethz.ch> Date: Fri, 7 Dec 2018 03:22:44 +0000 Subject: [PATCH] renku run python src/python/run_correctxml.py data/AB//1902/02_extractedxml.tar.gz data/AB//1902/04_correctedxml.tar.gz --- ...230c3db40b44f86b9ceaff8c3b13814_python.cwl | 51 +++++++++++++++++++ data/AB/1902/04_correctedxml.tar.gz | 4 +- 2 files changed, 53 insertions(+), 2 deletions(-) create mode 100644 .renku/workflow/4230c3db40b44f86b9ceaff8c3b13814_python.cwl diff --git a/.renku/workflow/4230c3db40b44f86b9ceaff8c3b13814_python.cwl b/.renku/workflow/4230c3db40b44f86b9ceaff8c3b13814_python.cwl new file mode 100644 index 00000000..a2b6aaa9 --- /dev/null +++ b/.renku/workflow/4230c3db40b44f86b9ceaff8c3b13814_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/1902/02_extractedxml.tar.gz + inputBinding: + position: 2 + separate: true + shellQuote: true + streamable: false + type: File + input_3: + default: data/AB/1902/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/1902 + writable: true +successCodes: [] +temporaryFailCodes: [] diff --git a/data/AB/1902/04_correctedxml.tar.gz b/data/AB/1902/04_correctedxml.tar.gz index 3518efbc..d48d3c96 100644 --- a/data/AB/1902/04_correctedxml.tar.gz +++ b/data/AB/1902/04_correctedxml.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b77a1629da44a8f1f72e4f826ceff00ce849563b3908bf7ce729fb6e0b3d4f11 -size 3854382 +oid sha256:f69ca8498a7a29f42fe44a907f8737bb3ef8304b5649e8fc82fc315630a47e3c +size 3850970 -- GitLab