bmlsa/environment.yml
Harrison ae3732eba2
Some checks failed
ydeng/bmlsa/pipeline/head There was a failure building this commit
Many changes, see details:
Now allow for changing whether alignment is local or global and various scoring parameters

Refactored directory structure

Removed redundant aligned dict pattern for simple iterable

Added unit tests
2023-04-28 10:49:07 -05:00

11 lines
170 B
YAML

name: bmlsa
channels:
- conda-forge
dependencies:
- biopython=1.81
- build=0.7
- pytest=7.3
- hypothesis=6.56
- twine=4
- python-build=0.10.0
- setuptools