We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The location of the coordination directory can be overridden by setting the environment variable TOIL_COORDINATION_DIR_OVERRIDE. However, the line where the setting should be applied, https://github.com/DataBiosphere/toil/blob/f71dc86c57680e9dfa78e7d283747dfbc04eb362/src/toil/common.py#L429C1-L429C71, does not assign its value to self.coordination_dir but to self.workDir. Also the comment two lines above this statement is wrong.
TOIL_COORDINATION_DIR_OVERRIDE
self.coordination_dir
self.workDir
┆Issue is synchronized with this Jira Story ┆Issue Number: TOIL-1668
The text was updated successfully, but these errors were encountered:
Fixed by #5153
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The location of the coordination directory can be overridden by setting the environment variable
TOIL_COORDINATION_DIR_OVERRIDE
. However, the line where the setting should be applied, https://github.com/DataBiosphere/toil/blob/f71dc86c57680e9dfa78e7d283747dfbc04eb362/src/toil/common.py#L429C1-L429C71, does not assign its value toself.coordination_dir
but toself.workDir
. Also the comment two lines above this statement is wrong.┆Issue is synchronized with this Jira Story
┆Issue Number: TOIL-1668
The text was updated successfully, but these errors were encountered: