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

Fix configargparse parsing wrong in toil-cwl-runner #4615

Closed
unito-bot opened this issue Oct 10, 2023 · 0 comments · Fixed by #4618
Closed

Fix configargparse parsing wrong in toil-cwl-runner #4615

unito-bot opened this issue Oct 10, 2023 · 0 comments · Fixed by #4618

Comments

@unito-bot
Copy link

In toil-cwl-runner, configargparse sometimes doesn’t work due to a bug it has. We need a workaround for it.

If nargs=argparse.remainder on an argument, configargparse will not collect the right arguments, because the arguments from the config get tacked on the end of the argument list and can get eaten.

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

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 a pull request may close this issue.

1 participant