File: FeatureLinkerLabeled_1_parameters.ini

package info (click to toggle)
openms 1.11.1-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 436,688 kB
  • ctags: 150,907
  • sloc: cpp: 387,126; xml: 71,547; python: 7,764; ansic: 2,626; php: 2,499; sql: 737; ruby: 342; sh: 325; makefile: 128
file content (27 lines) | stat: -rw-r--r-- 3,339 bytes parent folder | download
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 &apos;1&apos; section for &apos;FeatureLinkerLabeled&apos;">
      <ITEM name="in" value="" type="string" description="Input file (valid formats: &apos;featureXML&apos;)" tags="input file,required" />
      <ITEM name="out" value="" type="string" description="Output file (valid formats: &apos;consensusXML&apos;)" 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 &lt;out_dir&gt;" />
      <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 &apos;true&apos; 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 &apos;false&apos; the parameters &apos;rt_pair_dist&apos;, &apos;rt_dev_low&apos; and &apos;rt_dev_high&apos; 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>