Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 465 Bytes

File metadata and controls

19 lines (14 loc) · 465 Bytes

tola-data

Data management for the Tree of Life genome assembly pipeline

Development Environment

uv is recommended for installing Python and managing virtual environments. After installing uv, install Python, e.g.

uv python install 3.13

Then all that's required to install dependencies and run commands is:

uv sync
source .venv/bin/activate