Mercurial > repos > galaxyp > openms_msgfplusadapter
comparison MSGFPlusAdapter.xml @ 15:bb971f471df8 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5
| author | galaxyp |
|---|---|
| date | Wed, 15 May 2019 06:00:35 -0400 |
| parents | b3f62cde40b8 |
| children | 26266370cae1 |
comparison
equal
deleted
inserted
replaced
| 14:0bef374d6c41 | 15:bb971f471df8 |
|---|---|
| 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: [Identification]--> | 3 <!--Proposed Tool Section: [Identification]--> |
| 4 <tool id="MSGFPlusAdapter" name="MSGFPlusAdapter" version="2.2.0"> | 4 <tool id="MSGFPlusAdapter" name="MSGFPlusAdapter" version="2.3.0"> |
| 5 <description>MS/MS database search using MS-GF+.</description> | 5 <description>MS/MS database search using MS-GF+.</description> |
| 6 <macros> | 6 <macros> |
| 7 <token name="@EXECUTABLE@">MSGFPlusAdapter</token> | 7 <token name="@EXECUTABLE@">MSGFPlusAdapter</token> |
| 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><![CDATA[ | 13 <command detect_errors="aggressive"><![CDATA[ |
| 14 | 14 |
| 15 ## check input file type | 15 ## check input file type |
| 16 #set $in_type = $param_in.ext | 16 #set $in_type = $param_in.ext |
| 17 | 17 |
| 18 ## create the symlinks to set the proper file extension, since msgf uses them to choose how to handle the input files | 18 ## create the symlinks to set the proper file extension, since msgf uses them to choose how to handle the input files |
| 141 #end if | 141 #end if |
| 142 #if $adv_opts.param_force: | 142 #if $adv_opts.param_force: |
| 143 -force | 143 -force |
| 144 #end if | 144 #end if |
| 145 #end if | 145 #end if |
| 146 ]]> | 146 -threads "\${GALAXY_SLOTS:-1}" |
| 147 ]]> | |
| 147 </command> | 148 </command> |
| 148 <inputs> | 149 <inputs> |
| 149 <param name="param_in" type="data" format="mzml,mzxml,mgf,ms2" optional="False" label="Input file (MS-GF+ parameter '-s')" help="(-in) "/> | 150 <param name="param_in" type="data" format="mzml,mzxml,mgf,ms2" optional="False" label="Input file (MS-GF+ parameter '-s')" help="(-in) "/> |
| 150 <param name="param_database" type="data" format="fasta" optional="False" label="Protein sequence database (FASTA file; MS-GF+ parameter '-d')" help="(-database) Non-existing relative filenames are looked up via 'OpenMS.ini:id_db_dir'"/> | 151 <param name="param_database" type="data" format="fasta" optional="False" label="Protein sequence database (FASTA file; MS-GF+ parameter '-d')" help="(-database) Non-existing relative filenames are looked up via 'OpenMS.ini:id_db_dir'"/> |
| 151 <param name="param_add_decoys" display="radio" type="boolean" truevalue="-add_decoys" falsevalue="" checked="false" optional="True" label="Create decoy proteins (reversed sequences) and append them to the database for the search (MS-GF+ parameter '-tda')" help="(-add_decoys) This allows the calculation of FDRs, but should only be used if the database does not already contain decoys"/> | 152 <param name="param_add_decoys" display="radio" type="boolean" truevalue="-add_decoys" falsevalue="" checked="false" optional="True" label="Create decoy proteins (reversed sequences) and append them to the database for the search (MS-GF+ parameter '-tda')" help="(-add_decoys) This allows the calculation of FDRs, but should only be used if the database does not already contain decoys. Decoys are marked by the prefix XXX_"/> |
| 152 <param name="param_precursor_mass_tolerance" type="float" value="20.0" label="Precursor monoisotopic mass tolerance (MS-GF+ parameter '-t')" help="(-precursor_mass_tolerance) "/> | 153 <param name="param_precursor_mass_tolerance" type="float" value="10.0" label="Precursor monoisotopic mass tolerance (MS-GF+ parameter '-t')" help="(-precursor_mass_tolerance) "/> |
| 153 <param name="param_precursor_error_units" display="radio" type="select" optional="False" value="ppm" label="Unit of precursor mass tolerance (MS-GF+ parameter '-t')" help="(-precursor_error_units) "> | 154 <param name="param_precursor_error_units" display="radio" type="select" optional="False" value="ppm" label="Unit of precursor mass tolerance (MS-GF+ parameter '-t')" help="(-precursor_error_units) "> |
| 154 <option value="Da">Da</option> | 155 <option value="Da">Da</option> |
| 155 <option value="ppm" selected="true">ppm</option> | 156 <option value="ppm" selected="true">ppm</option> |
| 156 </param> | 157 </param> |
| 157 <param name="param_isotope_error_range" type="text" size="30" value="0,1" label="Range of allowed isotope peak errors (MS-GF+ parameter '-ti')" help="(-isotope_error_range) Takes into account the error introduced by choosing a non-monoisotopic peak for fragmentation. Combined with 'precursor_mass_tolerance'/'precursor_error_units', this determines the actual precursor mass tolerance. E.g. for experimental mass 'exp' and calculated mass 'calc', '-precursor_mass_tolerance 20 -precursor_error_units ppm -isotope_error_range -1,2' tests '|exp - calc - n * 1.00335 Da| < 20 ppm' for n = -1, 0, 1, 2"> | 158 <param name="param_isotope_error_range" type="text" size="30" value="0,1" label="Range of allowed isotope peak errors (MS-GF+ parameter '-ti')" help="(-isotope_error_range) Takes into account the error introduced by choosing a non-monoisotopic peak for fragmentation. Combined with 'precursor_mass_tolerance'/'precursor_error_units', this determines the actual precursor mass tolerance. E.g. for experimental mass 'exp' and calculated mass 'calc', '-precursor_mass_tolerance 20 -precursor_error_units ppm -isotope_error_range -1,2' tests '|exp - calc - n * 1.00335 Da| < 20 ppm' for n = -1, 0, 1, 2"> |
| 172 <option value="low_res" selected="true">low_res</option> | 173 <option value="low_res" selected="true">low_res</option> |
| 173 <option value="high_res">high_res</option> | 174 <option value="high_res">high_res</option> |
| 174 <option value="TOF">TOF</option> | 175 <option value="TOF">TOF</option> |
| 175 <option value="Q_Exactive">Q_Exactive</option> | 176 <option value="Q_Exactive">Q_Exactive</option> |
| 176 </param> | 177 </param> |
| 177 <param name="param_enzyme" type="select" optional="False" value="trypsin" label="Enzyme used for digestion, or type of cleavage (MS-GF+ parameter '-e')" help="(-enzyme) "> | 178 <param name="param_enzyme" type="select" optional="False" value="Trypsin/P" label="Enzyme used for digestion, or type of cleavage" help="(-enzyme) Note: MS-GF+ does not support blocking rules. (MS-GF+ parameter '-e')"> |
| 178 <option value="unspecific">unspecific</option> | 179 <option value="Alpha-lytic protease">Alpha-lytic protease</option> |
| 179 <option value="trypsin" selected="true">trypsin</option> | 180 <option value="Arg-C/P">Arg-C/P</option> |
| 180 <option value="chymotrypsin">chymotrypsin</option> | 181 <option value="Asp-N/B">Asp-N/B</option> |
| 181 <option value="LysC">LysC</option> | 182 <option value="Chymotrypsin/P">Chymotrypsin/P</option> |
| 182 <option value="LysN">LysN</option> | 183 <option value="Lys-C/P">Lys-C/P</option> |
| 183 <option value="GluC">GluC</option> | 184 <option value="Lys-N">Lys-N</option> |
| 184 <option value="ArgC">ArgC</option> | 185 <option value="Trypsin/P" selected="true">Trypsin/P</option> |
| 185 <option value="AspN">AspN</option> | 186 <option value="glutamyl endopeptidase">glutamyl endopeptidase</option> |
| 186 <option value="alphaLP">alphaLP</option> | 187 <option value="no cleavage">no cleavage</option> |
| 187 <option value="no_cleavage">no_cleavage</option> | 188 <option value="unspecific cleavage">unspecific cleavage</option> |
| 188 </param> | 189 </param> |
| 189 <param name="param_protocol" type="select" optional="False" value="none" label="Labeling or enrichment protocol used, if any (MS-GF+ parameter '-p')" help="(-protocol) "> | 190 <param name="param_protocol" type="select" optional="False" value="none" label="Labeling or enrichment protocol used, if any (MS-GF+ parameter '-p')" help="(-protocol) "> |
| 190 <option value="none" selected="true">none</option> | 191 <option value="none" selected="true">none</option> |
| 191 <option value="phospho">phospho</option> | 192 <option value="phospho">phospho</option> |
| 192 <option value="iTRAQ">iTRAQ</option> | 193 <option value="iTRAQ">iTRAQ</option> |
| 5275 <param name="param_legacy_conversion" display="radio" type="boolean" truevalue="-legacy_conversion" falsevalue="" checked="false" optional="True" label="Use the indirect conversion of MS-GF+ results to idXML via export to TSV" help="(-legacy_conversion) Try this only if the default conversion takes too long or uses too much memory"/> | 5276 <param name="param_legacy_conversion" display="radio" type="boolean" truevalue="-legacy_conversion" falsevalue="" checked="false" optional="True" label="Use the indirect conversion of MS-GF+ results to idXML via export to TSV" help="(-legacy_conversion) Try this only if the default conversion takes too long or uses too much memory"/> |
| 5276 <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/> | 5277 <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/> |
| 5277 </expand> | 5278 </expand> |
| 5278 </inputs> | 5279 </inputs> |
| 5279 <outputs> | 5280 <outputs> |
| 5280 <data name="param_out" format="idxml"/> | 5281 <data name="param_out" format="idxml" label="${tool.name} on ${on_string}: idxml"/> |
| 5281 <data name="param_mzid_out" format="mzid"/> | 5282 <data name="param_mzid_out" format="mzid" label=" ${tool.name} on ${on_string}: mzid"/> |
| 5282 </outputs> | 5283 </outputs> |
| 5283 <help>MS/MS database search using MS-GF+. | 5284 <help>MS/MS database search using MS-GF+. |
| 5284 | 5285 |
| 5285 | 5286 |
| 5286 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_MSGFPlusAdapter.html</help> | 5287 For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/TOPP_MSGFPlusAdapter.html</help> |
| 5287 </tool> | 5288 </tool> |
