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

« back to all changes in this revision

Viewing changes to source/TEST/TOPP/AdditiveSeries_1_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="AdditiveSeries" description="Computes an additive series to quantify a peptide in a set of samples.">
 
4
    <ITEM name="version" value="1.8.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;AdditiveSeries&apos;">
 
6
      <ITEMLIST name="in" type="string" description="input files separated by blanks (valid formats: &apos;featureXML&apos;)" tags="input file,required">
 
7
      </ITEMLIST>
 
8
      <ITEM name="out" value="AdditiveSeries_1_output.tmp" type="string" description="output XML file containg regression line and confidence interval" tags="output file,required" />
 
9
      <ITEM name="mz_tolerance" value="1" type="float" description="Tolerance in m/z dimension" />
 
10
      <ITEM name="rt_tolerance" value="50" type="float" description="Tolerance in RT dimension" />
 
11
       <ITEMLIST name="concentrations" type="float" description="Spiked concentrations" tags="required">
 
12
        <LISTITEM value="0.236"/>
 
13
        <LISTITEM value="0.945"/>
 
14
        <LISTITEM value="1.418"/>
 
15
        <LISTITEM value="2.836"/>
 
16
      </ITEMLIST>
 
17
      <ITEM name="feature_rt" value="1246" type="float" description="RT position of the feature" tags="required" />
 
18
      <ITEM name="feature_mz" value="675.9" type="float" description="m/z position of the feature" tags="required" />
 
19
      <ITEM name="standard_rt" value="1246" type="float" description="RT position of the standard" tags="required" />
 
20
      <ITEM name="standard_mz" value="689.9" type="float" description="m/z position of the standard" tags="required" />
 
21
      <ITEM name="write_gnuplot_output" value="true" type="string" description="Flag that activates the GNUplot output" restrictions="true,false" />
 
22
      <ITEM name="out_gp" value="AdditiveSeries_1_gnuplot_tmp" type="string" description="base file name (3 files with different extensions are created)" />
 
23
      <ITEM name="mz_unit" value="Thomson" type="string" description="the m/z unit of the plot" />
 
24
      <ITEM name="rt_unit" value="seconds" type="string" description="the RT unit of the plot" />
 
25
      <ITEM name="log" value="" type="string" description="Name of log file (created only when specified)" tags="advanced" />
 
26
      <ITEM name="debug" value="0" type="int" description="Sets the debug level" tags="advanced" />
 
27
      <ITEM name="threads" value="1" type="int" description="Sets the number of threads allowed to be used by the TOPP tool" />
 
28
      <ITEM name="no_progress" value="false" type="string" description="Disables progress logging to command line" tags="advanced" restrictions="true,false" />
 
29
      <ITEM name="test" value="false" type="string" description="Enables the test mode (needed for internal use only)" tags="advanced" restrictions="true,false" />
 
30
    </NODE>
 
31
  </NODE>
 
32
</PARAMETERS>