From c6431e5652dff3d1550033ede801183107eb18db Mon Sep 17 00:00:00 2001 From: Lilian Gasser <gasserli@ethz.ch> Date: Thu, 28 Feb 2019 14:27:37 +0100 Subject: [PATCH] renku run --isolation --output data/AB/1943/06_collectedinformation.pickle python src/python/run_collect_information.py data/AB/1943/05_annotatedxml.tar.gz data/AB/1943/03_correctedmeta.tar.gz data/AB/1943/06_collectedinformation.pickle --- .gitattributes | 1 + ...3d2e4e0589d4a10aa93b94e555c6a86_python.cwl | 61 +++++++++++++++++++ data/AB/1943/06_collectedinformation.pickle | 3 + 3 files changed, 65 insertions(+) create mode 100644 .renku/workflow/a3d2e4e0589d4a10aa93b94e555c6a86_python.cwl create mode 100644 data/AB/1943/06_collectedinformation.pickle diff --git a/.gitattributes b/.gitattributes index 84abff90..e555a384 100644 --- a/.gitattributes +++ b/.gitattributes @@ -416,3 +416,4 @@ data/AB/1939/06_collectedinformation.pickle filter=lfs diff=lfs merge=lfs -text data/AB/1940/06_collectedinformation.pickle filter=lfs diff=lfs merge=lfs -text data/AB/1941/06_collectedinformation.pickle filter=lfs diff=lfs merge=lfs -text data/AB/1942/06_collectedinformation.pickle filter=lfs diff=lfs merge=lfs -text +data/AB/1943/06_collectedinformation.pickle filter=lfs diff=lfs merge=lfs -text diff --git a/.renku/workflow/a3d2e4e0589d4a10aa93b94e555c6a86_python.cwl b/.renku/workflow/a3d2e4e0589d4a10aa93b94e555c6a86_python.cwl new file mode 100644 index 00000000..8ceb0d5a --- /dev/null +++ b/.renku/workflow/a3d2e4e0589d4a10aa93b94e555c6a86_python.cwl @@ -0,0 +1,61 @@ +arguments: [] +baseCommand: +- python +class: CommandLineTool +cwlVersion: v1.0 +hints: [] +inputs: + input_1: + default: + class: File + path: ../../src/python/run_collect_information.py + inputBinding: + position: 1 + separate: true + shellQuote: true + streamable: false + type: File + input_2: + default: + class: File + path: ../../data/AB/1943/05_annotatedxml.tar.gz + inputBinding: + position: 2 + separate: true + shellQuote: true + streamable: false + type: File + input_3: + default: + class: File + path: ../../data/AB/1943/03_correctedmeta.tar.gz + inputBinding: + position: 3 + separate: true + shellQuote: true + streamable: false + type: File + input_4: + default: data/AB/1943/06_collectedinformation.pickle + inputBinding: + position: 4 + separate: true + shellQuote: true + streamable: false + type: string +outputs: + output_0: + outputBinding: + glob: $(inputs.input_4) + streamable: false + type: File +permanentFailCodes: [] +requirements: +- class: InlineJavascriptRequirement +- class: InitialWorkDirRequirement + listing: + - entry: '$({"listing": [], "class": "Directory"})' + entryname: data/AB/1943 + writable: true +successCodes: [] +temporaryFailCodes: [] diff --git a/data/AB/1943/06_collectedinformation.pickle b/data/AB/1943/06_collectedinformation.pickle new file mode 100644 index 00000000..228ae3a5 --- /dev/null +++ b/data/AB/1943/06_collectedinformation.pickle @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d80d0681f4b688a2e3d53573e5d1e87276a6b1f50f643277dc0b84762ce75ee +size 4102980 -- GitLab