DataBiosphere / toil

A scalable, efficient, cross-platform (Linux/macOS) and easy-to-use workflow engine in pure Python.
http://toil.ucsc-cgl.org/.
Apache License 2.0
901 stars 240 forks source link

Fix bug in override of coordination directory #5153

Open gmloose opened 1 week ago

gmloose commented 1 week ago

The override of the coordination directory that a user could make was not applied correctly. Instead of setting self.coordination_dir the variable self.workDir would be modified. This has been fixed.

Changelog Entry

To be copied to the draft changelog by merger:

Reviewer Checklist

Merger Checklist

adamnovak commented 5 days ago

I'm not going to bother waiting for a re-test on this, I'm just going to merge it.

adamnovak commented 5 days ago

Actually we haven't ever had this pass full CI, so we probably should wait for that at least once.