Mercurial > repos > recetox > mfassignr_histnoise
comparison macros.xml @ 6:9654573e6889 draft default tip
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/mfassignr commit 7d98b78ae27b24ee581d40ff0b624d7ecb288030
author | recetox |
---|---|
date | Fri, 01 Nov 2024 08:18:56 +0000 |
parents | 5dd25cf1ac0a |
children |
comparison
equal
deleted
inserted
replaced
5:5dd25cf1ac0a | 6:9654573e6889 |
---|---|
1 <macros> | 1 <macros> |
2 <token name="@TOOL_VERSION@">1.1.1</token> | 2 <token name="@TOOL_VERSION@">1.1.2</token> |
3 <xml name="requirements"> | 3 <xml name="requirements"> |
4 <requirements> | 4 <requirements> |
5 <requirement type="package" version="@TOOL_VERSION@">r-mfassignr</requirement> | 5 <requirement type="package" version="@TOOL_VERSION@">r-mfassignr</requirement> |
6 </requirements> | 6 </requirements> |
7 </xml> | 7 </xml> |
206 <param name="DeNovo" type="float" label="De novo cut point for the data" value="300" help= "Sets the de novo cut point for the data."/> | 206 <param name="DeNovo" type="float" label="De novo cut point for the data" value="300" help= "Sets the de novo cut point for the data."/> |
207 </section> | 207 </section> |
208 </section> | 208 </section> |
209 </xml> | 209 </xml> |
210 | 210 |
211 <xml name="findrecalseries_param"> | |
212 <param name="input_file" type="data" format="tabular" label="Input data" | |
213 help= "Recalibration series, output from RecalList"/> | |
214 <param name="global_min" type="float" label="Global min" value="0" min="0" | |
215 help= "A lower bound of the instrument m/z range."/> | |
216 <param name="global_max" type="float" label="Global max" value="1000" min="0" | |
217 help= "A higher bound of the instrument m/z range."/> | |
218 <param name="number_of_combinations" type="integer" label="Number of combinations" | |
219 help= "Combinations of how many series should be computed." value="5"/> | |
220 <param name="abundance_score_threshold" type="float" label="Abundance score threshold" value="100" | |
221 help= "A threshold for filtering abundance score parameter. The series with higher values are better."/> | |
222 <param name="peak_distance_threshold" type="float" label="Peak distance threshold" value="2" | |
223 help= "A threshold for the peak distance parameter. The closer this value is to 1, the better."/> | |
224 <param name="coverage_threshold" type="integer" label="How many % of the m/z range should be covered." | |
225 help= "How many % of the m/z range should be covered." value="90"/> | |
226 <param name="fill_series" type="boolean" truevalue="TRUE" falsevalue="FALSE" label="Whether to return top 10 unique series (TRUE) or series only from the best combination." | |
227 help= "If TRUE, top 10 unique series will be returned, otherwise only the series from the best | |
228 combination will be returned." value="false"/> | |
229 </xml> | |
230 | |
231 <xml name="recal_param"> | 211 <xml name="recal_param"> |
232 <param name="input_file" type="data" format="tabular" label="Input data (Output from MFAssign)" | 212 <param name="input_file" type="data" format="tabular" label="Input data (Output from MFAssign)" |
233 help= "Input data frame, the output from MFAssign or MFAssignCHO"/> | 213 help= "Input data frame, the output from MFAssign or MFAssignCHO"/> |
234 <param name="series" type="data" format="tabular" label="Calibration series (Output from RecalList)" | 214 <param name="series" type="data" format="tabular" label="Calibration series (Output from RecalList)" |
235 help= "Calibration series (Output from RecalList). At maximum the first 10 rows are used."/> | 215 help= "Calibration series (Output from RecalList). At maximum the first 10 rows are used."/> |