Mercurial > repos > recetox > mfassignr_findrecalseries
comparison macros.xml @ 1:ad4176b336dc draft
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/mfassignr commit c16561e825cd376dec5f5c252dc8743ad1dc2ca4
author | recetox |
---|---|
date | Mon, 16 Sep 2024 09:06:29 +0000 |
parents | a26b860d6ce7 |
children | 7944c8cf27c3 |
comparison
equal
deleted
inserted
replaced
0:a26b860d6ce7 | 1:ad4176b336dc |
---|---|
97 </xml> | 97 </xml> |
98 | 98 |
99 <xml name="findrecalseries_param"> | 99 <xml name="findrecalseries_param"> |
100 <param name="input_file" type="data" format="tabular" label="Input data" | 100 <param name="input_file" type="data" format="tabular" label="Input data" |
101 help= "Recalibration series, output from RecalList"/> | 101 help= "Recalibration series, output from RecalList"/> |
102 <param name="global_min" type="float" label="Global min" | 102 <param name="global_min" type="float" label="Global min" value="0" min="0" |
103 help= "A lower bound of the instrument m/z range."/> | 103 help= "A lower bound of the instrument m/z range."/> |
104 <param name="global_max" type="float" label="Global max" | 104 <param name="global_max" type="float" label="Global max" value="1000" min="0" |
105 help= "A higher bound of the instrument m/z range."/> | 105 help= "A higher bound of the instrument m/z range."/> |
106 <param name="number_of_combinations" type="integer" label="Number of combinations" | 106 <param name="number_of_combinations" type="integer" label="Number of combinations" |
107 help= "Combinations of how many series should be computed." value="5"/> | 107 help= "Combinations of how many series should be computed." value="5"/> |
108 <param name="abundance_score_threshold" type="float" label="Abundance score threshold" value="100" | 108 <param name="abundance_score_threshold" type="float" label="Abundance score threshold" value="100" |
109 help= "A threshold for filtering abundance score parameter. The series with higher values are better."/> | 109 help= "A threshold for filtering abundance score parameter. The series with higher values are better."/> |