comparison recetox_aplcms_remove_noise.xml @ 3:e3acbc988e14 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:15:08 +0000
parents caa39ec7a18b
children 156293ea9f88
comparison
equal deleted inserted replaced
2:caa39ec7a18b 3:e3acbc988e14
1 <tool id="recetox_aplcms_remove_noise" name="recetox-aplcms - remove noise" version="@TOOL_VERSION@+galaxy0"> 1 <tool id="recetox_aplcms_remove_noise" name="recetox-aplcms - remove noise" version="@TOOL_VERSION@+galaxy1">
2 <description>filter noise and detect peaks in high resolution mass spectrometry (HRMS) profile data</description> 2 <description>filter noise and detect peaks in high resolution mass spectrometry (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>
37 help="Sample data in .mzml format acquired in profile mode." /> 37 help="Sample data in .mzml format acquired in profile mode." />
38 <expand macro="remove_noise_params"/> 38 <expand macro="remove_noise_params"/>
39 </inputs> 39 </inputs>
40 40
41 <outputs> 41 <outputs>
42 <data label="${tool.name} on ${on_string}" name="output_file" format="parquet" /> 42 <data label="${($input_file.element_identifier).rsplit('.',1)[0]}.parquet" name="output_file" format="parquet" />
43 </outputs> 43 </outputs>
44 44
45 <tests> 45 <tests>
46 <test> 46 <test>
47 <param name="input_file" value="mbr_test0.mzml" ftype="mzml"/> 47 <param name="input_file" value="mbr_test0.mzml" ftype="mzml"/>