Mercurial > repos > galaxyp > openms_iddecoyprobability
comparison IDDecoyProbability.xml @ 12:6b42552b3350 draft default tip
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5
| author | galaxyp |
|---|---|
| date | Wed, 15 May 2019 05:32:48 -0400 |
| parents | caaf3d507211 |
| children |
comparison
equal
deleted
inserted
replaced
| 11:74ad806c5780 | 12:6b42552b3350 |
|---|---|
| 1 <?xml version='1.0' encoding='UTF-8'?> | 1 <?xml version='1.0' encoding='UTF-8'?> |
| 2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.--> | 2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTDConverter.--> |
| 3 <!--Proposed Tool Section: [Utilities]--> | 3 <!--Proposed Tool Section: [Utilities]--> |
| 4 <tool id="IDDecoyProbability" name="IDDecoyProbability" version="2.2.0"> | 4 <tool id="IDDecoyProbability" name="IDDecoyProbability" version="2.3.0"> |
| 5 <description>Estimates peptide probabilities using a decoy search strategy. | 5 <description>Estimates peptide probabilities using a decoy search strategy. |
| 6 WARNING: This util is deprecated.</description> | 6 WARNING: This util is deprecated.</description> |
| 7 <macros> | 7 <macros> |
| 8 <token name="@EXECUTABLE@">IDDecoyProbability</token> | 8 <token name="@EXECUTABLE@">IDDecoyProbability</token> |
| 9 <import>macros.xml</import> | 9 <import>macros.xml</import> |
| 10 </macros> | 10 </macros> |
| 11 <expand macro="references"/> | 11 <expand macro="references"/> |
| 12 <expand macro="stdio"/> | 12 <expand macro="stdio"/> |
| 13 <expand macro="requirements"/> | 13 <expand macro="requirements"/> |
| 14 <command>IDDecoyProbability | 14 <command detect_errors="aggressive"><![CDATA[IDDecoyProbability |
| 15 | 15 |
| 16 #if $param_in: | 16 #if $param_in: |
| 17 -in $param_in | 17 -in $param_in |
| 18 #end if | 18 #end if |
| 19 #if $param_fwd_in: | 19 #if $param_fwd_in: |
| 34 #end if | 34 #end if |
| 35 #if $adv_opts.param_decoy_algorithm_lower_score_better_default_value_if_zero: | 35 #if $adv_opts.param_decoy_algorithm_lower_score_better_default_value_if_zero: |
| 36 -decoy_algorithm:lower_score_better_default_value_if_zero $adv_opts.param_decoy_algorithm_lower_score_better_default_value_if_zero | 36 -decoy_algorithm:lower_score_better_default_value_if_zero $adv_opts.param_decoy_algorithm_lower_score_better_default_value_if_zero |
| 37 #end if | 37 #end if |
| 38 #end if | 38 #end if |
| 39 </command> | 39 ]]></command> |
| 40 <inputs> | 40 <inputs> |
| 41 <param name="param_in" type="data" format="idxml" optional="True" label="Identification input of combined forward decoy search (reindex with PeptideIndexer first)" help="(-in) "/> | 41 <param name="param_in" type="data" format="idxml" optional="True" label="Identification input of combined forward decoy search (reindex with PeptideIndexer first)" help="(-in) "/> |
| 42 <param name="param_fwd_in" type="data" format="idxml" optional="True" label="Identification input of forward run" help="(-fwd_in) "/> | 42 <param name="param_fwd_in" type="data" format="idxml" optional="True" label="Identification input of forward run" help="(-fwd_in) "/> |
| 43 <param name="param_rev_in" type="data" format="idxml" optional="True" label="Identification input of decoy run" help="(-rev_in) "/> | 43 <param name="param_rev_in" type="data" format="idxml" optional="True" label="Identification input of decoy run" help="(-rev_in) "/> |
| 44 <expand macro="advanced_options"> | 44 <expand macro="advanced_options"> |
| 52 </outputs> | 52 </outputs> |
| 53 <help>Estimates peptide probabilities using a decoy search strategy. | 53 <help>Estimates peptide probabilities using a decoy search strategy. |
| 54 WARNING: This util is deprecated. | 54 WARNING: This util is deprecated. |
| 55 | 55 |
| 56 | 56 |
| 57 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_IDDecoyProbability.html</help> | 57 For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/UTILS_IDDecoyProbability.html</help> |
| 58 </tool> | 58 </tool> |
