You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: