common-workflow-language / common-workflow-language/cwltool
cwltool:overrides: add an alias for any Process
Open
- Dominant language
- Python
- Stars
- 376
- Forks
- 255
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 12
Description
`overrides_all.yml`
```
cwltool:overrides:
cwtooll:all:
requirements:
ResourceRequirement:
ramMax: 100
```
to apply to every Process
and
`overrides_main.yml`
```
cwltool:overrides:
cwtooll:main:
requirements:
ResourceRequirement:
ramMax: 100
```
to apply to just the top level/main Process (and then the normal inheritance rules apply)
Contributor guide
Assessment
This issue has not been assessed yet.