Mercurial > repos > galaxyp > openms_peptideindexer
comparison PeptideIndexer.xml @ 7:96dcf92f992d draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5
author | galaxyp |
---|---|
date | Fri, 17 May 2019 04:39:57 -0400 |
parents | fc6ccd403439 |
children | c4a73c6a8dca |
comparison
equal
deleted
inserted
replaced
6:cb86883cc573 | 7:96dcf92f992d |
---|---|
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>PeptideIndexer | 13 <command detect_errors="aggressive"><![CDATA[PeptideIndexer |
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_fasta: | 18 #if $param_fasta: |
86 #if $adv_opts.adv_opts_selector=='advanced': | 86 #if $adv_opts.adv_opts_selector=='advanced': |
87 #if $adv_opts.param_force: | 87 #if $adv_opts.param_force: |
88 -force | 88 -force |
89 #end if | 89 #end if |
90 #end if | 90 #end if |
91 </command> | 91 -threads "\${GALAXY_SLOTS:-1}" |
92 ]]></command> | |
92 <inputs> | 93 <inputs> |
93 <param name="param_in" type="data" format="idxml" optional="False" label="Input idXML file containing the identifications" help="(-in) "/> | 94 <param name="param_in" type="data" format="idxml" optional="False" label="Input idXML file containing the identifications" help="(-in) "/> |
94 <param name="param_fasta" type="data" format="fasta" optional="False" label="Input sequence database in FASTA format" help="(-fasta) Non-existing relative filenames are looked up via 'OpenMS.ini:id_db_dir'"/> | 95 <param name="param_fasta" type="data" format="fasta" optional="False" label="Input sequence database in FASTA format" help="(-fasta) Non-existing relative filenames are looked up via 'OpenMS.ini:id_db_dir'"/> |
95 <param name="param_decoy_string" type="text" size="30" value="DECOY_" label="String that was appended (or prefixed - see 'decoy_string_position' flag below) to the accessions in the protein database to indicate decoy proteins" help="(-decoy_string) "> | 96 <param name="param_decoy_string" type="text" size="30" value="DECOY_" label="String that was appended (or prefixed - see 'decoy_string_position' flag below) to the accessions in the protein database to indicate decoy proteins" help="(-decoy_string) "> |
96 <sanitizer> | 97 <sanitizer> |
157 <data name="param_out" format="idxml"/> | 158 <data name="param_out" format="idxml"/> |
158 </outputs> | 159 </outputs> |
159 <help>Refreshes the protein references for all peptide hits. | 160 <help>Refreshes the protein references for all peptide hits. |
160 | 161 |
161 | 162 |
162 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_PeptideIndexer.html</help> | 163 For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/TOPP_PeptideIndexer.html</help> |
163 </tool> | 164 </tool> |