From 5fe71ea7b9d9a5d2dc6e8e5ce5b9193629eed74d Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Mon, 11 Jul 2022 01:54:08 +1000 Subject: Make backend dev server script serve the image files Previously, image files in backend/data/img were moved to, or symlinked from, public/. This needed to be changed before each build, otherwise vite would end up copying gigabytes of images. --- backend/tolData/otol/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 backend/tolData/otol/README.md (limited to 'backend/tolData/otol/README.md') diff --git a/backend/tolData/otol/README.md b/backend/tolData/otol/README.md new file mode 100644 index 0000000..4be2fd2 --- /dev/null +++ b/backend/tolData/otol/README.md @@ -0,0 +1,10 @@ +Files +===== +- opentree13.4tree.tgz
+ Obtained from . + Contains tree data from the [Open Tree of Life](https://tree.opentreeoflife.org/about/open-tree-of-life). +- labelled\_supertree\_ottnames.tre
+ Extracted from the .tgz file. Describes the structure of the tree. +- annotations.json + Extracted from the .tgz file. Contains additional attributes of tree + nodes. Used for finding out which nodes have 'phylogenetic support'. -- cgit v1.2.3