Sync up unique cache paths for Singularity images with cwl-utils#2284
Sync up unique cache paths for Singularity images with cwl-utils#2284adamnovak wants to merge 5 commits into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2284 +/- ##
==========================================
+ Coverage 85.10% 85.18% +0.08%
==========================================
Files 46 46
Lines 8591 8593 +2
Branches 2011 2010 -1
==========================================
+ Hits 7311 7320 +9
+ Misses 813 807 -6
+ Partials 467 466 -1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
The linter that complains about long lines has a different line length limit than, and runs before, the linter that tells you your long lines are not wrapped exactly correctly. |
|
I'm having trouble running the offending test locally because I can't figure out how to limit the test system to a reasonable number of worker threads. When I run |
|
Turns out I need: |
|
OK, Do we really need to promise that constraint? We also have a similar test in |
This and the corresponding change to
cwl-utilscwl-docker-extractshould solve the problem of ambiguous or different SIF file names between the two tools.There's still the problem that
cwltoolsupports more ways of specifying an image thancwl-utilsdoes.