Skip to content

Commit b1ac8d7

Browse files
committed
added python conatiner as hints in test 2: binding-test.cwl
1 parent 77f38c8 commit b1ac8d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

v1.0/v1.0/binding-test.cwl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
class: CommandLineTool
44
cwlVersion: v1.0
5-
5+
hints:
6+
- class: DockerRequirement
7+
dockerPull: python:2-slim
68
inputs:
79
- id: reference
810
type: File

0 commit comments

Comments
 (0)