Skip to content

Commit

Permalink
Merge pull request #481 from kapilkd13/container-correction
Browse files Browse the repository at this point in the history
Container correction: adding docker containers as hints
  • Loading branch information
mr-c committed Jul 21, 2017
2 parents c50c150 + e287937 commit 4a8215c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions v1.0/v1.0/formattest2.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ $schemas:
class: CommandLineTool
cwlVersion: v1.0
doc: "Reverse each line using the `rev` command"
hints:
DockerRequirement:
dockerPull: "debian:wheezy"

inputs:
input:
Expand Down
3 changes: 3 additions & 0 deletions v1.0/v1.0/formattest3.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ $schemas:
class: CommandLineTool
cwlVersion: v1.0
doc: "Reverse each line using the `rev` command"
hints:
DockerRequirement:
dockerPull: "debian:wheezy"

inputs:
input:
Expand Down

0 comments on commit 4a8215c

Please sign in to comment.