modvcfsamples/environment.yml

14 lines
160 B
YAML
Raw Normal View History

2023-06-22 16:35:31 +00:00
name: program
channels:
- conda-forge
- bioconda
2023-06-22 16:35:31 +00:00
dependencies:
- python
- pip
- python-build
- pytest
2023-06-27 06:15:32 +00:00
- pytest-cov
2023-06-22 16:35:31 +00:00
- twine
- sphinx
- vcfpy