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

Removing the Parasol batch system has made Toil fail when parsing arguments if you have run it before #4689

Closed
adamnovak opened this issue Nov 16, 2023 · 2 comments

Comments

@adamnovak
Copy link
Member

adamnovak commented Nov 16, 2023

If you ran Toil between when config files were added in #4569 and when the Parasol batch system was removed in #4678, it will now crash when parsing arguments with a message like:

wdltoil.py: error: unrecognized arguments: --parasol_command=parasol --parasol_max_batches=1000 --mesosName=toil

I'm not sure how Mesos got in there.

I think #4666 will solve this going forward, as it will make us make config files with everything commented out by default, to avoid this kind of problem.

So maybe #4666 will count as fixing this? Or maybe we want some kind of cleanup logic to handle old fully-populated config files and not fail?

┆Issue is synchronized with this Jira Story
┆Issue Number: TOIL-1450

@adamnovak
Copy link
Member Author

The user-level fix is to rm ~/.toil/default.yaml.

@DailyDreaming
Copy link
Member

This should be resolved.

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

No branches or pull requests

2 participants