modvcfsamples/environment.yml
Harrison Deng 7bae01b1af
Some checks failed
ydeng/modvcfsamples/pipeline/head There was a failure building this commit
Implemented normalizing genotype
2023-06-27 06:15:32 +00:00

13 lines
147 B
YAML

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