bmlsa/setup.cfg
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

17 lines
233 B
INI

[metadata]
name = bmlsa
version = 0.0.4
[options]
package_dir =
= src
install_requires =
biopython ==1.81
[options.entry_points]
console_scripts =
bmlsa = bmlsa.cli:main
[tool:pytest]
pythonpath = src
testpaths = tests