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

Savitha/scdl geneformer integration #363

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from

Commits on Oct 22, 2024

  1. Bug fix for row index creation in concat function when collating mult…

    …iple datasets; added unit test that checks for regression
    Savitha Srinivasan committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    056dfca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95b1bd8 View commit details
    Browse the repository at this point in the history
  3. Installed precommit and ran on files to fix formatting issues

    Savitha Srinivasan committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    0237a4f View commit details
    Browse the repository at this point in the history
  4. Merge branch 'savitha/scdl-concat-fix' of github.com:NVIDIA/bionemo-f…

    …w-ea into savitha/scdl-concat-fix
    Savitha Srinivasan committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    cb2317c View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Changes for testing geneformer integration with scdl

    Savitha Srinivasan committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    06bf8e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. changes to debug

    Savitha Srinivasan committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f6d8037 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. unit tests for dataset changes

    Savitha Srinivasan committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    46d566e View commit details
    Browse the repository at this point in the history
  2. Adding unit tests

    Savitha Srinivasan committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2996d2c View commit details
    Browse the repository at this point in the history
  3. Add tests for genes not in tokenizer covab and for assertions on the …

    …cellx dataset
    Savitha Srinivasan committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f64cb75 View commit details
    Browse the repository at this point in the history
  4. Modified comments and documentation

    Savitha Srinivasan committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2633bac View commit details
    Browse the repository at this point in the history
  5. changes for bypassing tokenizer vocab

    Savitha Srinivasan committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    65642c0 View commit details
    Browse the repository at this point in the history
  6. Added conftest with pytest fixtures for unitt ests

    Savitha Srinivasan committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    569e44d View commit details
    Browse the repository at this point in the history
  7. Remove debugging changes

    Savitha Srinivasan committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    fe1aa53 View commit details
    Browse the repository at this point in the history
  8. Remove unneeded prints

    Savitha Srinivasan committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2ba4a16 View commit details
    Browse the repository at this point in the history
  9. Add logic to bypass checking for gene name in vocab to train script a…

    …nd corresponding pytest
    Savitha Srinivasan committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    0aa9e95 View commit details
    Browse the repository at this point in the history
  10. Add SCDl as a dependency for geneformer

    Savitha Srinivasan committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    426323f View commit details
    Browse the repository at this point in the history
  11. remove randomization from test case to prevent random failure

    Savitha Srinivasan committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    8926756 View commit details
    Browse the repository at this point in the history