# HG changeset patch # User stef # Date 1407320370 14400 # Node ID c962b56a2dd87ac9523438c5244acf6eb284de12 # Parent b85c575ac1e3eee34dec811b9b573a8bd5edffa3 Uploaded diff -r b85c575ac1e3 -r c962b56a2dd8 QDNAseq.R --- a/QDNAseq.R Wed Aug 06 05:24:52 2014 -0400 +++ b/QDNAseq.R Wed Aug 06 06:19:30 2014 -0400 @@ -508,6 +508,9 @@ path=freqImgName, paste('', sep='') ) + ## there only is a frequency plot when data is called + if ( !doCall ){ html_freq_img <- '' } + extra_plots_html <- paste( html_noise_img, " \n", html_freq_img, "\n", sep=''