We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50dfc6b commit 34b2117Copy full SHA for 34b2117
tests/metadata.cwl
@@ -8,7 +8,7 @@ $schemas:
8
9
cwlVersion: v1.2
10
class: CommandLineTool
11
-doc: "Print the contents of a file to stdout using 'cat' running in a docker container."
+doc: "Test that a command line document with metadata is executed successfully."
12
13
dct:creator:
14
id: "http://orcid.org/0000-0003-3566-7705"
@@ -19,14 +19,6 @@ dct:creator:
19
hints:
20
DockerRequirement:
21
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
+inputs: []
31
outputs: []
32
-baseCommand: cat
+baseCommand: "true"
0 commit comments