autoBIGS.cli-bioconda/environment.yml
Harrison Deng bb04a02af3
Some checks failed
autoBIGS.cli-bioconda/pipeline/head There was a failure building this commit
Added step to add bioconda as channel for dependencies
2025-02-19 19:15:58 +00:00

10 lines
138 B
YAML

name: base
channels:
- conda-forge
- bioconda
dependencies:
- conda-build
- grayskull
- git
- bioconda-utils
- python=3.10.*