https://github.com/luizirber/2020-10-21-sunburst
https://github.com/luizirber/2020-10-21-sunburst
sourmash
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/luizirber/2020-10-21-sunburst
- Owner: luizirber
- Created: 2020-11-16T22:15:09.000Z (almost 5 years ago)
- Default Branch: latest
- Last Pushed: 2020-11-16T22:15:21.000Z (almost 5 years ago)
- Last Synced: 2025-03-15T14:56:43.909Z (8 months ago)
- Topics: sourmash
- Language: Jupyter Notebook
- Homepage:
- Size: 2.66 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sunburst plots for exploring SBT search behavior
[](https://mybinder.org/v2/gh/luizirber/2020-10-21-sunburst/latest?filepath=Exploration.ipynb)
## Setup
All processing and analysis scripts were performed using the conda environment specified in `environment.yml`.
To build and activate this environment run:
```bash
conda env create --force --file environment.yml
conda activate 2020-10-21-sunburst
```