# HG changeset patch # User iuc # Date 1582204966 18000 # Node ID dbbe1ea8ecb1bfca174255597ec4349ff5431bbe # Parent 8599fd07d140e97030fed3e4e2c3bfd091395897 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy/ commit 5a90fd345b43ca12366f4475f4cfd88ef197e452" diff -r 8599fd07d140 -r dbbe1ea8ecb1 macros.xml --- a/macros.xml Mon Feb 10 05:25:58 2020 -0500 +++ b/macros.xml Thu Feb 20 08:22:46 2020 -0500 @@ -21,12 +21,17 @@ '$hidden_output' && +python '$script_file' >> '$hidden_output' && +ls . >> '$hidden_output' && +touch 'anndata_info.txt' && +cat 'anndata_info.txt' @CMD_prettify_stdout@ ]]> + +
+ +
+
+ + advanced_common['show_log'] + + diff -r 8599fd07d140 -r dbbe1ea8ecb1 plot.xml --- a/plot.xml Mon Feb 10 05:25:58 2020 -0500 +++ b/plot.xml Thu Feb 20 08:22:46 2020 -0500 @@ -82,7 +82,7 @@ log=$method.log, use_raw=$method.use_raw, @CMD_conditional_stripplot@ - multi_panel=$method.violin_plot.multi_panel.multi_panel, + multi_panel=$method.violin_plot.multi_panel.multi_panel, #if $method.violin_plot.multi_panel.multi_panel == "True" and str($method.violin_plot.multi_panel.width) != '' and str($method.violin_plot.multi_panel.height) != '' figsize=($method.violin_plot.multi_panel.width, $method.violin_plot.multi_panel.height), #end if @@ -551,7 +551,7 @@ - + @@ -641,7 +641,7 @@ - @@ -706,6 +706,7 @@ + @@ -729,10 +730,13 @@ format == 'svg' and method['method'] == 'pl.rank_genes_groups_violin' + - + @@ -755,25 +759,30 @@ - - - - - - - - - - - - - - - +
+ +
+ + + + + + + + + + + + + + + + +
- + @@ -799,25 +808,30 @@ - - - - - - - - - - - - - - - +
+ +
+ + + + + + + + + + + + + + + + +
- + @@ -843,24 +857,29 @@ - - - - - - - - - - - - - - +
+ +
+ + + + + + + + + + + + + + + +
- + @@ -895,26 +914,31 @@ - - - - - - - - - - - - - - - - +
+ +
+ + + + + + + + + + + + + + + + + +
- + @@ -946,28 +970,33 @@ - - - - - - - - - - - - - - - - - - +
+ +
+ + + + + + + + + + + + + + + + + + + +
- + @@ -1002,29 +1031,34 @@ - - - - - - - - - - - - - - - - - - - +
+ +
+ + + + + + + + + + + + + + + + + + + + +
- + @@ -1047,23 +1081,28 @@ - - - - - - - - - - - - - +
+ +
+ + + + + + + + + + + + + + +
- + @@ -1078,19 +1117,24 @@ - - - - - - - - - +
+ +
+ + + + + + + + + + +
- + @@ -1102,17 +1146,22 @@ - - - - - - - +
+ +
+ + + + + + + + +
- + @@ -1120,16 +1169,21 @@ - - - - - - +
+ +
+ + + + + + + +
- + @@ -1162,44 +1216,54 @@ - - - - - - - - - - - - - - - - - - - - +
+ +
+ + + + + + + + + + + + + + + + + + + + + +
- + - - - - +
+ +
+ + + + + +
- + @@ -1207,15 +1271,20 @@ - - - - - +
+ +
+ + + + + + +
- + @@ -1235,25 +1304,30 @@ - - - - - - - - - - - - - - - +
+ +
+ + + + + + + + + + + + + + + + +
- + @@ -1281,29 +1355,34 @@ - - - - - - - - - - - - - - - - - - - +
+ +
+ + + + + + + + + + + + + + + + + + + + +
- + @@ -1333,32 +1412,37 @@ - - - - - - - - - - - - - - - - - - - - - - +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + +
- + @@ -1383,28 +1467,33 @@ - - - - - - - - - - - - - - - - - - +
+ +
+ + + + + + + + + + + + + + + + + + + +
- + @@ -1432,25 +1521,30 @@ - - - - - - - - - - - - - - - - - - - +
+ +
+ + + + + + + + + + + + + + + + + + + + +
- + @@ -1478,11 +1572,16 @@ - - - - - +
+ +
+ + + + + + +
+ !--> - + @@ -1526,17 +1625,22 @@ - - - - - - - +
+ +
+ + + + + + + + +
- + @@ -1556,16 +1660,21 @@ - - - - - - - - - - +
+ +
+ + + + + + + + + + + + @@ -1575,7 +1684,7 @@
- + @@ -1590,20 +1699,25 @@ - - - - - - - - - - +
+ +
+ + + + + + + + + + + +
- + @@ -1620,21 +1734,26 @@ - - - - - - - - - - - +
+ +
+ + + + + + + + + + + + +
- + @@ -1650,21 +1769,26 @@ - - - - - - - - - - - +
+ +
+ + + + + + + + + + + + +
- + @@ -1692,24 +1816,29 @@ - - - - - - - - - - - - - - - - - - +
+ +
+ + + + + + + + + + + + + + + + + + + +
@@ -1763,7 +1892,7 @@ Generic: Stacked violin plots (`pl.stacked_violin`) =================================================== -Makes a compact image composed of individual violin plots (from `seaborn.violinplot`) +Makes a compact image composed of individual violin plots (from `seaborn.violinplot`) stacked on top of each other. Useful to visualize gene expression per cluster. More details on the `scanpy documentation