Skip to content

Commit

Permalink
Update the DRomics-shiny app: add of information on the background do…
Browse files Browse the repository at this point in the history
…se used for the anchoring data example
  • Loading branch information
aursiber committed Jun 10, 2024
1 parent 76d74c1 commit d10c18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/DRomics-shiny/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ progress::-moz-progress-bar {
'Select an input file',
accept = c('.csv', '.txt')),
h5("See ", a("here", href = "informations_datafile_input.txt", TARGET = "_blank", style="text-decoration:underline; color:#9c5c16;"), " information about the format required"),
h5("See ", a("here", href = "DRomicspkg/apical_anchoring.txt", TARGET = "_blank", style="text-decoration:underline; color:#9c5c16;", download = 'apical_anchoring.txt'), " an example file"),
h5("See ", a("here", href = "DRomicspkg/apical_anchoring.txt", TARGET = "_blank", style="text-decoration:underline; color:#9c5c16;", download = 'apical_anchoring.txt'), " an example file (use a background dose equal to 0.1 with this example file)"),
br(),
splitLayout(cellWidths = c("40%", "60%"),
textInput('bgdose_anchoring', "Background dose", 0),
Expand Down

0 comments on commit d10c18e

Please sign in to comment.