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 13d31ae commit e287937Copy full SHA for e287937
v1.0/v1.0/formattest3.cwl
@@ -7,6 +7,9 @@ $schemas:
7
class: CommandLineTool
8
cwlVersion: v1.0
9
doc: "Reverse each line using the `rev` command"
10
+hints:
11
+ DockerRequirement:
12
+ dockerPull: "debian:wheezy"
13
14
inputs:
15
input:
0 commit comments