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