1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<PARAMETERS version="1.3" xsi:noNamespaceSchemaLocation="http://open-ms.sourceforge.net/schemas/Param_1_3.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<NODE name="FeatureLinkerLabeled" description="Groups corresponding isotope-labeled features in a feature map.">
<ITEM name="version" value="1.9.0" type="string" description="Version of the tool that generated this parameters file." tags="advanced" />
<NODE name="1" description="Instance '1' section for 'FeatureLinkerLabeled'">
<ITEM name="in" value="" type="string" description="Input file (valid formats: 'featureXML')" tags="input file,required" />
<ITEM name="out" value="" type="string" description="Output file (valid formats: 'consensusXML')" tags="output file,required" />
<ITEM name="log" value="TOPP.log" type="string" description="Name of log file (created only when specified)" tags="advanced" />
<ITEM name="debug" value="0" type="int" description="Sets the debug level" tags="advanced" />
<ITEM name="threads" value="1" type="int" description="Sets the number of threads allowed to be used by the TOPP tool" />
<ITEM name="write_ctd" value="" type="string" description="Writes the common tool description file(s) (Toolname(s).ctd) to <out_dir>" />
<ITEM name="no_progress" value="false" type="string" description="Disables progress logging to command line" tags="advanced" restrictions="true,false" />
<ITEM name="test" value="false" type="string" description="Enables the test mode (needed for internal use only)" tags="advanced" restrictions="true,false" />
<NODE name="algorithm" description="Algorithm parameters section">
<ITEM name="rt_estimate" value="false" type="string" description="If 'true' the optimal RT pair distance and deviation are estimated by fitting a gaussian distribution to the histogram of pair distance. Note that this works only datasets with a significant amount of pairs! If 'false' the parameters 'rt_pair_dist', 'rt_dev_low' and 'rt_dev_high' define the optimal distance." restrictions="true,false" />
<ITEM name="rt_pair_dist" value="-1" type="float" description="optimal pair distance in RT [sec] from light to heavy feature" />
<ITEM name="rt_dev_low" value="0.4" type="float" description="maximum allowed deviation below optimal retention time distance" restrictions="0:" />
<ITEM name="rt_dev_high" value="0.4" type="float" description="maximum allowed deviation above optimal retention time distance" restrictions="0:" />
<ITEMLIST name="mz_pair_dists" type="float" description="optimal pair distances in m/z [Th] for features with charge +1 (adapted to +2, +3, .. by division through charge)">
<LISTITEM value="8"/>
</ITEMLIST>
<ITEM name="mz_dev" value="0.1" type="float" description="maximum allowed deviation from optimal m/z distance#br#" restrictions="0:" />
<ITEM name="mrm" value="false" type="string" description="this option should be used if the features correspond mrm chromatograms (additionally the precursor is taken into account)" tags="advanced" restrictions="true,false" />
</NODE>
</NODE>
</NODE>
</PARAMETERS>
|