diff options
Diffstat (limited to 'workflows/yamlfa2ttl/check_format.cwl')
-rw-r--r-- | workflows/yamlfa2ttl/check_format.cwl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/workflows/yamlfa2ttl/check_format.cwl b/workflows/yamlfa2ttl/check_format.cwl index 24de620..9eee58a 100644 --- a/workflows/yamlfa2ttl/check_format.cwl +++ b/workflows/yamlfa2ttl/check_format.cwl @@ -3,6 +3,7 @@ cwlVersion: v1.1 class: CommandLineTool baseCommand: python3 + inputs: script: type: File @@ -18,5 +19,5 @@ inputs: type: File inputBinding: {position: 4} default: {class: File, location: ../../bh20sequploader/validation/formats} -outputs: [] +outputs: [] |