Mercurial > repos > galaxyp > openms_idmerger
comparison IDMerger.xml @ 15:3a28f5cbd413 draft
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 55a2aeba8bfd8a6910630721de9857dcdfe05d3c"
author | galaxyp |
---|---|
date | Tue, 13 Oct 2020 18:20:22 +0000 |
parents | 4975b2cf0eda |
children |
comparison
equal
deleted
inserted
replaced
14:d61ac8333056 | 15:3a28f5cbd413 |
---|---|
53 <param name="add_to" argument="-add_to" type="data" format="idxml" optional="true" label="Optional input file" help="IDs from 'in' are added to this file, but only if the (modified) peptide sequences are not present yet (considering only best hits per spectrum) select idxml data sets(s)"/> | 53 <param name="add_to" argument="-add_to" type="data" format="idxml" optional="true" label="Optional input file" help="IDs from 'in' are added to this file, but only if the (modified) peptide sequences are not present yet (considering only best hits per spectrum) select idxml data sets(s)"/> |
54 <param name="annotate_file_origin" argument="-annotate_file_origin" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Store the original filename in each protein/peptide identification (meta value: file_origin)" help=""/> | 54 <param name="annotate_file_origin" argument="-annotate_file_origin" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Store the original filename in each protein/peptide identification (meta value: file_origin)" help=""/> |
55 <param name="pepxml_protxml" argument="-pepxml_protxml" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Merge idXML files derived from a pepXML and corresponding protXML file" help="Exactly two input files are expected in this case. Not compatible with 'add_to'"/> | 55 <param name="pepxml_protxml" argument="-pepxml_protxml" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Merge idXML files derived from a pepXML and corresponding protXML file" help="Exactly two input files are expected in this case. Not compatible with 'add_to'"/> |
56 <param name="merge_proteins_add_PSMs" argument="-merge_proteins_add_PSMs" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Merge all identified proteins by accession into one protein identification run but keep all the PSMs with updated links to potential new protein ID#s" help="Not compatible with 'add_to'"/> | 56 <param name="merge_proteins_add_PSMs" argument="-merge_proteins_add_PSMs" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Merge all identified proteins by accession into one protein identification run but keep all the PSMs with updated links to potential new protein ID#s" help="Not compatible with 'add_to'"/> |
57 <expand macro="adv_opts_macro"> | 57 <expand macro="adv_opts_macro"> |
58 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overwrite tool specific checks" help=""/> | 58 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/> |
59 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> | 59 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> |
60 <expand macro="list_string_san"/> | 60 <expand macro="list_string_san"/> |
61 </param> | 61 </param> |
62 </expand> | 62 </expand> |
63 <param name="OPTIONAL_OUTPUTS" type="select" multiple="true" label="Optional outputs" optional="true"> | 63 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs"> |
64 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> | 64 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> |
65 </param> | 65 </param> |
66 </inputs> | 66 </inputs> |
67 <outputs> | 67 <outputs> |
68 <data name="out" label="${tool.name} on ${on_string}: out" format="idxml"/> | 68 <data name="out" label="${tool.name} on ${on_string}: out" format="idxml"/> |
75 <expand macro="manutest_IDMerger"/> | 75 <expand macro="manutest_IDMerger"/> |
76 </tests> | 76 </tests> |
77 <help><![CDATA[Merges several protein/peptide identification files into one file. | 77 <help><![CDATA[Merges several protein/peptide identification files into one file. |
78 | 78 |
79 | 79 |
80 For more information, visit http://www.openms.de/documentation/TOPP_IDMerger.html]]></help> | 80 For more information, visit http://www.openms.de/doxygen/release/2.6.0/html/TOPP_IDMerger.html]]></help> |
81 <expand macro="references"/> | 81 <expand macro="references"/> |
82 </tool> | 82 </tool> |