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

https://github.com/luizirber/2020-08-14-debug-sbt


https://github.com/luizirber/2020-08-14-debug-sbt

sourmash

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Tracking down bug in #1171

More info: https://github.com/dib-lab/sourmash/issues/1171

## Computational Environment

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 debug_sbt
```