Skip to content

Commit 5556090

Browse files
author
Alan Christie
committed
fix: Fix job definition (example 1)
1 parent 3075b02 commit 5556090

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

tests/job-definitions/job-definitions.yaml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,24 @@ jobs:
8585

8686
shortcut-example-1-process-b:
8787
command: >-
88-
shortcut-example-1-process-b.py --inputFile {{ inputFile }}--outputFile {{ outputFile }}
88+
shortcut-example-1-process-b.py --inputFile {{ inputFile }} --outputFile {{ outputFile }}
8989
variables:
90+
inputs:
91+
type: object
92+
required:
93+
- inputFile
94+
properties:
95+
inputFile:
96+
title: Molecules to pick from
97+
mime-types:
98+
- chemical/x-mdl-sdfile
99+
type: file
90100
outputs:
91101
type: object
92102
properties:
93103
title: Output file
94104
mime-types:
95105
- chemical/x-mdl-sdfile
96-
- squonk/x-smiles
97106
creates: '{{ outputFile }}'
98107
type: file
99108
options:

0 commit comments

Comments
 (0)