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

Bsweger/more state permutations/37 #45

Merged
merged 8 commits into from
Oct 28, 2024
Merged

Commits on Oct 28, 2024

  1. Fix a rookie mistake

    bsweger committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    5dc10a9 View commit details
    Browse the repository at this point in the history
  2. Add paramater to specify state format in metadata "location" column

    This is a potential breaking change to anyone who was relying on
    full state name in the location field of sequence metadata
    datasets. The default is now the two letter state abbreviation,
    which is more commonly used in hub tasks.json files.
    bsweger committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a8d3822 View commit details
    Browse the repository at this point in the history
  3. Rename typing

    bsweger committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    8774078 View commit details
    Browse the repository at this point in the history
  4. Update documentation

    bsweger committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    d42d58d View commit details
    Browse the repository at this point in the history
  5. Move sequence file and rename filter function

    Documenting the filter_covid_genome_metadata function made it
    clear that its name should better align with the CladeTime
    vernacular ('sequence metadata'). Additionally, it makes more
    sense to move sequence.py out of the utility folder, since
    sequence-related functions are integral to the package.
    
    util/sequence.py remains in the code base for now, so we can
    import the filtering function with its old name for backward
    compatibility.
    bsweger committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    629b532 View commit details
    Browse the repository at this point in the history
  6. fix up some merge conflicts

    bsweger committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    520add4 View commit details
    Browse the repository at this point in the history
  7. Update filter_sequence_metadata docstring

    This function can also accept and return a polars DataFrame
    (in addition to a LazyFrame)
    bsweger committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    2d7271b View commit details
    Browse the repository at this point in the history
  8. Falsy fix

    bsweger committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    87c06aa View commit details
    Browse the repository at this point in the history