Mercurial > repos > recetox > recetox_aplcms_recover_weaker_signals
comparison recetox_aplcms_recover_weaker_signals.xml @ 5:e32b37017e68 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:02 +0000 |
parents | 1d643a079220 |
children | a851350b8581 |
comparison
equal
deleted
inserted
replaced
4:1d643a079220 | 5:e32b37017e68 |
---|---|
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> |