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

InplaceUpdateRequirement + --cachedir breaks the cache

Open
#1,172 1 comment 0 reactions 1 assignee Claimed by @tetron View on GitHub
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

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.