Skip to content

Commit

Permalink
Add note that we do not support downloading multiple subtrees
Browse files Browse the repository at this point in the history
  • Loading branch information
joverlee521 committed Nov 3, 2022
1 parent 613b9a1 commit 79d3bb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/download/downloadButtons.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<p/>
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!
<p/>
{partialData ? `Currently ${selectedTipsCount}/${totalTipCount} tips are displayed and will be downloaded.` : `Currently the entire dataset (${totalTipCount} tips) will be downloaded.`}
</div>
<Button
Expand Down

0 comments on commit 79d3bb9

Please sign in to comment.