1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
<?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="FuzzyDiff" description="Compares two files, tolerating numeric differences.">
<ITEM name="version" value="1.8.0" type="string" description="Version of the tool that generated this parameters file." tags="advanced" />
<NODE name="1" description="Instance '1' section for 'FuzzyDiff'">
<ITEM name="in1" value="" type="string" description="first input file" tags="input file,required" />
<ITEM name="in2" value="" type="string" description="second input file" tags="input file,required" />
<ITEM name="ratio" value="1.01" type="float" description="acceptable relative error" restrictions="1:" />
<ITEM name="absdiff" value="0.01" type="float" description="acceptable absolute difference" restrictions="0:" />
<ITEMLIST name="whitelist" type="string" description="Lines containing one of these strings are skipped" tags="advanced">
<LISTITEM value="<?xml-stylesheet"/>
</ITEMLIST>
<ITEM name="verbose" value="1" type="int" description="set verbose level:#br#0 = very quiet mode (absolutely no output)#br#1 = quiet mode (no output unless differences detected)#br#2 = default (include summary at end)#br#3 = continue after errors#br#" restrictions="0:3" />
<ITEM name="tab_width" value="8" type="int" description="tabulator width, used for calculation of column numbers" restrictions="1:" />
<ITEM name="first_column" value="1" type="int" description="number of first column, used for calculation of column numbers" restrictions="0:" />
<ITEM name="log" value="" 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="no_progress" value="true" 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>
</NODE>
</PARAMETERS>
|