Mercurial > repos > recetox > mfassignr_isofiltr
comparison macros.xml @ 4:ef0388b42f7a 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:41 +0000 |
parents | e7ef7718505d |
children | f7a738bf392f |
comparison
equal
deleted
inserted
replaced
3:e7ef7718505d | 4:ef0388b42f7a |
---|---|
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."/> |