From 79d3bb94c21ec14feb8d731fc8eb401e72be7613 Mon Sep 17 00:00:00 2001 From: Jover Date: Wed, 2 Nov 2022 17:07:16 -0700 Subject: [PATCH] Add note that we do not support downloading multiple subtrees --- src/components/download/downloadButtons.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/download/downloadButtons.js b/src/components/download/downloadButtons.js index d624c9df2..4c0f57278 100644 --- a/src/components/download/downloadButtons.js +++ b/src/components/download/downloadButtons.js @@ -41,6 +41,9 @@ export const DownloadButtons = ({dispatch, t, tree, entropy, metadata, colorBy, Downloaded data represents the currently displayed view. By zooming the tree, changing the branch-length metric, applying filters etc, the downloaded data will change accordingly.

+ NOTE: We do not support downloads of multiple subtrees, which are usually created with the date range filter or genotype filters. + Downloading multiple subtrees will result in an empty Newick tree! +

{partialData ? `Currently ${selectedTipsCount}/${totalTipCount} tips are displayed and will be downloaded.` : `Currently the entire dataset (${totalTipCount} tips) will be downloaded.`}