comparison IDPosteriorErrorProbability.xml @ 9:5d9f175dff81 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5-dirty
author galaxyp
date Fri, 17 May 2019 10:24:45 -0400
parents 956891730b67
children 18ee86db4af2
comparison
equal deleted inserted replaced
8:c127b9a4d64b 9:5d9f175dff81
8 <import>macros.xml</import> 8 <import>macros.xml</import>
9 </macros> 9 </macros>
10 <expand macro="references"/> 10 <expand macro="references"/>
11 <expand macro="stdio"/> 11 <expand macro="stdio"/>
12 <expand macro="requirements"/> 12 <expand macro="requirements"/>
13 <command>IDPosteriorErrorProbability 13 <command detect_errors="aggressive"><![CDATA[IDPosteriorErrorProbability
14 14
15 #if $param_in: 15 #if $param_in:
16 -in $param_in 16 -in $param_in
17 #end if 17 #end if
18 #if $param_out: 18 #if $param_out:
53 #end if 53 #end if
54 #if $adv_opts.param_fit_algorithm_max_nr_iterations: 54 #if $adv_opts.param_fit_algorithm_max_nr_iterations:
55 -fit_algorithm:max_nr_iterations $adv_opts.param_fit_algorithm_max_nr_iterations 55 -fit_algorithm:max_nr_iterations $adv_opts.param_fit_algorithm_max_nr_iterations
56 #end if 56 #end if
57 #end if 57 #end if
58 </command> 58 ]]></command>
59 <inputs> 59 <inputs>
60 <param name="param_in" type="data" format="idxml" optional="False" label="input file" help="(-in) "/> 60 <param name="param_in" type="data" format="idxml" optional="False" label="input file" help="(-in) "/>
61 <param name="param_split_charge" display="radio" type="boolean" truevalue="-split_charge" falsevalue="" checked="false" optional="True" label="The search engine scores are split by charge if this flag is set" help="(-split_charge) Thus, for each charge state a new model will be computed"/> 61 <param name="param_split_charge" display="radio" type="boolean" truevalue="-split_charge" falsevalue="" checked="false" optional="True" label="The search engine scores are split by charge if this flag is set" help="(-split_charge) Thus, for each charge state a new model will be computed"/>
62 <param name="param_top_hits_only" display="radio" type="boolean" truevalue="-top_hits_only" falsevalue="" checked="false" optional="True" label="If set only the top hits of every PeptideIdentification will be used" help="(-top_hits_only) "/> 62 <param name="param_top_hits_only" display="radio" type="boolean" truevalue="-top_hits_only" falsevalue="" checked="false" optional="True" label="If set only the top hits of every PeptideIdentification will be used" help="(-top_hits_only) "/>
63 <param name="param_ignore_bad_data" display="radio" type="boolean" truevalue="-ignore_bad_data" falsevalue="" checked="false" optional="True" label="If set errors will be written but ignored" help="(-ignore_bad_data) Useful for pipelines with many datasets where only a few are bad, but the pipeline should run through"/> 63 <param name="param_ignore_bad_data" display="radio" type="boolean" truevalue="-ignore_bad_data" falsevalue="" checked="false" optional="True" label="If set errors will be written but ignored" help="(-ignore_bad_data) Useful for pipelines with many datasets where only a few are bad, but the pipeline should run through"/>
78 <data name="param_out_plot" format="txt"/> 78 <data name="param_out_plot" format="txt"/>
79 </outputs> 79 </outputs>
80 <help>Estimates probabilities for incorrectly assigned peptide sequences and a set of search engine scores using a mixture model. 80 <help>Estimates probabilities for incorrectly assigned peptide sequences and a set of search engine scores using a mixture model.
81 81
82 82
83 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_IDPosteriorErrorProbability.html</help> 83 For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/TOPP_IDPosteriorErrorProbability.html</help>
84 </tool> 84 </tool>