Data management for the Tree of Life genome assembly pipeline
uv is recommended for installing Python and
managing virtual environments. After
installing uv, install Python, e.g.
uv python install 3.13Then all that's required to install dependencies and run commands is:
uv sync
source .venv/bin/activate