1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<PARAMETERS version="1.4" xsi:noNamespaceSchemaLocation="http://open-ms.sourceforge.net/schemas/Param_1_4.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<NODE name="TOPPBaseCmdParseSubsectionsTest" description="A test class to test parts of the cmd parser functionality">
<ITEM name="version" value="1.11.0" type="string" description="Version of the tool that generated this parameters file." tags="advanced" />
<NODE name="1" description="Instance '1' section for 'TOPPBaseCmdParseSubsectionsTest'">
<ITEM name="stringoption" value="" type="string" description="string description" tags="required" />
<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="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="param1" value="param1_ini_value" type="string" description="param1_description" />
<ITEM name="param2" value="param2_ini_value" type="string" description="param2_description" />
</NODE>
<NODE name="other" description="Other parameters section">
<ITEM name="param3" value="param3_ini_value" type="string" description="param3_description" />
<ITEM name="param4" value="param4_ini_value" type="string" description="param4_description" />
</NODE>
</NODE>
</NODE>
</PARAMETERS>
|