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
- Host: GitHub
- URL: https://github.com/luizirber/2020-08-14-debug-sbt
- Owner: luizirber
- Created: 2020-08-14T18:28:28.000Z (about 5 years ago)
- Default Branch: latest
- Last Pushed: 2020-08-15T21:02:00.000Z (about 5 years ago)
- Last Synced: 2025-07-21T16:22:29.212Z (3 months ago)
- Topics: sourmash
- Language: Python
- Homepage:
- Size: 21.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.ymlconda activate debug_sbt
```