Previous changeset 11:c0a76e30d61b (2014-09-30) Next changeset 13:7aaa9bc23e3c (2014-10-14) |
Commit message:
- Fixed BCV plot pdf not showing in the html output |
modified:
hairpinTool.R |
b |
diff -r c0a76e30d61b -r ebb4cb1e8e35 hairpinTool.R --- a/hairpinTool.R Tue Sep 30 16:36:12 2014 +1000 +++ b/hairpinTool.R Wed Oct 01 16:00:43 2014 +1000 |
b |
@@ -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") { |