Mercurial > repos > recetox > matchms_formatter
comparison matchms_formatter.xml @ 1:364976b9aba6 draft
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit 67040e686204e86c07ec46ca90129e50e40eb737"
author | recetox |
---|---|
date | Tue, 11 Jan 2022 15:13:57 +0000 |
parents | 0a08bed94964 |
children | 52abfe76c25b |
comparison
equal
deleted
inserted
replaced
0:0a08bed94964 | 1:364976b9aba6 |
---|---|
29 #end if | 29 #end if |
30 </configfile> | 30 </configfile> |
31 </configfiles> | 31 </configfiles> |
32 | 32 |
33 <inputs> | 33 <inputs> |
34 <param label="Scores Table" name="scores" type="data" format="tsv" help="Scores output table." /> | 34 <param label="Scores Table" name="scores" type="data" format="csv,tsv" help="Scores output table." /> |
35 <param label="Matches Table" name="matches" type="data" format="tsv" help="Scores output table." /> | 35 <param label="Matches Table" name="matches" type="data" format="csv,tsv" help="Scores output table." /> |
36 | 36 |
37 <conditional name="method"> | 37 <conditional name="method"> |
38 <param name="selection" type="select" label="Formatting method"> | 38 <param name="selection" type="select" label="Formatting method"> |
39 <option value="get-thresholded-data" selected="true">Thresholding</option> | 39 <option value="get-thresholded-data" selected="true">Thresholding</option> |
40 <option value="get-top-k-data">Top K Matches</option> | 40 <option value="get-top-k-data">Top K Matches</option> |
50 </when> | 50 </when> |
51 </conditional> | 51 </conditional> |
52 | 52 |
53 </inputs> | 53 </inputs> |
54 <outputs> | 54 <outputs> |
55 <data label="${tool.name} (${method.selection}) on ${on_string}" name="output" format="tsv" /> | 55 <data label="${tool.name} (${method.selection}) on ${on_string}" name="output" format_source="scores" /> |
56 </outputs> | 56 </outputs> |
57 | 57 |
58 <tests> | 58 <tests> |
59 <test> | 59 <test> |
60 <param name="scores" value="scores_test2_out.tsv" ftype="tsv"/> | 60 <param name="scores" value="scores_test2_out.tsv" ftype="tsv"/> |