Mercurial > repos > recetox > mfassignr_recal
comparison macros.xml @ 3:3ea8ed561c5a draft
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/mfassignr commit c16561e825cd376dec5f5c252dc8743ad1dc2ca4
| author | recetox |
|---|---|
| date | Mon, 16 Sep 2024 09:07:13 +0000 |
| parents | a3113a7c1767 |
| children | 407bf5518a2c |
comparison
equal
deleted
inserted
replaced
| 2:a3113a7c1767 | 3:3ea8ed561c5a |
|---|---|
| 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."/> |
