# HG changeset patch # User iuc # Date 1618251346 0 # Node ID 9a169729c9f9b9711ccc729faa8af804dcf06936 # Parent 6adf98e782f3378f02b16a9d5d2a71c6dd8f0b60 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy/ commit 9a4fd56468fd032c995b9033267123e723fea927" diff -r 6adf98e782f3 -r 9a169729c9f9 plot.xml --- a/plot.xml Tue Mar 16 13:01:04 2021 +0000 +++ b/plot.xml Mon Apr 12 18:15:46 2021 +0000 @@ -1,4 +1,4 @@ - + with scanpy macros.xml @@ -59,6 +59,9 @@ #else if $method.method == 'pl.heatmap' sc.pl.heatmap( @CMD_param_plot_inputs@ + #if str($method.gene_symbols) != '' + gene_symbols='$method.gene_symbols', + #end if @CMD_params_inputs@ @CMD_params_plots@ @CMD_pl_heatmap@) @@ -66,6 +69,9 @@ #else if $method.method == 'pl.dotplot' sc.pl.dotplot( @CMD_param_plot_inputs@ + #if str($method.gene_symbols) != '' + gene_symbols='$method.gene_symbols', + #end if @CMD_params_inputs@ @CMD_params_plots@ @CMD_pl_dotplot@) @@ -103,6 +109,9 @@ #else if $method.method == 'pl.stacked_violin' sc.pl.stacked_violin( @CMD_param_plot_inputs@ + #if str($method.gene_symbols) != '' + gene_symbols='$method.gene_symbols', + #end if @CMD_params_inputs@ @CMD_params_plots@ @CMD_pl_stacked_violin@) @@ -110,6 +119,9 @@ #else if $method.method == 'pl.matrixplot' sc.pl.matrixplot( @CMD_param_plot_inputs@ + #if str($method.gene_symbols) != '' + gene_symbols='$method.gene_symbols', + #end if @CMD_params_inputs@ @CMD_params_plots@ @CMD_pl_matrixplot@) @@ -474,11 +486,13 @@ + + @@ -523,11 +537,13 @@ + + @@ -917,6 +933,56 @@ + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ @@ -976,6 +1042,44 @@ + + + + + + + + + + + + + + + +
+ + + +
+
+
+ +
+ + + + + + + + + + + + +
+ @@ -1093,6 +1197,41 @@ + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + +
+ @@ -1137,6 +1276,46 @@ + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + +
+ diff -r 6adf98e782f3 -r 9a169729c9f9 test-data/pp.filter_genes_dispersion.krumsiek11-seurat.h5ad Binary file test-data/pp.filter_genes_dispersion.krumsiek11-seurat.h5ad has changed