From a255ceba70601b97fffe2dfd7e2c6cb9355cd1f4 Mon Sep 17 00:00:00 2001 From: EliseRuark Date: Mon, 19 Dec 2016 15:42:46 +0000 Subject: [PATCH] Update ui.R --- Linux/shinyGUI/ui.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux/shinyGUI/ui.R b/Linux/shinyGUI/ui.R index b619034..16f80fc 100644 --- a/Linux/shinyGUI/ui.R +++ b/Linux/shinyGUI/ui.R @@ -12,7 +12,7 @@ shinyUI(navbarPage("DECoN", # progressInit() h2('Welcome!'), p('This web app provides an interface to the results of running DECoN on your data. You can check the data which has been used, evaluate the coverage of individual exons and individual samples and visualise the CNV calls.'), - p('The data shown is from the input file provided, generated by DECoN version 1.0.0. If it\'s not what you\'re expecting, then first check that this is the correct file and that it has been generated according to the documentation.'), + p('The data shown is from the input file provided, generated by DECoN version 1.0.1. If it\'s not what you\'re expecting, then first check that this is the correct file and that it has been generated according to the documentation.'), p('This program requires that you have a modern internet browser (Firefox, Chrome or IE10) and R installed.') ),