# HG changeset patch # User drosofff # Date 1448556939 18000 # Node ID 9784e5046f042deaa139b8f9c292f17a877bf923 # Parent 0f7cf7fb3465996fe46686a95803257191d37f5e planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/msp_sr_readmap_and_size_histograms commit 450d1b3d954cc7d96e53652d468811546951f995 diff -r 0f7cf7fb3465 -r 9784e5046f04 readmap.xml --- a/readmap.xml Wed Oct 21 11:12:45 2015 -0400 +++ b/readmap.xml Thu Nov 26 11:55:39 2015 -0500 @@ -1,4 +1,4 @@ - + from sRbowtie aligment bowtie @@ -157,8 +157,10 @@ ## 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= 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 + rows_per_page= 8; page_height_simple = 11.69; page_height_combi=11.69; 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 pdf(file="${readmap_PDF}", paper="special", height=page_height_simple, width=page_width) for (i in seq(1,n_genes,rows_per_page)) { diff -r 0f7cf7fb3465 -r 9784e5046f04 smRtools.pyc Binary file smRtools.pyc has changed diff -r 0f7cf7fb3465 -r 9784e5046f04 tool_dependencies.xml --- a/tool_dependencies.xml Wed Oct 21 11:12:45 2015 -0400 +++ b/tool_dependencies.xml Thu Nov 26 11:55:39 2015 -0500 @@ -7,7 +7,7 @@ - +