Mercurial > repos > recetox > aplcms_unsupervised
comparison aplcms_macros.xml @ 3:de4a15f108a1 draft default tip
"planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/aplcms commit ffadabe63b4a1428918cb80dc1f8598f41a458bd"
author | recetox |
---|---|
date | Mon, 17 May 2021 09:08:07 +0000 |
parents | 8c6dbef97001 |
children |
comparison
equal
deleted
inserted
replaced
2:8c6dbef97001 | 3:de4a15f108a1 |
---|---|
100 <param name="align_chr_tol" type="float" optional="true" | 100 <param name="align_chr_tol" type="float" optional="true" |
101 label="align_chr_tol (optional)" | 101 label="align_chr_tol (optional)" |
102 help="The retention time tolerance level for peak alignment. The default is NA, which allows the program to search for the tolerance level based on the data." /> | 102 help="The retention time tolerance level for peak alignment. The default is NA, which allows the program to search for the tolerance level based on the data." /> |
103 <param name="align_mz_tol" type="float" optional="true" | 103 <param name="align_mz_tol" type="float" optional="true" |
104 label="align_mz_tol (optional)" | 104 label="align_mz_tol (optional)" |
105 help="The m/z tolerance level for peak alignment. The default is NA, which allows the program to search for the tolerance level based on the data. This value is expressed as the percentage of the m/z value. This value, multiplied by the m/z value, becomes the cutoff level." /> | 105 help="The m/z tolerance level for peak alignment. The default is NA, which allows the program to search for the tolerance level based on the data. The tolerance is given in absolute numbers, not scaled, i.e. for 10ppm tolerance enter '1e-05'. This value, multiplied by the m/z value, becomes the cutoff level." /> |
106 <param name="max_align_mz_diff" type="float" value="0.01" | 106 <param name="max_align_mz_diff" type="float" value="0.01" |
107 label="max_align_mz_diff" | 107 label="max_align_mz_diff" |
108 help="As the m/z tolerance is expressed in relative terms (ppm), it may not be suitable when the m/z range is wide. This parameter limits the tolerance in absolute terms. It mostly influences feature matching in higher m/z range." /> | 108 help="As the m/z tolerance is expressed in relative terms (ppm), it may not be suitable when the m/z range is wide. This parameter limits the tolerance in absolute terms. It mostly influences feature matching in higher m/z range." /> |
109 </section> | 109 </section> |
110 </xml> | 110 </xml> |