common-workflow-language / common-workflow-language/cwltool
InplaceUpdateRequirement + --cachedir breaks the cache
Open
- Dominant language
- Python
- Stars
- 376
- Forks
- 255
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 12
Description
```
$ git clone https://github.com/common-workflow-language/cwl-v1.1.git
$ cd cwl-v1.1
$ rm -Rf cache
$ cwltool --quiet --cachedir=$PWD/cache tests/inp_update_wf.cwl tests/empty.json
{
"a": 4,
"b": 4
}
$ cwltool --quiet --cachedir=$PWD/cache tests/inp_update_wf.cwl tests/empty.json
{
"a": 5,
"b": 5
}
```
Contributor guide
Assessment
This issue has not been assessed yet.