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

improve stat hiding filters in lineplot_and_heatmap #182

Merged
merged 5 commits into from
Jan 26, 2024

Commits on Jan 26, 2024

  1. improve stat hiding filters in lineplot_and_heatmap

    In `lineplot_and_heatmap`, mutations that are hidden are by one slider filtered even if they fail other sliders.
    
    Previously, they were dropped rather than hidden.
    
    Addresses this issue: dms-vep/dms-vep-pipeline-3#96
    jbloom committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    1cba2b9 View commit details
    Browse the repository at this point in the history
  2. black formatting

    jbloom committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    dae998c View commit details
    Browse the repository at this point in the history
  3. add pyarrow as dependency

    jbloom committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    1246a92 View commit details
    Browse the repository at this point in the history
  4. pass doctests

    jbloom committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    7ebd183 View commit details
    Browse the repository at this point in the history
  5. fix test to pass nbval

    jbloom committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    3961db3 View commit details
    Browse the repository at this point in the history