comparison ProteinInference.xml @ 11:7951e3db2efd 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:58:27 +0000
parents e18096659b38
children 98adda3af74a
comparison
equal deleted inserted replaced
10:e80e453c3b04 11:7951e3db2efd
48 <expand macro="list_string_san"/> 48 <expand macro="list_string_san"/>
49 </param> 49 </param>
50 <param name="annotate_indist_groups" argument="-annotate_indist_groups" type="boolean" truevalue="true" falsevalue="false" checked="true" label="If you want to annotate indistinguishable protein groups, either for reporting or for group based quant" help="later. Only works with a single ID run in the file"/> 50 <param name="annotate_indist_groups" argument="-annotate_indist_groups" type="boolean" truevalue="true" falsevalue="false" checked="true" label="If you want to annotate indistinguishable protein groups, either for reporting or for group based quant" help="later. Only works with a single ID run in the file"/>
51 <section name="Merging" title="" help="" expanded="false"> 51 <section name="Merging" title="" help="" expanded="false">
52 <param name="annotate_origin" argument="-Merging:annotate_origin" type="boolean" truevalue="true" falsevalue="false" checked="true" label="If true, adds a map_index MetaValue to the PeptideIDs to annotate the IDRun they came from" help=""/> 52 <param name="annotate_origin" argument="-Merging:annotate_origin" type="boolean" truevalue="true" falsevalue="false" checked="true" label="If true, adds a map_index MetaValue to the PeptideIDs to annotate the IDRun they came from" help=""/>
53 <param name="allow_disagreeing_settings" argument="-Merging:allow_disagreeing_settings" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Force merging of disagreeing runs" help="Use at your own risk"/>
53 </section> 54 </section>
54 <section name="Algorithm" title="" help="" expanded="false"> 55 <section name="Algorithm" title="" help="" expanded="false">
55 <param name="min_peptides_per_protein" argument="-Algorithm:min_peptides_per_protein" type="integer" optional="true" min="0" value="1" label="Minimal number of peptides needed for a protein identification" help="If set to zero, unmatched proteins get a score of -Infinity. If bigger than zero, proteins with less peptides are filtered and evidences removed from the PSMs. PSMs that do not reference any proteins anymore are removed but the spectrum info is kept"/> 56 <param name="min_peptides_per_protein" argument="-Algorithm:min_peptides_per_protein" type="integer" optional="true" min="0" value="1" label="Minimal number of peptides needed for a protein identification" help="If set to zero, unmatched proteins get a score of -Infinity. If bigger than zero, proteins with less peptides are filtered and evidences removed from the PSMs. PSMs that do not reference any proteins anymore are removed but the spectrum info is kept"/>
56 <param name="score_aggregation_method" argument="-Algorithm:score_aggregation_method" display="radio" type="select" optional="false" label="How to aggregate scores of peptides matching to the same protein?" help=""> 57 <param name="score_aggregation_method" argument="-Algorithm:score_aggregation_method" display="radio" type="select" optional="false" label="How to aggregate scores of peptides matching to the same protein?" help="">
57 <option value="maximum" selected="true">maximum</option> 58 <option value="maximum" selected="true">maximum</option>
71 <param name="skip_count_annotation" argument="-Algorithm:skip_count_annotation" type="text" optional="true" value="false" label="If this is true, peptide counts won't be annotated at the proteins" help=""> 72 <param name="skip_count_annotation" argument="-Algorithm:skip_count_annotation" type="text" optional="true" value="false" label="If this is true, peptide counts won't be annotated at the proteins" help="">
72 <expand macro="list_string_san"/> 73 <expand macro="list_string_san"/>
73 </param> 74 </param>
74 </section> 75 </section>
75 <expand macro="adv_opts_macro"> 76 <expand macro="adv_opts_macro">
76 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overwrite tool specific checks" help=""/> 77 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/>
77 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> 78 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help="">
78 <expand macro="list_string_san"/> 79 <expand macro="list_string_san"/>
79 </param> 80 </param>
80 </expand> 81 </expand>
81 <param name="OPTIONAL_OUTPUTS" type="select" multiple="true" label="Optional outputs" optional="true"> 82 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs">
82 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> 83 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option>
83 </param> 84 </param>
84 </inputs> 85 </inputs>
85 <outputs> 86 <outputs>
86 <data name="out" label="${tool.name} on ${on_string}: out" format="idxml"/> 87 <data name="out" label="${tool.name} on ${on_string}: out" format="idxml"/>
93 <expand macro="manutest_ProteinInference"/> 94 <expand macro="manutest_ProteinInference"/>
94 </tests> 95 </tests>
95 <help><![CDATA[Protein inference based on an aggregation of the scores of the identified peptides. 96 <help><![CDATA[Protein inference based on an aggregation of the scores of the identified peptides.
96 97
97 98
98 For more information, visit http://www.openms.de/documentation/TOPP_ProteinInference.html]]></help> 99 For more information, visit http://www.openms.de/doxygen/release/2.6.0/html/TOPP_ProteinInference.html]]></help>
99 <expand macro="references"/> 100 <expand macro="references"/>
100 </tool> 101 </tool>