From a6a1af6b1371e04f2314d39b9c8b08cd7cf4a01b Mon Sep 17 00:00:00 2001 From: "Mark T. Holder" Date: Thu, 1 Jun 2023 15:32:43 -0500 Subject: [PATCH] new stats applied to a branch where tree's repo currently is --- webapp/static/statistics/ott.json | 12 ++++++++++++ webapp/static/statistics/synthesis.json | 9 +++++++++ 2 files changed, 21 insertions(+) diff --git a/webapp/static/statistics/ott.json b/webapp/static/statistics/ott.json index 0d654ad7..d81e6873 100644 --- a/webapp/static/statistics/ott.json +++ b/webapp/static/statistics/ott.json @@ -6,6 +6,18 @@ "===": "visible_taxon_count comes from `cleaned_ott/index.html` in propinquity output", "===": "For proper sorting, all `date` strings must be in the form {yyyy-mm-dd}!", + "version": "ott3.5", + "date": "2023-05-22", + "taxon_count": 4528269, + "visible_taxon_count": 3955066 + }, + { + "version": "ott3.4", + "date": "2022-10-31", + "taxon_count": 4528224, + "visible_taxon_count": 3943215 + }, + { "version": "ott3.3", "date": "2021-06-01", "taxon_count": 4528126, diff --git a/webapp/static/statistics/synthesis.json b/webapp/static/statistics/synthesis.json index 2fff9179..7c17786e 100644 --- a/webapp/static/statistics/synthesis.json +++ b/webapp/static/statistics/synthesis.json @@ -131,5 +131,14 @@ "tree_count": 1239, "total_OTU_count": 94028, "tip_count": 2392042 + }, + "2023-06-01T00Z": { + "===": "tree_count from https://files.opentreeoflife.org/synthesis/opentree14.7output/index.html", + "===": "total_OTU_count and tip_count found in https://files.opentreeoflife.org/synthesis/opentree14.7/output/labelled_supertree/index.html", + "version": "v14.7", + "OTT_version": "ott3.5draft1", + "tree_count": 1330, + "total_OTU_count": 112890, + "tip_count": 2392570 } }