From 58770f9e48e2282e36ec04b1b35cce8fb47e935e Mon Sep 17 00:00:00 2001 From: mancini <mancini@astron.nl> Date: Wed, 1 Apr 2020 14:40:46 +0200 Subject: [PATCH] Simple test workflow --- test_workflow/test_list.cwl | 34 +++++++++------------------------- 1 file changed, 9 insertions(+), 25 deletions(-) diff --git a/test_workflow/test_list.cwl b/test_workflow/test_list.cwl index e4e59c60..fa6cdc71 100644 --- a/test_workflow/test_list.cwl +++ b/test_workflow/test_list.cwl @@ -1,30 +1,14 @@ -class: Workflow +class: CommandLineTool cwlVersion: v1.0 -id: test_list -label: test_list $namespaces: sbg: 'https://www.sevenbridges.com/' +id: test_input +baseCommand: + - echo inputs: - - id: base_directory - type: Directory - 'sbg:x': -516 - 'sbg:y': -208 -outputs: - - id: output - outputSource: - - directory_listing/output + - id: msin type: 'Directory[]' - 'sbg:x': -60.39886474609375 - 'sbg:y': -77.5 -steps: - - id: directory_listing - in: - - id: base_directory - source: base_directory - out: - - id: output - run: ../steps/directory_listing.cwl - label: DirectoryListing - 'sbg:x': -290.3984375 - 'sbg:y': -95.5 -requirements: [] + inputBinding: + position: 0 +outputs: [] +label: test_input -- GitLab