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

io: Migrate VCF functions from filter+utils to io #929

Merged
merged 3 commits into from
May 24, 2022

Commits on May 24, 2022

  1. filter: Move write_vcf() and _filename_gz() to augur.utils

    These functions don't have filtering logic and can be moved next to the existing read_vcf() as a more appropriate scope.
    victorlin committed May 24, 2022
    Configuration menu
    Copy the full SHA
    c85ea05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88d155f View commit details
    Browse the repository at this point in the history
  3. Move VCF functions to io, add io_support for shell_command_runner

    These VCF functions are specifically IO-related utilities, so moving them to a better scope.
    victorlin committed May 24, 2022
    Configuration menu
    Copy the full SHA
    4279b66 View commit details
    Browse the repository at this point in the history