comparison normalize.xml @ 23:2b6498d4c8c6 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/scanpy commit 732303de9670376c88e7afb2f23336ee1433e97d
author iuc
date Thu, 26 Mar 2026 12:50:57 +0000
parents 5dada6f76047
children
comparison
equal deleted inserted replaced
22:e639abb0de92 23:2b6498d4c8c6
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="bio_tools"/> 6 <expand macro="bio_tools"/>
7 <expand macro="requirements"> 7 <expand macro="requirements">
8 <requirement type="package" version="2.0.3">pandas</requirement>
8 <requirement type="package" version="3.0.0">magic-impute</requirement> 9 <requirement type="package" version="3.0.0">magic-impute</requirement>
9 </expand> 10 </expand>
10 <expand macro="version_command"/> 11 <expand macro="version_command"/>
11 <command detect_errors="exit_code"><![CDATA[ 12 <command detect_errors="exit_code"><![CDATA[
12 @CMD@ 13 @CMD@
27 max_fraction=$method.exclude_highly_expressed.max_fraction, 28 max_fraction=$method.exclude_highly_expressed.max_fraction,
28 #end if 29 #end if
29 #if str($method.key_added) != '': 30 #if str($method.key_added) != '':
30 key_added='$method.key_added', 31 key_added='$method.key_added',
31 #end if 32 #end if
32 #if str($method.layer) != '': 33 @CMD_PARAM_LAYER@
33 layer='$method.layer',
34 #end if
35 inplace=True) 34 inplace=True)
36 35
37 #else if str($method.method) == 'pp.recipe_zheng17': 36 #else if str($method.method) == 'pp.recipe_zheng17':
38 sc.pp.recipe_zheng17( 37 sc.pp.recipe_zheng17(
39 adata=adata, 38 adata=adata,
122 <when value="False"/> 121 <when value="False"/>
123 </conditional> 122 </conditional>
124 <param argument="key_added" type="text" value="" optional="true" label="Name of the field in 'adata.obs' where the normalization factor is stored"> 123 <param argument="key_added" type="text" value="" optional="true" label="Name of the field in 'adata.obs' where the normalization factor is stored">
125 <expand macro="sanitize_query"/> 124 <expand macro="sanitize_query"/>
126 </param> 125 </param>
127 <param argument="layer" type="text" value="" label="Layer to normalize instead of X. If not provided, X is normalized."> 126 <expand macro="param_layer" label="Layer to normalize instead of X. If not provided, X is normalized."/>
128 <expand macro="sanitize_query"/>
129 </param>
130 </when> 127 </when>
131 <when value="pp.recipe_zheng17"> 128 <when value="pp.recipe_zheng17">
132 <param argument="n_top_genes" type="integer" min="0" value="1000" label="Number of genes to keep"/> 129 <param argument="n_top_genes" type="integer" min="0" value="1000" label="Number of genes to keep"/>
133 <expand macro="param_log" checked="true"/> 130 <expand macro="param_log" checked="true"/>
134 </when> 131 </when>