comparison recetox_aplcms_generate_feature_table.xml @ 3:477b5144a422 draft

planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 505c3374a3e1e9aa450fcb752f2b8f87558fedbb
author recetox
date Thu, 25 May 2023 09:14:23 +0000
parents e8962c8340f4
children 702a849c1e0e
comparison
equal deleted inserted replaced
2:73d8537dcbd6 3:477b5144a422
1 <tool id="recetox_aplcms_generate_feature_table" name="recetox-aplcms - generate feature table" version="@TOOL_VERSION@+galaxy0"> 1 <tool id="recetox_aplcms_generate_feature_table" name="recetox-aplcms - generate feature table" version="@TOOL_VERSION@+galaxy1">
2 <description>generate feature table from noise-removed HRMS profile data</description> 2 <description>generate feature table from noise-removed HRMS profile data</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 <import>help.xml</import> 5 <import>help.xml</import>
6 </macros> 6 </macros>
61 <expand macro="bandwidth_params"/> 61 <expand macro="bandwidth_params"/>
62 <expand macro="generate_feature_table_params"/> 62 <expand macro="generate_feature_table_params"/>
63 </inputs> 63 </inputs>
64 64
65 <outputs> 65 <outputs>
66 <data label="${tool.name} on ${on_string}" name="output_file" format="parquet" /> 66 <data label="${($profile.element_identifier).rsplit('.',1)[0]}.parquet" name="output_file" format="parquet" />
67 </outputs> 67 </outputs>
68 68
69 <tests> 69 <tests>
70 70
71 </tests> 71 </tests>