Skip to content

Commit 5932a26

Browse files
authored
Merge pull request #261 from common-workflow-language/mr-c-patch-1
match new SoftwareRequirement syntax
2 parents e065755 + bc38b68 commit 5932a26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

v1.0/v1.0/cat1-tool.cwl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ hints:
66
DockerRequirement:
77
dockerPull: debian:wheezy
88
SoftwareRequirement:
9-
name: cat
9+
packages:
10+
- name: cat
1011
inputs:
1112
file1:
1213
type: File

0 commit comments

Comments
 (0)