Mercurial > repos > recetox > matchms_formatter
comparison matchms_formatter.xml @ 2:52abfe76c25b draft
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit 46191b39a711f92418f1d412065bbb3648dbf42d"
author | recetox |
---|---|
date | Mon, 24 Jan 2022 11:15:28 +0000 |
parents | 364976b9aba6 |
children | e2a1dbeba196 |
comparison
equal
deleted
inserted
replaced
1:364976b9aba6 | 2:52abfe76c25b |
---|---|
60 <param name="scores" value="scores_test2_out.tsv" ftype="tsv"/> | 60 <param name="scores" value="scores_test2_out.tsv" ftype="tsv"/> |
61 <param name="matches" value="matches_test2_out.tsv" ftype="tsv"/> | 61 <param name="matches" value="matches_test2_out.tsv" ftype="tsv"/> |
62 <param name="selection" value="get-thresholded-data"/> | 62 <param name="selection" value="get-thresholded-data"/> |
63 <param name="scores_threshold" value="0.4"/> | 63 <param name="scores_threshold" value="0.4"/> |
64 <param name="matches_threshold" value="2"/> | 64 <param name="matches_threshold" value="2"/> |
65 <output name="output" file="test2_threshold_formatting.tsv" ftype="tsv" checksum="md5$8929cdac47252da638f066261ffc16b7"/> | 65 <output name="output" file="formatter/test2_threshold_formatting.tsv" ftype="tsv" checksum="md5$8929cdac47252da638f066261ffc16b7"/> |
66 </test> | 66 </test> |
67 <test> | 67 <test> |
68 <param name="scores" value="scores_test2_out.tsv" ftype="tsv"/> | 68 <param name="scores" value="scores_test2_out.tsv" ftype="tsv"/> |
69 <param name="matches" value="matches_test2_out.tsv" ftype="tsv"/> | 69 <param name="matches" value="matches_test2_out.tsv" ftype="tsv"/> |
70 <param name="selection" value="get-top-k-data"/> | 70 <param name="selection" value="get-top-k-data"/> |
71 <param name="k" value="3"/> | 71 <param name="k" value="3"/> |
72 <output name="output" file="test2_topk_formatting.tsv" ftype="tsv" checksum="md5$a9186721aa2df2f9dbdef5021aa6bc26"/> | 72 <output name="output" file="formatter/test2_topk_formatting.tsv" ftype="tsv" checksum="md5$a9186721aa2df2f9dbdef5021aa6bc26"/> |
73 </test> | 73 </test> |
74 </tests> | 74 </tests> |
75 | 75 |
76 <help><![CDATA[ | 76 <help><![CDATA[ |
77 Usage | 77 Usage |