Mercurial > repos > galaxyp > openms_idsplitter
comparison IDSplitter.xml @ 11:de2d6f629cea 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:00:59 +0000 |
parents | 629b818f162c |
children | 64e35457d86e |
comparison
equal
deleted
inserted
replaced
10:50b4109ecac7 | 11:de2d6f629cea |
---|---|
60 <configfile name="hardcoded_json"><![CDATA[{"log": "log.txt", "threads": "\${GALAXY_SLOTS:-1}", "no_progress": true}]]></configfile> | 60 <configfile name="hardcoded_json"><![CDATA[{"log": "log.txt", "threads": "\${GALAXY_SLOTS:-1}", "no_progress": true}]]></configfile> |
61 </configfiles> | 61 </configfiles> |
62 <inputs> | 62 <inputs> |
63 <param name="in" argument="-in" type="data" format="consensusxml,featurexml,mzml" optional="false" label="Input file (data annotated with identifications)" help=" select consensusxml,featurexml,mzml data sets(s)"/> | 63 <param name="in" argument="-in" type="data" format="consensusxml,featurexml,mzml" optional="false" label="Input file (data annotated with identifications)" help=" select consensusxml,featurexml,mzml data sets(s)"/> |
64 <expand macro="adv_opts_macro"> | 64 <expand macro="adv_opts_macro"> |
65 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overwrite tool specific checks" help=""/> | 65 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/> |
66 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> | 66 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> |
67 <expand macro="list_string_san"/> | 67 <expand macro="list_string_san"/> |
68 </param> | 68 </param> |
69 </expand> | 69 </expand> |
70 <param name="OPTIONAL_OUTPUTS" type="select" multiple="true" label="Optional outputs" optional="false"> | 70 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs"> |
71 <option value="out_FLAG">out (Enables the test mode (needed for internal use only))</option> | 71 <option value="out_FLAG">out (Output file (data without identifications))</option> |
72 <option value="id_out_FLAG">id_out (Enables the test mode (needed for internal use only))</option> | 72 <option value="id_out_FLAG">id_out (Output file (identifications))</option> |
73 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> | 73 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> |
74 </param> | 74 </param> |
75 </inputs> | 75 </inputs> |
76 <outputs> | 76 <outputs> |
77 <data name="out" label="${tool.name} on ${on_string}: out" format_source="in" metadata_source="in"> | 77 <data name="out" label="${tool.name} on ${on_string}: out" format_source="in" metadata_source="in"> |
92 <expand macro="manutest_IDSplitter"/> | 92 <expand macro="manutest_IDSplitter"/> |
93 </tests> | 93 </tests> |
94 <help><![CDATA[Splits protein/peptide identifications off of annotated data files | 94 <help><![CDATA[Splits protein/peptide identifications off of annotated data files |
95 | 95 |
96 | 96 |
97 For more information, visit http://www.openms.de/documentation/UTILS_IDSplitter.html]]></help> | 97 For more information, visit http://www.openms.de/doxygen/release/2.6.0/html/UTILS_IDSplitter.html]]></help> |
98 <expand macro="references"/> | 98 <expand macro="references"/> |
99 </tool> | 99 </tool> |