Skip to content

Commit d1aa327

Browse files
committed
MPIRequriment.process can be an exrepssion
1 parent 3f725e9 commit d1aa327

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cwltool/extensions-v1.1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ $graph:
5959
"_id": "@type"
6060
"_type": "@vocab"
6161
- name: processes
62-
type: [int, string]
62+
type: [int, cwl:Expression]
6363
doc: |
6464
The number of MPI processes to start. If you give a string,
6565
this will be evaluated as a CWL Expression and it must

cwltool/extensions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ $graph:
169169
"_id": "@type"
170170
"_type": "@vocab"
171171
- name: processes
172-
type: [int, string]
172+
type: [int, cwl:Expression]
173173
doc: |
174174
The number of MPI processes to start. If you give a string,
175175
this will be evaluated as a CWL Expression and it must

0 commit comments

Comments
 (0)