From a628fa9181af8b4571e86e07a3663f739fa2b813 Mon Sep 17 00:00:00 2001 From: Lilian Gasser <gasserli@ethz.ch> Date: Thu, 28 Feb 2019 14:05:27 +0100 Subject: [PATCH] renku run --isolation --output data/AB/1932/06_collectedinformation.pickle python src/python/run_collect_information.py data/AB/1932/05_annotatedxml.tar.gz data/AB/1932/03_correctedmeta.tar.gz data/AB/1932/06_collectedinformation.pickle --- .gitattributes | 1 + ...24cbc68c5254bed850a7126e9f9b1a7_python.cwl | 61 +++++++++++++++++++ data/AB/1932/06_collectedinformation.pickle | 3 + 3 files changed, 65 insertions(+) create mode 100644 .renku/workflow/424cbc68c5254bed850a7126e9f9b1a7_python.cwl create mode 100644 data/AB/1932/06_collectedinformation.pickle diff --git a/.gitattributes b/.gitattributes index e29a3d47..992c8a2d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -405,3 +405,4 @@ data/AB/1928/06_collectedinformation.pickle filter=lfs diff=lfs merge=lfs -text data/AB/1929/06_collectedinformation.pickle filter=lfs diff=lfs merge=lfs -text data/AB/1930/06_collectedinformation.pickle filter=lfs diff=lfs merge=lfs -text data/AB/1931/06_collectedinformation.pickle filter=lfs diff=lfs merge=lfs -text +data/AB/1932/06_collectedinformation.pickle filter=lfs diff=lfs merge=lfs -text diff --git a/.renku/workflow/424cbc68c5254bed850a7126e9f9b1a7_python.cwl b/.renku/workflow/424cbc68c5254bed850a7126e9f9b1a7_python.cwl new file mode 100644 index 00000000..9b6acd13 --- /dev/null +++ b/.renku/workflow/424cbc68c5254bed850a7126e9f9b1a7_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/1932/05_annotatedxml.tar.gz + inputBinding: + position: 2 + separate: true + shellQuote: true + streamable: false + type: File + input_3: + default: + class: File + path: ../../data/AB/1932/03_correctedmeta.tar.gz + inputBinding: + position: 3 + separate: true + shellQuote: true + streamable: false + type: File + input_4: + default: data/AB/1932/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/1932 + writable: true +successCodes: [] +temporaryFailCodes: [] diff --git a/data/AB/1932/06_collectedinformation.pickle b/data/AB/1932/06_collectedinformation.pickle new file mode 100644 index 00000000..be3263f7 --- /dev/null +++ b/data/AB/1932/06_collectedinformation.pickle @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dae335e886ffd505a2caa4930a84e5a133f5acc3e168b93f3dd9c4ca7fcdf731 +size 13304242 -- GitLab