# HG changeset patch # User iuc # Date 1724147502 0 # Node ID a39040ae0a385e2870723d14c24d088d6ab98d7b # Parent e66884b1c1a558cc3d4e04ad5571cc41a41dad56 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/scanpy/ commit 0ef475df22ba51263bb3d1db9f8797c723db35b0 diff -r e66884b1c1a5 -r a39040ae0a38 macros.xml --- a/macros.xml Wed Jul 31 18:10:08 2024 +0000 +++ b/macros.xml Tue Aug 20 09:51:42 2024 +0000 @@ -435,6 +435,10 @@ </when> <when value="customfile"> <param argument="var_names" type="data" format="tabular" label="List of variables to plot" help="This should be a tsv where row = group (e.g. celltypes) and columns = variables."></param> + <param name="header" type="select" label="Header in the list of markers?"> + <option value="included">Header incldued</option> + <option value="not_included">Header not included</option> + </param> </when> </conditional> </xml> @@ -471,6 +475,12 @@ <expand macro="param_groupby"/> <expand macro="param_num_categories"/> </xml> + <token name="@CMD_var_names_header_check@"><![CDATA[ +header='infer' +#if $method.var_names.type == 'customfile' and $method.var_names.header == 'not_included' : +header=None +#end if + ]]></token> <token name="@CMD_params_inputs@"><![CDATA[ #if $method.var_names.type == 'custom' #set $var_names = ([x.strip() for x in str($method.var_names.var_names).split(',')]) diff -r e66884b1c1a5 -r a39040ae0a38 test-data/cosg.rank_genes_groups.newton-cg.pbmc68k_highly_reduced_1.h5ad Binary file test-data/cosg.rank_genes_groups.newton-cg.pbmc68k_highly_reduced_1.h5ad has changed diff -r e66884b1c1a5 -r a39040ae0a38 test-data/cosg.rank_genes_groups.newton-cg.pbmc68k_highly_reduced_1_out.h5ad Binary file test-data/cosg.rank_genes_groups.newton-cg.pbmc68k_highly_reduced_1_out.h5ad has changed diff -r e66884b1c1a5 -r a39040ae0a38 test-data/pl.rank_genes_groups.newton-cg.pbmc68k_highly_reduced_marker_1.png Binary file test-data/pl.rank_genes_groups.newton-cg.pbmc68k_highly_reduced_marker_1.png has changed diff -r e66884b1c1a5 -r a39040ae0a38 test-data/pl.rank_genes_groups.newton-cg.pbmc68k_highly_reduced_marker_filtered_1.png Binary file test-data/pl.rank_genes_groups.newton-cg.pbmc68k_highly_reduced_marker_filtered_1.png has changed