Mercurial > repos > galaxyp > feature_alignment
comparison macros.xml @ 0:7ac5166f8bbc draft default tip
"planemo upload for repository https://github.com/msproteomicstools/msproteomicstools/blob/master/TRIC-README.md commit 75f5dee4cc5cb3dbfac3d1d32d8bceb2a22634d7"
author | galaxyp |
---|---|
date | Fri, 10 Dec 2021 00:30:05 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:7ac5166f8bbc |
---|---|
1 <?xml version="1.0" ?> | |
2 <macros> | |
3 <xml name="mst_params"> | |
4 <param name="mst_useRTCorrection" type="boolean" truevalue="True" falsevalue="False" checked="true" label="Use aligned peakgroup RT to continue threading" help="Use aligned peakgroup RT to continue threading in MST algorithm. It is highly recommend to set this to 'True'"/> | |
5 <param name="mst_Stdev_multiplier" type="float" value="-1.0" label="Standard deviation multiplier" | |
6 help="Turn on adaptive RT tolerances: How many standard deviations the peakgroup can deviate in RT during the alignment (if less than max_rt_diff, then max_rt_diff is used). It is recommended to set this to a value between 2.0 and 4.0."/> | |
7 <param name="mst_useLocalStdev" type="boolean" truevalue="True" falsevalue="False" checked="false" label="Use local standard deviation" help="Use standard deviation of local region of the chromatogram. This is experimental and may not work."/> | |
8 <param name="mst_useReference" type="boolean" truevalue="True" falsevalue="False" checked="false" label="Use a reference-based tree for alignment" help=""/> | |
9 </xml> | |
10 </macros> |