Skip to content

Commit 4a8215c

Browse files
authored
Merge pull request #481 from kapilkd13/container-correction
Container correction: adding docker containers as hints
2 parents c50c150 + e287937 commit 4a8215c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

v1.0/v1.0/formattest2.cwl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ $schemas:
55
class: CommandLineTool
66
cwlVersion: v1.0
77
doc: "Reverse each line using the `rev` command"
8+
hints:
9+
DockerRequirement:
10+
dockerPull: "debian:wheezy"
811

912
inputs:
1013
input:

v1.0/v1.0/formattest3.cwl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ $schemas:
77
class: CommandLineTool
88
cwlVersion: v1.0
99
doc: "Reverse each line using the `rev` command"
10+
hints:
11+
DockerRequirement:
12+
dockerPull: "debian:wheezy"
1013

1114
inputs:
1215
input:

0 commit comments

Comments
 (0)