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

Add parameter to enable overriding tree args #871

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 15, 2022

  1. Add parameter to enable overriding tree args

    Adds a configuration parameter to the workflow, `override_default_args`,
    in the `tree` section that allows users to toggle the corresponding new
    flag in `augur tree` on or off. Sets the default value to `true`, since
    the custom tree builder arguments we define in defaults are redundant
    with previously hardcoded defaults in augur tree. This change should fix
    a related segmentation fault on some systems, but it also allows users
    to define more flexible tree builder arguments that conflict with the
    defaults (e.g., bootstrap mode in IQ-TREE).
    huddlej authored and victorlin committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    6ea7030 View commit details
    Browse the repository at this point in the history