Skip to content

Commit 34b2117

Browse files
kinowmr-c
authored andcommitted
Update the doc and use "true" as base command for the metadata test
1 parent 50dfc6b commit 34b2117

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

tests/metadata.cwl

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $schemas:
88

99
cwlVersion: v1.2
1010
class: CommandLineTool
11-
doc: "Print the contents of a file to stdout using 'cat' running in a docker container."
11+
doc: "Test that a command line document with metadata is executed successfully."
1212

1313
dct:creator:
1414
id: "http://orcid.org/0000-0003-3566-7705"
@@ -19,14 +19,6 @@ dct:creator:
1919
hints:
2020
DockerRequirement:
2121
dockerPull: docker.io/debian:stable-slim
22-
inputs:
23-
file1:
24-
type: File
25-
inputBinding: {position: 1}
26-
numbering:
27-
type: boolean?
28-
inputBinding:
29-
position: 0
30-
prefix: -n
22+
inputs: []
3123
outputs: []
32-
baseCommand: cat
24+
baseCommand: "true"

0 commit comments

Comments
 (0)