# HG changeset patch # User iuc # Date 1700212320 0 # Node ID a03ff8633507038b9194137086fef6cfdd423ddc # Parent 2d02d9702d3a291c1b464b84e06db8cb525a67ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy/ commit 6fc3a3aa54d7ece1fd8bfffe62ad7e2b620539e0 diff -r 2d02d9702d3a -r a03ff8633507 filter.xml --- a/filter.xml Wed Nov 08 14:44:39 2023 +0000 +++ b/filter.xml Fri Nov 17 09:12:00 2023 +0000 @@ -1,4 +1,4 @@ - + with scanpy macros.xml @@ -45,10 +45,10 @@ #else if $method.method == 'tl.filter_rank_genes_groups' sc.tl.filter_rank_genes_groups( adata, - #if str($method.key) != '' + #if $method.key key='$method.key', #end if - #if str($method.groupby) != '' + #if $method.groupby groupby='$method.groupby', #end if use_raw=$method.use_raw, @@ -62,17 +62,11 @@ adata=adata, flavor='$method.flavor.flavor', #if $method.flavor.flavor == 'seurat' - #if str($method.flavor.min_mean) != '' - min_mean=$method.flavor.min_mean, - #end if - #if str($method.flavor.max_mean) != '' - max_mean=$method.flavor.max_mean, - #end if - #if str($method.flavor.min_disp) != '' - min_disp=$method.flavor.min_disp, - #end if + min_mean=$method.flavor.min_mean, + max_mean=$method.flavor.max_mean, + min_disp=$method.flavor.min_disp, #if str($method.flavor.max_disp) != '' - max_disp=$method.flavor.max_disp, + max_disp=$method.flavor.max_disp, #end if #else if $method.flavor.flavor == 'cell_ranger' n_top_genes=$method.flavor.n_top_genes, diff -r 2d02d9702d3a -r a03ff8633507 macros.xml --- a/macros.xml Wed Nov 08 14:44:39 2023 +0000 +++ b/macros.xml Fri Nov 17 09:12:00 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 2d02d9702d3a -r a03ff8633507 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