File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
cwlVersion: v1.0
3
3
class: CommandLineTool
4
4
requirements :
5
- - class: DockerRequirement
6
- dockerPull: "debian:8"
7
5
- class: InlineJavascriptRequirement
8
6
expressionLib :
9
7
- { $include: underscore.js }
@@ -12,6 +10,9 @@ requirements:
12
10
listing :
13
11
- entryname : foo.txt
14
12
entry : $(t("The file is <%= inputs. file1. path. split('/'). slice(-1)[0] %>\n" ))
13
+ hints :
14
+ DockerRequirement:
15
+ dockerPull: "debian:8"
15
16
inputs :
16
17
- id : file1
17
18
type : File
Original file line number Diff line number Diff line change @@ -2,8 +2,9 @@ class: CommandLineTool
2
2
cwlVersion: v1.0
3
3
requirements :
4
4
- class: ShellCommandRequirement
5
- - class: DockerRequirement
6
- dockerPull: debian:wheezy
5
+ hints :
6
+ DockerRequirement:
7
+ dockerPull: "debian:wheezy"
7
8
8
9
inputs : []
9
10
You can’t perform that action at this time.
0 commit comments