DesignerDNA - Design DNA sequences with intent.
Clone the repository and pip install.
git clone https://github.com/Spill-Tea/DesignerDNA.git
cd DesignerDNA
pip install .Alternatively, you may install directly from github.
pip install git+https://github.com/Spill-Tea/DesignerDNA@mainAfter cloning the repository, create a new virtual environment and run the following commands:
pip install -e ".[dev]"
pre-commit install
pre-commit run --all-filesRunning unit tests locally is straightforward with tox. Make sure you have all python
versions available required for your project. The p flag is not required, but it runs
tox environments in parallel.
tox -pBe sure to run tox before creating a pull request.