Mercurial > repos > galaxyp > openms_xmlvalidator
comparison XMLValidator.xml @ 11:75bb0f81cfa3 draft
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 55a2aeba8bfd8a6910630721de9857dcdfe05d3c"
author | galaxyp |
---|---|
date | Tue, 13 Oct 2020 20:25:41 +0000 |
parents | dba6eb59efc8 |
children | f036e8cf1a55 |
comparison
equal
deleted
inserted
replaced
10:8d2e828561d6 | 11:75bb0f81cfa3 |
---|---|
47 </configfiles> | 47 </configfiles> |
48 <inputs> | 48 <inputs> |
49 <param name="in" argument="-in" type="data" format="consensusxml,featurexml,idxml,mzdata,mzid,mzml,mzxml,pepxml,traml,xml" optional="false" label="file to validate" help=" select consensusxml,featurexml,idxml,mzdata,mzid,mzml,mzxml,pepxml,traml,xml data sets(s)"/> | 49 <param name="in" argument="-in" type="data" format="consensusxml,featurexml,idxml,mzdata,mzid,mzml,mzxml,pepxml,traml,xml" optional="false" label="file to validate" help=" select consensusxml,featurexml,idxml,mzdata,mzid,mzml,mzxml,pepxml,traml,xml data sets(s)"/> |
50 <param name="schema" argument="-schema" type="data" format="xml" optional="true" label="schema to validate against" help="If no schema is given, the file is validated against the latest schema of the file type select xml data sets(s)"/> | 50 <param name="schema" argument="-schema" type="data" format="xml" optional="true" label="schema to validate against" help="If no schema is given, the file is validated against the latest schema of the file type select xml data sets(s)"/> |
51 <expand macro="adv_opts_macro"> | 51 <expand macro="adv_opts_macro"> |
52 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overwrite tool specific checks" help=""/> | 52 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/> |
53 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> | 53 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> |
54 <expand macro="list_string_san"/> | 54 <expand macro="list_string_san"/> |
55 </param> | 55 </param> |
56 </expand> | 56 </expand> |
57 <param name="OPTIONAL_OUTPUTS" type="select" multiple="true" label="Optional outputs" optional="true"> | 57 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs"> |
58 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> | 58 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> |
59 </param> | 59 </param> |
60 </inputs> | 60 </inputs> |
61 <outputs> | 61 <outputs> |
62 <data name="stdout" format="txt" label="${tool.name} on ${on_string}: stdout"> | 62 <data name="stdout" format="txt" label="${tool.name} on ${on_string}: stdout"> |
71 <expand macro="manutest_XMLValidator"/> | 71 <expand macro="manutest_XMLValidator"/> |
72 </tests> | 72 </tests> |
73 <help><![CDATA[Validates XML files against an XSD schema. | 73 <help><![CDATA[Validates XML files against an XSD schema. |
74 | 74 |
75 | 75 |
76 For more information, visit http://www.openms.de/documentation/UTILS_XMLValidator.html]]></help> | 76 For more information, visit http://www.openms.de/doxygen/release/2.6.0/html/UTILS_XMLValidator.html]]></help> |
77 <expand macro="references"/> | 77 <expand macro="references"/> |
78 </tool> | 78 </tool> |