An open API service indexing awesome lists of open source software.

https://github.com/luizirber/2020-10-21-sunburst


https://github.com/luizirber/2020-10-21-sunburst

sourmash

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Sunburst plots for exploring SBT search behavior

[![Binder](https://mybinder.org/badge_logo.svg)](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
```