changeset 14:f3e338e433ef draft

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/msp_sr_readmap_and_size_histograms commit e27d18d58ae095e7fad4b08b04370857a1d37964-dirty
author mvdbeek
date Tue, 02 Feb 2016 15:15:43 -0500
parents 355940295e76
children 16d0811f7a09
files readmap.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/readmap.xml	Tue Feb 02 15:04:45 2016 -0500
+++ b/readmap.xml	Tue Feb 02 15:15:43 2016 -0500
@@ -204,7 +204,7 @@
         if (${yrange} != 0) {readmap_plot.list=lapply(per_gene_readmap[start:end], function(x) plot_readmap(x, par.settings=par.settings.readmap)) } else {
         readmap_plot.list=lapply(per_gene_readmap[start:end], function(x) plot_readmap(x, ylim=c(-${yrange}, ${yrange}), par.settings=par.settings.readmap)) }
         size_plot.list=lapply(per_gene_size[start:end], function(x) plot_size_distribution(x, strip=FALSE, par.settings=par.settings.combination.size))
-	plot.list=rbind(read_plot.list, size_plot.list )
+	plot.list=rbind(readmap_plot.list, size_plot.list )
         args.list=c(plot.list, list(nrow=rows_per_page + extrarow, ncol=1,
                                     main=textGrob("${title}", gp=gpar(cex=1), just="top"),
                                     left=textGrob("${ylabel}", gp=gpar(cex=1), vjust=1, rot=90),