Skip to content

Commit

Permalink
replaced example dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
agouy committed Nov 29, 2024
1 parent 5157f45 commit 18fcec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/sidebar.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sidebarUI <- function() {
)),
h4('Input'),
p('Please go to the documentation tab for details about the input file format.'),
HTML('<a id="raw-url" href="example_straf_pemberton13.txt" download="example_straf_pemberton13.txt" target="_blank">Click here to download an example file.</a>'),
HTML('<a id="raw-url" href="exampleSTRAFdiplo.txt" download="exampleSTRAFdiplo.txt" target="_blank">Click here to download an example file.</a>'),
tags$hr(),
radioButtons(
inputId = 'ploidy', label = "Ploidy",
Expand Down

0 comments on commit 18fcec7

Please sign in to comment.