Mercurial > repos > recetox > mfassignr_kmdnoise
comparison macros.xml @ 5:634ae07958a2 draft
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/mfassignr commit 1e98df2131b9b5384ca2e4310f93270eae6f517c
| author | recetox |
|---|---|
| date | Tue, 22 Oct 2024 07:25:03 +0000 |
| parents | 922f0b4507d2 |
| children | a7a823839ae3 |
comparison
equal
deleted
inserted
replaced
| 4:922f0b4507d2 | 5:634ae07958a2 |
|---|---|
| 82 <option value="neg" >negative</option> | 82 <option value="neg" >negative</option> |
| 83 <option value="pos" selected="true">positive</option> | 83 <option value="pos" selected="true">positive</option> |
| 84 </param> | 84 </param> |
| 85 </xml> | 85 </xml> |
| 86 | 86 |
| 87 <xml name="mfassign_param"> | 87 <xml name="mfassign_required_shared"> |
| 88 <param name="ppm_err" type="integer" label="ppm_err" | 88 <param name="ppm_err" type="integer" label="ppm_err" |
| 89 help= "Error tolerance (ppm) for formula assignment" value="3"/> | 89 help= "Error tolerance (ppm) for formula assignment" value="3"/> |
| 90 <expand macro="ionmode_param" /> | 90 <expand macro="ionmode_param" /> |
| 91 <expand macro="noise_threshold_params" /> | 91 <expand macro="noise_threshold_params" /> |
| 92 <param name="lowMW" type="float" label="Lower limit of molecular mass to be assigned" value="100" | 92 <param name="lowMW" type="float" label="Lower limit of molecular mass to be assigned" value="100" |
| 93 help= "Lower limit of molecular mass to be assigned."/> | 93 help= "Lower limit of molecular mass to be assigned."/> |
| 94 <param name="highMW" type="float" label="Upper limit of molecular mass to be assigned" value="1000" | 94 <param name="highMW" type="float" label="Upper limit of molecular mass to be assigned" value="1000" |
| 95 help= "Upper limit of molecular mass to be assigned."/> | 95 help= "Upper limit of molecular mass to be assigned."/> |
| 96 </xml> | |
| 97 | |
| 98 <xml name="mfassign_elements_shared"> | |
| 99 <param name="Mx" type="integer" label="Amount of Sodium adduct" value="0" help= "Sets the amount of Sodium adduct to be used in assignment."/> | |
| 100 <param name="NH4x" type="integer" label="Amount of Ammonium adduct" value="0" help= "Sets the amount of Ammonium adduct to be used in assignment."/> | |
| 101 <param name="Ox" type="integer" label="Maximum number of oxygen looked for in the CHOFIT core" value="30" help= "Sets the maximum number of oxygen looked for in the CHOFIT core, it limits the number of loops performed."/> | |
| 102 </xml> | |
| 103 | |
| 104 <xml name="mfassign_ratios_shared"> | |
| 105 <param name="O_Cmin" type="float" label="Minimum allowed O/C ratio" value="0" help= "Sets the minimum allowed oxygen to carbon ratio."/> | |
| 106 <param name="O_Cmax" type="float" label="Upper limit for O/C ratio" value="2.5" help= "Sets the upper limit for oxygen to carbon ratio."/> | |
| 107 <param name="H_Cmin" type="float" label="Lower limit for H/C ratio" value="0.1" help= "Sets the lower limit for hydrogen to carbon ratio."/> | |
| 108 <param name="H_Cmax" type="float" label="Upper limit for H/C ratio" value="3" help= "Sets the upper limit for hydrogen to carbon ratio for assigned formulas."/> | |
| 109 </xml> | |
| 110 | |
| 111 <xml name="mfassign_advanced_shared"> | |
| 112 <param name="Zx" type="integer" label="Amount of charge" min="1" max="5" value="1" help= "Sets the amount of charge to be used in assignment."/> | |
| 113 <param name="assign_typeof_ions" type="select" display="radio" label="Assign odd electron ions based on the ionization mode?" help="This parameter determines whether to assign either positive mode odd electron ions (if ionMode is positive) or negative mode odd electron ions (if ionMode is negative)."> | |
| 114 <option value="yes">yes</option> | |
| 115 <option value="no" selected="true">no</option> | |
| 116 </param> | |
| 117 <param name="DBEOmin" type="float" label="Lower limit for DBE minus oxygen QA parameter" value="-13" help= "Sets the lower limit for double bond equivalent (DBE) minus oxygen QA parameter."/> | |
| 118 <param name="DBEOmax" type="float" label="Upper limit for DBE minus oxygen QA parameter" value="13" help= "Sets the upper limit for double bond equivalent (DBE) minus oxygen QA parameter."/> | |
| 119 <param name="Omin" type="integer" min="0" label="Lower limit for number of O in assigned formula" value="0" help= "Sets the lower limit for oxygen number in assigned formula."/> | |
| 120 <param name="max_def" type="float" min="0" max="1" label="Upper limit for KMD" value="0.9" help= "Sets the upper limit of mass defect for using floor() instead of round() for KMD."/> | |
| 121 <param name="min_def" type="float" min="0" max="1" label="Lower limit for KMD" value="0.5" help= "Sets the lower limit of mass defect for using floor() instead of round() for KMD."/> | |
| 122 <param name = "HetCut" type="select" display="radio" label="Turn on the high heteroatom QA parameter?" help= "HetCut turns on or off the high heteroatom QA parameter."> | |
| 123 <option value="on">yes</option> | |
| 124 <option value="off" selected="true">no</option> | |
| 125 </param> | |
| 126 <param name = "NMScut" type="select" display="radio" label="NMScut" help= "Turn on the nominal mass series QA parameter?"> | |
| 127 <option value="on" selected="true">yes</option> | |
| 128 <option value="off">no</option> | |
| 129 </param> | |
| 130 <param name="nLoop" type="integer" min="1" label="Number of times the KMD and z* series assignment loops" value="5" help= "Sets the number of times the KMD and z* series assignment loops."/> | |
| 131 <param name="ambig_bool" type="select" display="radio" label="Turn on the increased ambiguity for assignment?" help= "Turns on or off increased ambiguity for assignment."> | |
| 132 <option value="on">yes</option> | |
| 133 <option value="off" selected="true">no</option> | |
| 134 </param> | |
| 135 <param name = "MSMS" type="select" display="radio" label="Turn on the CH2 KMD prescreening before initial assignment?" help= "Turns on or off CH2 KMD prescreening before initial assignment."> | |
| 136 <option value="on" >yes</option> | |
| 137 <option value="off" selected="true">no</option> | |
| 138 </param> | |
| 139 </xml> | |
| 140 | |
| 141 <xml name="mfassign_valence_param"> | |
| 142 <param name="Sval" type="integer" label="Valence of Sulphur" value="2" help= "Sets the valence of Sulfur."/> | |
| 143 <param name="Nval" type="integer" label="Valence of Nitrogen" value="3" help= "Sets the valence of Nitrogen."/> | |
| 144 <param name="S34val" type="integer" label="Valence of Sulphur 34" value="2" help= "Sets the valence of Sulfur 34."/> | |
| 145 <param name="N15val" type="integer" label="Valence of Nitrogen 15" value="3" help= "Sets the valence of Nitrogen 15."/> | |
| 146 <param name="Pval" type="integer" label="Valence of Phosphorus" value="5" help= "Sets the valence of Phosphorus."/> | |
| 147 </xml> | |
| 148 | |
| 149 <xml name="mfassigncho_param"> | |
| 150 <expand macro="mfassign_required_shared" /> | |
| 151 <section name="advanced" title="Advanced" expanded="false"> | |
| 152 <section name="elements_amount" title="Set amount of elements" expanded="false"> | |
| 153 <param name="Ex" type="integer" label="Amount of Chlorine 37" value="0" help= "Sets the amount of Chlorine 37 to be used in assignment."/> | |
| 154 <expand macro="mfassign_elements_shared" /> | |
| 155 </section> | |
| 156 <section name="set_ratios" title="Set the ratios" expanded="false"> | |
| 157 <expand macro="mfassign_ratios_shared" /> | |
| 158 </section> | |
| 159 <section name="other_params" title="Other" expanded="false"> | |
| 160 <expand macro="mfassign_advanced_shared" /> | |
| 161 <param name="DeNovo" type="float" label="De novo cut point for the data" value="1000" help= "Sets the de novo cut point for the data."/> | |
| 162 </section> | |
| 163 </section> | |
| 164 </xml> | |
| 165 | |
| 166 <xml name="mfassign_param"> | |
| 167 <expand macro="mfassign_required_shared" /> | |
| 168 <section name="advanced" title="Advanced" expanded="false"> | |
| 169 <section name="elements_amount" title="Set amount of elements" expanded="false"> | |
| 170 <param name="Nx" type="integer" label="Amount of Nitrogen 14" value="0" help= "Sets the maximum allowable number of Nitrogen 14 to be used in assign"/> | |
| 171 <param name="Sx" type="integer" label="Amount of Sulphur 32" value="0" help= "Sets the maximum allowable number of Sulfur 32 to be used in assign"/> | |
| 172 <param name="Px" type="integer" label="Amount of Phosphorus 31" value="0" help= "Sets the maximum allowable number of Phosphorus 31 to be used in assign"/> | |
| 173 <param name="Ex" type="integer" label="Amount of Carbon 13" value="0" help= "Sets the amount of Carbon 13 to be used in assignment."/> | |
| 174 <param name="S34x" type="integer" label="Amount of Sulfur 34" value="0" help= "Sets the amount of Sulfur 34 to be used in assignment."/> | |
| 175 <param name="N15x" type="integer" label="Amount of Nitrogen 15" value="0" help= "Sets the amount of Nitrogen 15 to be used in assignment."/> | |
| 176 <param name="Dx" type="integer" label="Amount of Deuterium" value="0" help= "Sets the amount of Deuterium to be used in assignment."/> | |
| 177 <param name="Clx" type="integer" label="Amount of Chlorine" value="0" help= "Sets the amount of Chlorine to be used in assignment."/> | |
| 178 <param name="Fx" type="integer" label="Amount of Fluorine" value="0" help= "Sets the amount of Fluorine to be used in assignment."/> | |
| 179 <param name="Cl37x" type="integer" label="Amount of Chlorine 37" value="0" help= "Sets the amount of Chlorine 37 to be used in assignment."/> | |
| 180 <param name="Br81x" type="integer" label="Amount of Bromine 81" value="0" help= "Sets the amount of Bromine 81 to be used in assignment."/> | |
| 181 <param name="Ix" type="integer" label="Amount of Iodine 127" value="0" help= "Sets the amount of Iodine 127 to be used in assignment."/> | |
| 182 <expand macro="mfassign_elements_shared" /> | |
| 183 </section> | |
| 184 | |
| 185 <section name="set_valence" title="Set the valence" expanded="false"> | |
| 186 <expand macro="mfassign_valence_param"/> | |
| 187 </section> | |
| 188 | |
| 189 <section name="set_ratios" title="Set the ratios" expanded="false"> | |
| 190 <expand macro="mfassign_ratios_shared" /> | |
| 191 <param name="S34_abund" type="integer" min="0" max="100" label="Maximum 34S/32S isotope ratio" value="30" help= "Sets the maximum 34S/32S isotope ratio (in percent) for isotope matching."/> | |
| 192 <param name="C13_abund" type="integer" min="0" max="100" label="Maximum 13C/12C isotope ratio" value="60" help= "Sets the maximum 13C/12C isotope ratio (in percent) for isotope matching."/> | |
| 193 </section> | |
| 194 | |
| 195 <section name="other_params" title="Other" expanded="false"> | |
| 196 <param name="iso_err" type="integer" min="0" max="20" label="Error tolerance (ppm) for polyisotope matching" value="3" help= "Sets the the error tolerance (ppm) for polyisotope matching."/> | |
| 197 <expand macro="mfassign_advanced_shared" /> | |
| 198 <param name = "SulfCheck" type="select" display="radio" label="Turn on the sulfur isotope check?" help= "Turns on or off the sulfur isotope check QA parameter.c"> | |
| 199 <option value="on" selected="true">yes</option> | |
| 200 <option value="off">no</option> | |
| 201 </param> | |
| 202 <param name = "N3corr" type="select" display="radio" label="Turn on the correction of N3OS monoisotopic assignments to 13C assignment?" help= "Turns on or off correction of N3OS monoisotopic assignments to 13C assignment."> | |
| 203 <option value="on" selected="true">yes</option> | |
| 204 <option value="off">no</option> | |
| 205 </param> | |
| 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> | |
| 208 </section> | |
| 96 </xml> | 209 </xml> |
| 97 | 210 |
| 98 <xml name="findrecalseries_param"> | 211 <xml name="findrecalseries_param"> |
| 99 <param name="input_file" type="data" format="tabular" label="Input data" | 212 <param name="input_file" type="data" format="tabular" label="Input data" |
| 100 help= "Recalibration series, output from RecalList"/> | 213 help= "Recalibration series, output from RecalList"/> |
