Mercurial > repos > ximgchess > hexrd
comparison macros.xml @ 1:a0be4e3aa66d draft
"planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 67d86b67fe5eb83766a49254241307dc1d363697"
author | ximgchess |
---|---|
date | Mon, 23 Nov 2020 16:20:31 +0000 |
parents | 72deb053b5a5 |
children | f0db3e3b9d99 |
comparison
equal
deleted
inserted
replaced
0:72deb053b5a5 | 1:a0be4e3aa66d |
---|---|
286 <param name="omega" type="float" value="" min="0" label="omega"/> | 286 <param name="omega" type="float" value="" min="0" label="omega"/> |
287 </repeat> | 287 </repeat> |
288 <param name="refit" type="text" value="1" label="refit"> | 288 <param name="refit" type="text" value="1" label="refit"> |
289 <validator type="regex" message="">^\d(,\d)*$</validator> | 289 <validator type="regex" message="">^\d(,\d)*$</validator> |
290 </param> | 290 </param> |
291 <param name="tth_max" type="float" value="14.25" label="tth_max"/> | 291 <conditional name="max_tth"> |
292 <param name="tth_max_value" type="select" label="Set tth_max"> | |
293 <option value="true" selected="true">true</option> | |
294 <option value="false">false</option> | |
295 <option value="entered">enter value</option> | |
296 </param> | |
297 <when value="true"/> | |
298 <when value="false"/> | |
299 <when value="entered"> | |
300 <param name="tth_max" type="float" value="14.25" label="tth_max"/> | |
301 </when> | |
302 </conditional> | |
292 </section> | 303 </section> |
293 </xml> | 304 </xml> |
294 | 305 |
295 <token name="@FIT_GRAINS_YML@"><![CDATA[@COMMON_YML@ | 306 <token name="@FIT_GRAINS_YML@"><![CDATA[@COMMON_YML@ |
296 find_orientations: | 307 find_orientations: |
320 tth: $tth # tolerance lists must be identical length | 331 tth: $tth # tolerance lists must be identical length |
321 eta: $eta | 332 eta: $eta |
322 omega: $omega | 333 omega: $omega |
323 | 334 |
324 refit: $refit | 335 refit: $refit |
325 tth_max: $tolerance.tth_max # true, false, or a non-negative value, defaults to true | 336 #if $tolerance.max_tth.tth_max_value == 'entered': |
337 tth_max: $tolerance.max_tth.tth_max # true, false, or a non-negative value, defaults to true | |
338 #else | |
339 tth_max: $tolerance.max_tth.tth_max_value # true, false, or a non-negative value, defaults to true | |
340 #end if | |
326 ]]></token> | 341 ]]></token> |
327 | 342 |
328 </macros> | 343 </macros> |