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

ancestral: Accept files to --genes #1353

Merged
merged 7 commits into from
Dec 28, 2023
Merged

ancestral: Accept files to --genes #1353

merged 7 commits into from
Dec 28, 2023

Commits on Dec 28, 2023

  1. read_strains: Split underlying logic into read_entries

    This can be used in other contexts where newline-delimited entries from
    a text file are useful.
    victorlin committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    40d8cac View commit details
    Browse the repository at this point in the history
  2. translate: Use read_entries

    victorlin committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    bd4ba6f View commit details
    Browse the repository at this point in the history
  3. translate: Move --gene parsing to a function

    This allows future re-use.
    victorlin committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    2fff5ff View commit details
    Browse the repository at this point in the history
  4. ancestral: Use parse_genes_argument

    Previously, the help text for --genes falsely claimed that it could
    accept a file. Now, it can truly claim that.
    
    Move the file parsing functions to utils.
    victorlin committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    d2a5665 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6e028f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    045cc03 View commit details
    Browse the repository at this point in the history
  7. Update changelog

    victorlin committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    03f27ca View commit details
    Browse the repository at this point in the history