Addition of a new SNP Distance Search function for the Cov2Tree #592
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created a modal popup which appears when clicking a button set to only appear for the Cov2Tree. Users can then input a name of a node somewhere on the tree and a SNP distance threshold. Upon hitting search and after around a minute of processing time, the modal will then display a table which contains the first 100 samples on the tree within the specified distance, as well as the distance itself and the sample's PANGO lineage and GenBank Accession Number. The table also includes a button to download the full list of samples in .tsv format. As for additions to the codebase, this is all accomplished through 2 standalone JS scripts (nodeMapper.js and extract.js) and a new component I designed myself (snpModal.jsx), with only a small change to the SearchPanel component, meaning the overall code base for Taxonium is changed very little.