modvcfsamples/environment.yml
Harrison Deng f1aaaddc0c
Some checks failed
ydeng/modvcfsamples/pipeline/head There was a failure building this commit
Changed build environment and project metadata
Now includes 'vcfpy' instead of 'pyvcf'
2023-06-27 13:59:14 +00:00

14 lines
160 B
YAML

name: program
channels:
- conda-forge
- bioconda
dependencies:
- python
- pip
- python-build
- pytest
- pytest-cov
- twine
- sphinx
- vcfpy