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

merge: Support sequences with cross-checking #1601

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Oct 2, 2024

  1. Use global print_info

    Preparing for use across functions.
    victorlin committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    938bc2d View commit details
    Browse the repository at this point in the history
  2. Use global database

    Preparing for use across functions.
    victorlin committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    960e5e1 View commit details
    Browse the repository at this point in the history
  3. Use global augur variable

    Preparing for use across functions.
    victorlin committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    bd835a1 View commit details
    Browse the repository at this point in the history
  4. 🚧 Validate --metadata arguments in a separate function

    Preparing for use with sequences.
    victorlin committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    80c4d74 View commit details
    Browse the repository at this point in the history
  5. Use NamedFile class

    Preparing for NamedSequences
    victorlin committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    139c42c View commit details
    Browse the repository at this point in the history
  6. 🚧 Split run() into separate functions, add types

    Sequence support requires the ability to load metadata into the database
    without actually merging (if --output-metadata is not specified).
    victorlin committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    7445d07 View commit details
    Browse the repository at this point in the history
  7. Make metadata options optional

    Preparing for sequence support.
    victorlin committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    274c270 View commit details
    Browse the repository at this point in the history
  8. 🚧 add sequence support

    victorlin committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    34c951b View commit details
    Browse the repository at this point in the history
  9. 🚧 add sequence support

    victorlin committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    02690b6 View commit details
    Browse the repository at this point in the history
  10. 🚧 add sequence support

    victorlin committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    275a87e View commit details
    Browse the repository at this point in the history