Web-based tools for phylogenetic networks
First build and activate the conda environment defined in envs/phylo-web-tools.source.yml
.
Then run the tool with the command flask run
.
Run with docker-compose up --build
Enter the container with: docker-compose run phylowebtools /bin/bash
Lock/pin the package versions
cd ./envs
conda env update -f ./phylo-web-tools.source.yml
conda activate phylo-web-tools
conda env export > phylo-web-tools.yml