common-workflow-language / common-workflow-language/cwltool

cwltool:overrides: add an alias for any Process

Open
#1,052 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.