common-workflow-language / common-workflow-language/cwltool
Suppress workflow warnings
Open
- Dominant language
- Python
- Stars
- 376
- Forks
- 255
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 12
Description
This was discussed in the cwltool-dev channel...
When running cwltool you often get these warning messages
```
Source 'threads' of
type ["null", "int"]
may be incompatible
```
Which for complex workflows can easily grown into hundreds of lines of warnings.
It would be great if such a message can be suppressed (if you know what you are doing) using for example `--no-workflow-warnings`.
Contributor guide
Assessment
This issue has not been assessed yet.