comparison recetox_aplcms_recover_weaker_signals.xml @ 5:fd66fc063ce8 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:16:12 +0000
parents 755ff0afaaff
children c3d4b82c7e5d
comparison
equal deleted inserted replaced
4:755ff0afaaff 5:fd66fc063ce8
1 <tool id="recetox_aplcms_recover_weaker_signals" name="recetox-aplcms - recover weaker signals" version="@TOOL_VERSION@+galaxy0"> 1 <tool id="recetox_aplcms_recover_weaker_signals" name="recetox-aplcms - recover weaker signals" version="@TOOL_VERSION@+galaxy1">
2 <description>recover weaker signals from raw data using an aligned feature table</description> 2 <description>recover weaker signals from raw data using an aligned feature table</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>
96 <expand macro="recover_weaker_params"/> 96 <expand macro="recover_weaker_params"/>
97 <expand macro="bandwidth_params"/> 97 <expand macro="bandwidth_params"/>
98 </inputs> 98 </inputs>
99 99
100 <outputs> 100 <outputs>
101 <data label="${tool.name} on ${on_string}" name="output_file" format="parquet" /> 101 <data label="${($input_file.element_identifier).rsplit('.',1)[0]}.parquet" name="output_file" format="parquet" />
102 </outputs> 102 </outputs>
103 103
104 <tests> 104 <tests>
105 105
106 </tests> 106 </tests>