From f252d579c94c69963c638719de81c8ea2a6584fc Mon Sep 17 00:00:00 2001 From: Ira Cooke Date: Thu, 27 Oct 2016 12:26:33 +1000 Subject: [PATCH] Add link to paper --- ui.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui.R b/ui.R index 73d44d2..b386349 100644 --- a/ui.R +++ b/ui.R @@ -22,7 +22,8 @@ shinyUI(fluidPage( upon by both MSAs, and which differ. Output graphs visualise the comparison data for analysis."), p("All of the calculations and plots generated by this webtool can also be generated using the underlying ", a(href="https://github.com/TS404/AlignStat","AlignStat R package")," which is available on ", - a(href="https://cran.r-project.org/package=AlignStat","CRAN"),"") + a(href="https://cran.r-project.org/package=AlignStat","CRAN"),""), + p("AlignStat is fully described in ",a(href="http://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-016-1300-6"," this paper"),". Please cite the paper if you use this tool in your research") ) ),