~ubuntu-branches/ubuntu/wily/openms/wily

« back to all changes in this revision

Viewing changes to source/TEST/TOPP/FeatureLinkerUnlabeledQT_2_parameters.ini

  • Committer: Package Import Robot
  • Author(s): Filippo Rusconi
  • Date: 2012-11-12 15:58:12 UTC
  • Revision ID: package-import@ubuntu.com-20121112155812-vr15wtg9b50cuesg
Tags: upstream-1.9.0
ImportĀ upstreamĀ versionĀ 1.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1"?>
 
2
<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">
 
3
  <NODE name="FeatureLinkerUnlabeledQT" description="Groups corresponding features from multiple maps.">
 
4
    <ITEM name="version" value="1.9.0" type="string" description="Version of the tool that generated this parameters file." tags="advanced" />
 
5
    <NODE name="1" description="Instance &apos;1&apos; section for &apos;FeatureLinkerUnlabeledQT&apos;">
 
6
      <ITEMLIST name="in" type="string" description="input files separated by blanks (valid formats: &apos;featureXML,consensusXML&apos;)" tags="input file,required">
 
7
      </ITEMLIST>
 
8
      <ITEM name="out" value="" type="string" description="Output file (valid formats: &apos;consensusXML&apos;)" tags="output file,required" />
 
9
      <ITEM name="keep_subelements" value="true" type="string" description="For consensusXML input only: If set, the sub-features of the inputs are transferred to the output." restrictions="true,false" />
 
10
      <ITEM name="log" value="" type="string" description="Name of log file (created only when specified)" tags="advanced" />
 
11
      <ITEM name="debug" value="0" type="int" description="Sets the debug level" tags="advanced" />
 
12
      <ITEM name="threads" value="1" type="int" description="Sets the number of threads allowed to be used by the TOPP tool" />
 
13
      <ITEM name="no_progress" value="false" type="string" description="Disables progress logging to command line" tags="advanced" restrictions="true,false" />
 
14
      <ITEM name="test" value="false" type="string" description="Enables the test mode (needed for internal use only)" tags="advanced" restrictions="true,false" />
 
15
      <NODE name="algorithm" description="Algorithm parameters section">
 
16
        <ITEM name="use_identifications" value="false" type="string" description="Never link features that are annotated with different peptides (only the best hit per peptide identification is taken into account)." restrictions="true,false" />
 
17
        <ITEM name="ignore_charge" value="false" type="string" description="Compare features normally even if their charge states are different" restrictions="true,false" />
 
18
        <NODE name="distance_RT" description="Distance component based on RT differences">
 
19
          <ITEM name="max_difference" value="100" type="float" description="Maximum allowed difference in RT" restrictions="0:" />
 
20
          <ITEM name="exponent" value="1" type="float" description="Normalized RT differences are raised to this power" tags="advanced" restrictions="0:" />
 
21
          <ITEM name="weight" value="1" type="float" description="RT distances are weighted by this factor" tags="advanced" restrictions="0:" />
 
22
        </NODE>
 
23
        <NODE name="distance_MZ" description="Distance component based on m/z differences">
 
24
          <ITEM name="max_difference" value="0.3" type="float" description="Maximum allowed difference in m/z (unit defined by &apos;mz_unit&apos;)" restrictions="0:" />
 
25
          <ITEM name="unit" value="Da" type="string" description="Unit of the &apos;max_difference&apos; parameter" restrictions="Da,ppm" />
 
26
          <ITEM name="exponent" value="2" type="float" description="Normalized m/z differences are raised to this power" tags="advanced" restrictions="0:" />
 
27
          <ITEM name="weight" value="1" type="float" description="m/z distances are weighted by this factor" tags="advanced" restrictions="0:" />
 
28
        </NODE>
 
29
        <NODE name="distance_intensity" description="Distance component based on differences in relative intensity">
 
30
          <ITEM name="exponent" value="1" type="float" description="Differences in relative intensity are raised to this power" tags="advanced" restrictions="0:" />
 
31
          <ITEM name="weight" value="0" type="float" description="Distances based on relative intensity are weighted by this factor" tags="advanced" restrictions="0:" />
 
32
        </NODE>
 
33
      </NODE>
 
34
    </NODE>
 
35
  </NODE>
 
36
</PARAMETERS>