Closed dleehr closed 5 years ago
We attempt to use cachedir in our cwltool (and calrissian) commands, but this does not seem to be caching correctly. Troubleshoot why
Fixed in https://github.com/bespin-workflows/exomeseq-gatk4/pull/9. Cache keys include the tool command-line, and in a couple of tools used in early parts of workflows, the command-line changed on every run.
We attempt to use cachedir in our cwltool (and calrissian) commands, but this does not seem to be caching correctly. Troubleshoot why