comparison matchms_formatter.xml @ 3:574c6331e9db draft

planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit 38a5028a7abe99794086e9b1374ab4bb8bfa68de
author recetox
date Wed, 21 Sep 2022 15:29:51 +0000
parents 60f34912b3de
children 966b4134ad12
comparison
equal deleted inserted replaced
2:a5c84c9c1a28 3:574c6331e9db
1 <tool id="matchms_formatter" name="matchms output formatter" version="0.1.3" python_template_version="3.5"> 1 <tool id="matchms_formatter" name="matchms output formatter" version="0.1.4" python_template_version="3.5">
2 <description>reformat output tables of matchms</description> 2 <description>reformat output tables of matchms</description>
3 3
4 <macros> 4 <macros>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 </macros> 6 </macros>
30 #end if 30 #end if
31 </configfile> 31 </configfile>
32 </configfiles> 32 </configfiles>
33 33
34 <inputs> 34 <inputs>
35 <param label="Scores Table" name="scores" type="data" format="csv,tabular,tsv" help="Scores output table." /> 35 <param label="Scores Table" name="scores" type="data" format="tsv" help="Scores output table." />
36 <param label="Matches Table" name="matches" type="data" format="csv,tabular,tsv" help="Scores output table." /> 36 <param label="Matches Table" name="matches" type="data" format="tsv" help="Scores output table." />
37 37
38 38
39 <conditional name="method"> 39 <conditional name="method">
40 <param name="selection" type="select" label="Formatting method"> 40 <param name="selection" type="select" label="Formatting method">
41 <option value="get-thresholded-data" selected="true">Thresholding</option> 41 <option value="get-thresholded-data" selected="true">Thresholding</option>
52 </when> 52 </when>
53 </conditional> 53 </conditional>
54 54
55 </inputs> 55 </inputs>
56 <outputs> 56 <outputs>
57 <data label="${tool.name} (${method.selection}) on ${on_string}" name="output" format_source="scores"/> 57 <data label="${tool.name} (${method.selection}) on ${on_string}" name="output" format="tsv"/>
58 </outputs> 58 </outputs>
59 59
60 <tests> 60 <tests>
61 <test> 61 <test>
62 <param name="scores" value="scores_test2_out.tsv" ftype="tsv"/> 62 <param name="scores" value="scores_test2_out.tsv" ftype="tsv"/>