We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d85c8 commit 739562cCopy full SHA for 739562c
v1.0/v1.0/search.cwl
@@ -2,7 +2,7 @@ cwlVersion: v1.0
2
$graph:
3
- id: index
4
class: CommandLineTool
5
- baseCommand: python2
+ baseCommand: python
6
arguments:
7
- valueFrom: input.txt
8
position: 1
@@ -12,6 +12,9 @@ $graph:
12
- entryname: input.txt
13
entry: $(inputs.file)
14
- class: InlineJavascriptRequirement
15
+ hints:
16
+ - class: DockerRequirement
17
+ dockerPull: python:2-slim
18
19
inputs:
20
file: File
@@ -36,9 +39,12 @@ $graph:
36
39
37
40
- id: search
38
41
42
43
requirements:
44
45
46
47
48
49
file:
50
type: File
0 commit comments