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

Addition of a new SNP Distance Search function for the Cov2Tree #592

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 20, 2024

  1. Add files via upload

    DLiarakos authored May 20, 2024
    Configuration menu
    Copy the full SHA
    d9d1e3f View commit details
    Browse the repository at this point in the history
  2. Added SNP Distance Search Component

    Added snpModal.jsx, main component for rendering SNP Distance Search
    DLiarakos authored May 20, 2024
    Configuration menu
    Copy the full SHA
    141b560 View commit details
    Browse the repository at this point in the history
  3. Added backend workers

    Added two files, nodeMapper.js and extract.js, which are used in generating the output for the SNP distance search. nodeMapper makes a map of the entire tree in order to perform downwards traversal, and extract does the actualn traversal and calculation of SNP distance.
    DLiarakos authored May 20, 2024
    Configuration menu
    Copy the full SHA
    519006b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06ca070 View commit details
    Browse the repository at this point in the history