changeset 12:ebb4cb1e8e35

- Fixed BCV plot pdf not showing in the html output
author shian_su <registertonysu@gmail.com>
date Wed, 01 Oct 2014 16:00:43 +1000
parents c0a76e30d61b
children 7aaa9bc23e3c
files hairpinTool.R
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/hairpinTool.R	Tue Sep 30 16:36:12 2014 +1000
+++ b/hairpinTool.R	Wed Oct 01 16:00:43 2014 +1000
@@ -491,6 +491,7 @@
 pdf(bcvPdf)
 plotBCV(data, main="BCV Plot")
 newEntry <- c("BCV Plot (.pdf)", "bcv.pdf")
+linkData <- rbind(linkData, newEntry)
 invisible(dev.off())
 
 if (workMode=="classic") {