Mercurial > repos > galaxyp > openms_idposteriorerrorprobability
view ctd/XMLValidator.ctd @ 18:6daaa75ccb99 draft
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 6e7368b7f178fbd1f08c28eea1b538add6943a65-dirty"
| author | galaxyp |
|---|---|
| date | Sun, 13 Dec 2020 15:03:50 +0000 |
| parents | |
| children |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <tool ctdVersion="1.7" version="2.6.0-pre-exported-20201001" name="XMLValidator" docurl="http://www.openms.de/documentation/UTILS_XMLValidator.html" category="Utilities" > <description><![CDATA[Validates XML files against an XSD schema.]]></description> <manual><![CDATA[Validates XML files against an XSD schema.]]></manual> <citations> <citation doi="10.1038/nmeth.3959" url="" /> </citations> <PARAMETERS version="1.7.0" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/OpenMS/OpenMS/develop/share/OpenMS/SCHEMAS/Param_1_7_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <NODE name="XMLValidator" description="Validates XML files against an XSD schema."> <ITEM name="version" value="2.6.0-pre-exported-20201001" type="string" description="Version of the tool that generated this parameters file." required="false" advanced="true" /> <NODE name="1" description="Instance '1' section for 'XMLValidator'"> <ITEM name="in" value="" type="input-file" description="file to validate" required="true" advanced="false" supported_formats="*.mzML,*.mzData,*.featureXML,*.mzid,*.idXML,*.consensusXML,*.mzXML,*.ini,*.pepXML,*.traML,*.xml" /> <ITEM name="schema" value="" type="input-file" description="schema to validate against.#br#If no schema is given, the file is validated against the latest schema of the file type." required="false" advanced="false" supported_formats="*.xsd" /> <ITEM name="log" value="" type="string" description="Name of log file (created only when specified)" required="false" advanced="true" /> <ITEM name="debug" value="0" type="int" description="Sets the debug level" required="false" advanced="true" /> <ITEM name="threads" value="1" type="int" description="Sets the number of threads allowed to be used by the TOPP tool" required="false" advanced="false" /> <ITEM name="no_progress" value="false" type="bool" description="Disables progress logging to command line" required="false" advanced="true" /> <ITEM name="force" value="false" type="bool" description="Overrides tool-specific checks" required="false" advanced="true" /> <ITEM name="test" value="false" type="bool" description="Enables the test mode (needed for internal use only)" required="false" advanced="true" /> </NODE> </NODE> </PARAMETERS> </tool>
