File tree Expand file tree Collapse file tree 5 files changed +26
-4
lines changed Expand file tree Collapse file tree 5 files changed +26
-4
lines changed Original file line number Diff line number Diff line change 22
33class: CommandLineTool
44cwlVersion: v1.0
5-
5+ hints :
6+ - class: DockerRequirement
7+ dockerPull: python:2-slim
68inputs :
79 - id : reference
810 type : File
Original file line number Diff line number Diff line change 33 "class" : "CommandLineTool" ,
44 "cwlVersion" : "v1. 0" ,
55 "doc" : "Print the contents of a file to stdout using 'cat' running in a docker container. " ,
6+ "hints" : [
7+ {
8+ "class" : "DockerRequirement" ,
9+ "dockerPull" : "python:2-slim"
10+ }
11+ ],
612 "inputs" : [
713 {
814 "id" : "file1" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cwlVersion: v1.0
22$graph:
33- id : index
44 class: CommandLineTool
5- baseCommand : python2
5+ baseCommand : python
66 arguments :
77 - valueFrom : input.txt
88 position : 1
@@ -12,6 +12,9 @@ $graph:
1212 - entryname : input.txt
1313 entry : $(inputs.file)
1414 - class: InlineJavascriptRequirement
15+ hints :
16+ - class: DockerRequirement
17+ dockerPull: python:2-slim
1518
1619 inputs :
1720 file: File
@@ -36,9 +39,12 @@ $graph:
3639
3740- id : search
3841 class: CommandLineTool
39- baseCommand : python2
42+ baseCommand : python
4043 requirements :
4144 - class: InlineJavascriptRequirement
45+ hints :
46+ - class: DockerRequirement
47+ dockerPull: python:2-slim
4248 inputs :
4349 file:
4450 type : File
Original file line number Diff line number Diff line change 11class: CommandLineTool
22cwlVersion: v1.0
3+ hints :
4+ - class: DockerRequirement
5+ dockerPull: python:2-slim
36requirements :
47 InitialWorkDirRequirement:
58 listing :
Original file line number Diff line number Diff line change 33 "cwlVersion" : "v1. 0" ,
44
55 "class" : "CommandLineTool" ,
6-
6+ "hints" : [
7+ {
8+ "class" : "DockerRequirement" ,
9+ "dockerPull" : "python:2-slim"
10+ }
11+ ],
712 "inputs" : [
813 {
914 "id" : "reads" ,
You can’t perform that action at this time.
0 commit comments