Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change caching pathmapper to respect the pathmapper factory #2092

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

stxue1
Copy link
Contributor

@stxue1 stxue1 commented Jan 9, 2025

This changes the PathMapper construction in caching to support the pathmapper factory by calling self.make_path_mapper instead of directly constructing PathMapper. This should allow Toil to hook its own pathmapper in when caching is enabled and allow DataBiosphere/toil#5187 to work.

Copy link

codecov bot commented Jan 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.73%. Comparing base (baa668b) to head (a453096).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2092      +/-   ##
==========================================
- Coverage   84.74%   84.73%   -0.02%     
==========================================
  Files          46       46              
  Lines        8337     8337              
  Branches     1960     1960              
==========================================
- Hits         7065     7064       -1     
+ Misses        805      804       -1     
- Partials      467      469       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mr-c mr-c merged commit a67c898 into common-workflow-language:main Jan 10, 2025
45 of 46 checks passed
@mr-c
Copy link
Member

mr-c commented Jan 10, 2025

Thank you @stxue1 ! I'll make a new release of cwltool including this fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants