# HG changeset patch # User drosofff # Date 1454586938 18000 # Node ID 99f478136171eff48aa09faf810a099040aa6a19 # Parent f75315939afe006552cb97cc2ba57318c543f7cf planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/msp_sr_readmap_and_size_histograms commit 78fca5d46c4554514bc51b0010a7611aaced40b9-dirty diff -r f75315939afe -r 99f478136171 readmap.xml --- a/readmap.xml Thu Feb 04 06:28:28 2016 -0500 +++ b/readmap.xml Thu Feb 04 06:55:38 2016 -0500 @@ -1,4 +1,4 @@ - + from sRbowtie aligment bowtie @@ -158,7 +158,7 @@ ## GRAPHS if (n_genes > 7) {page_height_simple = 11.69; page_height_combi=11.69; rows_per_page=${rows_per_page}; extrarow=0 } else { - rows_per_page= 8; page_height_simple = 11.69; page_height_combi=11.69; extrarow=0 } + rows_per_page= n_genes; page_height_simple = 1.67*n_genes; page_height_combi=page_height_simple*2; extrarow=0 } ## rows_per_page= 8; page_height_simple = 11.69/7*n_genes; page_height_combi=11.69/9*(n_genes*2); extrarow=0 } ## rows_per_page= n_genes; page_height_simple = 11.69/n_genes/4; page_height_combi=11.69/(n_genes*2); extrarow=1 } if (n_samples > 4) {page_width = 8.2677*n_samples/4} else {page_width = 8.2677*n_samples/3} # to test