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.`}