From 19811db440b30dc7e7d7a9d3865b806ec960ff00 Mon Sep 17 00:00:00 2001 From: Lilian Gasser <gasserli@ethz.ch> Date: Thu, 28 Feb 2019 11:00:17 +0100 Subject: [PATCH] renku run --isolation --output data/AB/1913/06_collectedinformation.pickle python src/python/run_collect_information.py data/AB/1913/05_annotatedxml.tar.gz data/AB/1913/03_correctedmeta.tar.gz data/AB/1913/06_collectedinformation.pickle --- .gitattributes | 1 + ...689861f32a044aaab9b03af9b328b18_python.cwl | 61 +++++++++++++++++++ data/AB/1913/06_collectedinformation.pickle | 3 + 3 files changed, 65 insertions(+) create mode 100644 .renku/workflow/2689861f32a044aaab9b03af9b328b18_python.cwl create mode 100644 data/AB/1913/06_collectedinformation.pickle diff --git a/.gitattributes b/.gitattributes index 00e99876..7f215f2a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -386,3 +386,4 @@ data/AB/1909/06_collectedinformation.pickle filter=lfs diff=lfs merge=lfs -text data/AB/1910/06_collectedinformation.pickle filter=lfs diff=lfs merge=lfs -text data/AB/1911/06_collectedinformation.pickle filter=lfs diff=lfs merge=lfs -text data/AB/1912/06_collectedinformation.pickle filter=lfs diff=lfs merge=lfs -text +data/AB/1913/06_collectedinformation.pickle filter=lfs diff=lfs merge=lfs -text diff --git a/.renku/workflow/2689861f32a044aaab9b03af9b328b18_python.cwl b/.renku/workflow/2689861f32a044aaab9b03af9b328b18_python.cwl new file mode 100644 index 00000000..ec598aa4 --- /dev/null +++ b/.renku/workflow/2689861f32a044aaab9b03af9b328b18_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/1913/05_annotatedxml.tar.gz + inputBinding: + position: 2 + separate: true + shellQuote: true + streamable: false + type: File + input_3: + default: + class: File + path: ../../data/AB/1913/03_correctedmeta.tar.gz + inputBinding: + position: 3 + separate: true + shellQuote: true + streamable: false + type: File + input_4: + default: data/AB/1913/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/1913 + writable: true +successCodes: [] +temporaryFailCodes: [] diff --git a/data/AB/1913/06_collectedinformation.pickle b/data/AB/1913/06_collectedinformation.pickle new file mode 100644 index 00000000..49c67e85 --- /dev/null +++ b/data/AB/1913/06_collectedinformation.pickle @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:141486d6da60461df001c9864a610fac10906886b3e8c4c0c69bb86e4715a2b5 +size 7630118 -- GitLab