# HG changeset patch # User iuc # Date 1700212563 0 # Node ID 94c19fb1281c33107fcd4b8533069b099b92baf3 # Parent c9cb76cf8d6cc5570d5edb5f1f05acee5ec474ee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy/ commit 6fc3a3aa54d7ece1fd8bfffe62ad7e2b620539e0 diff -r c9cb76cf8d6c -r 94c19fb1281c macros.xml --- a/macros.xml Wed Nov 08 14:49:18 2023 +0000 +++ b/macros.xml Fri Nov 17 09:16:03 2023 +0000 @@ -1,10 +1,10 @@ - 1.9.6 + 1.9.6 + 1 22.05 - - scanpy + scanpy loompy leidenalg louvain @@ -469,13 +469,13 @@ @@ -501,15 +501,15 @@ var_group_positions=$var_group_positions, var_group_labels=$var_group_labels, #end if -#if $method.var_group_rotation - var_group_rotation=$method.var_group_rotation, -#end if -#if $method.figsize.test == 'yes' - figsize=($method.figsize.width, $method.figsize.height), -#end if -#if $method.layer != '' - layer='$method.layer', -#end if + #if str($method.var_group_rotation) != '' + var_group_rotation=$method.var_group_rotation, + #end if + #if $method.figsize.test == 'yes' + figsize=($method.figsize.width, $method.figsize.height), + #end if + #if $method.layer + layer='$method.layer', + #end if ]]> @@ -662,9 +662,8 @@ - + - @@ -702,17 +701,19 @@ @@ -752,13 +753,7 @@ horizontal - + @@ -788,7 +783,9 @@ orient='$method.seaborn_violinplot.orient', #end if linewidth=$method.seaborn_violinplot.linewidth, + #if $method.seaborn_violinplot.color color='$method.seaborn_violinplot.color', + #end if saturation=$method.seaborn_violinplot.saturation ]]> @@ -797,7 +794,7 @@ - - + - - + @@ -941,7 +936,7 @@ - + @@ -952,7 +947,9 @@ #if str($method.edges.edges) == 'True' edges=True, edges_width=$method.edges.edges_width, + #if $method.edges.edges_color edges_color='$method.edges.edges_color', + #end if #else edges=False, #end if @@ -962,7 +959,7 @@ - + @@ -989,10 +986,10 @@ @CMD_param_legend_fontsize@ legend_fontweight='$method.plot.legend_fontweight', @CMD_param_size@ - #if str($method.plot.color_map) != '' + #if $method.plot.color_map color_map='$method.plot.color_map', #end if - #if str($method.plot.palette) != '' + #if $method.plot.palette palette='$method.plot.palette', #end if frameon=$method.plot.frameon, @@ -1062,18 +1059,18 @@ - + @@ -1133,7 +1132,9 @@ @@ -1218,7 +1219,7 @@
- + @@ -1230,15 +1231,19 @@
- + @@ -1265,7 +1270,9 @@ swap_axes=$method.swap_axes, @CMD_conditional_stripplot@ scale='$method.violin_plot.scale', + #if $method.row_palette row_palette='$method.row_palette', + #end if #if str($method.standard_scale) != 'None' standard_scale='$method.standard_scale', #end if diff -r c9cb76cf8d6c -r 94c19fb1281c normalize.xml --- a/normalize.xml Wed Nov 08 14:49:18 2023 +0000 +++ b/normalize.xml Fri Nov 17 09:16:03 2023 +0000 @@ -1,4 +1,4 @@ - + with scanpy macros.xml @@ -17,17 +17,17 @@ #if $method.method == "pp.normalize_total" sc.pp.normalize_total( adata, - #if str($method.target_sum)!= '' + #if str($method.target_sum) != '' target_sum=$method.target_sum, #end if exclude_highly_expressed=$method.exclude_highly_expressed.exclude_highly_expressed, #if $method.exclude_highly_expressed.exclude_highly_expressed == "True" max_fraction=$method.exclude_highly_expressed.max_fraction, #end if - #if str($method.key_added) != '' + #if $method.key_added key_added='$method.key_added', #end if - #if str($method.layers) != '' + #if $method.layers #if str($method.layers) != 'all' layers[str(x.strip()) for x in str($method.layers).split(',')], #else diff -r c9cb76cf8d6c -r 94c19fb1281c test-data/pl.rank_genes_groups_dotplot.rank_genes_groups.krumsiek11.png Binary file test-data/pl.rank_genes_groups_dotplot.rank_genes_groups.krumsiek11.png has changed