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

Dev #3860

Merged
merged 51 commits into from
Feb 6, 2024
Merged

Dev #3860

merged 51 commits into from
Feb 6, 2024

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    ba77fb4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3834 from broadinstitute/variant-lookup-desription

    add help label for variant id in variant lookup
    hanars authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    0a5dcad View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. add 37 support

    hanars committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    3dc8110 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c06d15 View commit details
    Browse the repository at this point in the history
  3. unit test

    hanars committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    ab2317d View commit details
    Browse the repository at this point in the history
  4. add comment

    hanars committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    016de7f View commit details
    Browse the repository at this point in the history
  5. reset

    hanars committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    1653353 View commit details
    Browse the repository at this point in the history
  6. single genome build per class

    hanars committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    bad7be4 View commit details
    Browse the repository at this point in the history
  7. add tests

    hanars committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    3f9f8a6 View commit details
    Browse the repository at this point in the history
  8. remove unused import

    hanars committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    fc25ed8 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3835 from broadinstitute/enable-37-hail-backend

    Enable build 37 for hail backend
    hanars authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    24ecb7f View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    8a0e1ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5fcfe2 View commit details
    Browse the repository at this point in the history
  3. fix missing import

    hanars committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    3658efb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3836 from broadinstitute/hal-spark-memory

    explicitly set spark driver memory
    hanars authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    fc93c3b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3595b7f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1387b0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d906db0 View commit details
    Browse the repository at this point in the history
  8. unit tests

    hanars committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    13f5ac5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    aef0323 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d8d5402 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'dev' of https://github.com/broadinstitute/seqr into var…

    …iant-lookup-genotypes
    hanars committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    6b13559 View commit details
    Browse the repository at this point in the history
  12. parse env var to int

    hanars committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    1dbd530 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #3838 from broadinstitute/str-env-var

    parse env var to int
    hanars authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    4e897ae View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    df7d991 View commit details
    Browse the repository at this point in the history
  2. trigger unit tests

    hanars committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    4b856ac View commit details
    Browse the repository at this point in the history
  3. test init param conflict

    hanars committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    a56d352 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf1c647 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3839 from broadinstitute/hail-backend-test-init

    add env variable to hail search tests
    hanars authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    6d66880 View commit details
    Browse the repository at this point in the history
  6. fix: requirements.txt to reduce vulnerabilities

    The following vulnerabilities are fixed by pinning transitive dependencies:
    - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6050294
    - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6126975
    snyk-bot committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    b377669 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3837 from broadinstitute/variant-lookup-genotypes

    Use variant lookup page for all-project single variant search
    hanars authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    fae9305 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Bump aiohttp from 3.9.0 to 3.9.2 in /hail_search

    Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.0 to 3.9.2.
    - [Release notes](https://github.com/aio-libs/aiohttp/releases)
    - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
    - [Commits](aio-libs/aiohttp@v3.9.0...v3.9.2)
    
    ---
    updated-dependencies:
    - dependency-name: aiohttp
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    6e6c135 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3841 from broadinstitute/dependabot/pip/hail_sear…

    …ch/aiohttp-3.9.2
    
    Bump aiohttp from 3.9.0 to 3.9.2 in /hail_search
    hanars authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    8b1e49e View commit details
    Browse the repository at this point in the history
  3. properly handle 37 variant ids

    hanars committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    54776fb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3845 from broadinstitute/grch37-variant-search

    properly handle 37 variant ids
    hanars authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a300f5b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d7c697 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3846 from broadinstitute/hail-backend-java-opts

    configure hail backend extraJavaOptions
    hanars authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    02e1602 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Merge pull request #3840 from broadinstitute/snyk-fix-cdcd8fd93029db4…

    …7ede7438ef3ba23a2
    
    [Snyk] Security upgrade cryptography from 41.0.6 to 42.0.0
    hanars authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    5c01d3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90dad16 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. refactor lookup aggregation

    hanars committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    8961e89 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3848 from broadinstitute/lookup-performance

    refactor variant lookup aggregation
    hanars authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    57fed4a View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    6b1724c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3849 from broadinstitute/lookup-optimization

    do not load project tables with no queried variants
    hanars authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    d072562 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b9e104 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3852 from broadinstitute/cache-lookup

    add caching for variant lookup
    hanars authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    9a873df View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Update indeterministic test in test_json_for_saved_variants_with_tags

    The original code here does a next(iter(<dictionary>)) which has
    an indeterministic order, so this occasionally returns the
    variantTag for an AIP variant, which gets transformed with a
    different key, causing this test to intermittently fail. For this
    reason, we'll hard select the the variant 
    VT1726961_2103343353_r0390_100 to look at the keys for.
    illusional authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    899d53b View commit details
    Browse the repository at this point in the history
  2. Bump cryptography from 41.0.6 to 42.0.0

    Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.0.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@41.0.6...42.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    7436897 View commit details
    Browse the repository at this point in the history
  3. feat: Clearly show transcript labels in variant results when differen…

    …t to default
    
    (cherry picked from commit 9d8ad2a)
    tommyli committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    4dbb390 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3857 from broadinstitute/dependabot/pip/cryptogra…

    …phy-42.0.0
    
    Bump cryptography from 41.0.6 to 42.0.0
    hanars authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    81a8735 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3856 from illusional/patch-2

    Update indeterministic assertion in test_json_for_saved_variants_with_tags
    hanars authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    a6ee0e1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3858 from bioinfomethods/feat-show-non-default-tr…

    …anscript
    
    feat: Clearly show when variant transcript is not Canonical nor MANE
    hanars authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    9499bf2 View commit details
    Browse the repository at this point in the history