# HG changeset patch # User drosofff # Date 1448556967 18000 # Node ID e4874d1ae69dffb884e1359c68d1929361d9e3f3 # Parent ac7d8e55bb6775f0bfab93f690428a9c99c3a582 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/msp_sr_readmap_and_size_histograms commit 450d1b3d954cc7d96e53652d468811546951f995 diff -r ac7d8e55bb67 -r e4874d1ae69d readmap.xml --- a/readmap.xml Wed Oct 21 11:13:18 2015 -0400 +++ b/readmap.xml Thu Nov 26 11:56:07 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 ac7d8e55bb67 -r e4874d1ae69d smRtools.pyc Binary file smRtools.pyc has changed diff -r ac7d8e55bb67 -r e4874d1ae69d tool_dependencies.xml --- a/tool_dependencies.xml Wed Oct 21 11:13:18 2015 -0400 +++ b/tool_dependencies.xml Thu Nov 26 11:56:07 2015 -0500 @@ -10,7 +10,7 @@ - +