comparison QCExtractor.xml @ 10:7468a1c8ca6e draft

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 55a2aeba8bfd8a6910630721de9857dcdfe05d3c"
author galaxyp
date Tue, 13 Oct 2020 19:57:22 +0000
parents ef970936ce43
children c8d22d876c75
comparison
equal deleted inserted replaced
9:3a54cf566e55 10:7468a1c8ca6e
56 <param name="run" argument="-run" type="data" format="mzml" optional="true" label="The file that defined the run under which the qp for the attachment is aggregated as mzML file" help="The file is only used to extract the run name from the file name select mzml data sets(s)"/> 56 <param name="run" argument="-run" type="data" format="mzml" optional="true" label="The file that defined the run under which the qp for the attachment is aggregated as mzML file" help="The file is only used to extract the run name from the file name select mzml data sets(s)"/>
57 <param name="name" argument="-name" type="text" optional="true" value="" label="If no file for the run was given (or if the target qp is contained in a set), at least a name of the target run/set containing the the qp for the attachment has to be given" help=""> 57 <param name="name" argument="-name" type="text" optional="true" value="" label="If no file for the run was given (or if the target qp is contained in a set), at least a name of the target run/set containing the the qp for the attachment has to be given" help="">
58 <expand macro="list_string_san"/> 58 <expand macro="list_string_san"/>
59 </param> 59 </param>
60 <expand macro="adv_opts_macro"> 60 <expand macro="adv_opts_macro">
61 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overwrite tool specific checks" help=""/> 61 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/>
62 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> 62 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help="">
63 <expand macro="list_string_san"/> 63 <expand macro="list_string_san"/>
64 </param> 64 </param>
65 </expand> 65 </expand>
66 <param name="OPTIONAL_OUTPUTS" type="select" multiple="true" label="Optional outputs" optional="true"> 66 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs">
67 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> 67 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option>
68 </param> 68 </param>
69 </inputs> 69 </inputs>
70 <outputs> 70 <outputs>
71 <data name="out_csv" label="${tool.name} on ${on_string}: out_csv" format="csv"/> 71 <data name="out_csv" label="${tool.name} on ${on_string}: out_csv" format="csv"/>
78 <expand macro="manutest_QCExtractor"/> 78 <expand macro="manutest_QCExtractor"/>
79 </tests> 79 </tests>
80 <help><![CDATA[Extracts a table attachment to a given qc parameter. 80 <help><![CDATA[Extracts a table attachment to a given qc parameter.
81 81
82 82
83 For more information, visit http://www.openms.de/documentation/UTILS_QCExtractor.html]]></help> 83 For more information, visit http://www.openms.de/doxygen/release/2.6.0/html/UTILS_QCExtractor.html]]></help>
84 <expand macro="references"/> 84 <expand macro="references"/>
85 </tool> 85 </tool>