comparison MascotAdapterOnline.xml @ 13:3f3d33920f90 draft default tip

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 3d1e5f37fd16524a415f707772eeb7ead848c5e3
author galaxyp
date Thu, 01 Dec 2022 19:16:04 +0000
parents 92476035066d
children
comparison
equal deleted inserted replaced
12:aad6eee5ba4e 13:3f3d33920f90
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 CTDConverter.--> 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="MascotAdapterOnline" name="MascotAdapterOnline" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@" profile="20.05"> 4 <tool id="MascotAdapterOnline" name="MascotAdapterOnline" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05">
5 <description>Annotates MS/MS spectra using Mascot.</description> 5 <description>Annotates MS/MS spectra using Mascot.</description>
6 <macros> 6 <macros>
7 <token name="@EXECUTABLE@">MascotAdapterOnline</token> 7 <token name="@EXECUTABLE@">MascotAdapterOnline</token>
8 <import>macros.xml</import> 8 <import>macros.xml</import>
9 <import>macros_autotest.xml</import>
10 <import>macros_test.xml</import>
11 </macros> 9 </macros>
12 <expand macro="requirements"/> 10 <expand macro="requirements"/>
13 <expand macro="stdio"/> 11 <expand macro="stdio"/>
14 <command detect_errors="exit_code"><![CDATA[@QUOTE_FOO@ 12 <command detect_errors="exit_code"><![CDATA[@QUOTE_FOO@
15 @EXT_FOO@ 13 @EXT_FOO@
39 <configfiles> 37 <configfiles>
40 <inputs name="args_json" data_style="paths"/> 38 <inputs name="args_json" data_style="paths"/>
41 <configfile name="hardcoded_json"><![CDATA[{"log": "log.txt", "threads": "\${GALAXY_SLOTS:-1}", "no_progress": true}]]></configfile> 39 <configfile name="hardcoded_json"><![CDATA[{"log": "log.txt", "threads": "\${GALAXY_SLOTS:-1}", "no_progress": true}]]></configfile>
42 </configfiles> 40 </configfiles>
43 <inputs> 41 <inputs>
44 <param name="in" argument="-in" type="data" format="mzml" optional="false" label="input file in mzML format.." help=" select mzml data sets(s)"/> 42 <param argument="-in" type="data" format="mzml" optional="false" label="input file in mzML format.." help=" select mzml data sets(s)"/>
45 <section name="Mascot_parameters" title="Mascot parameters used for searching" help="" expanded="false"> 43 <section name="Mascot_parameters" title="Mascot parameters used for searching" help="" expanded="false">
46 <param name="database" argument="-Mascot_parameters:database" type="text" optional="true" value="MSDB" label="Name of the sequence database" help=""> 44 <param name="database" argument="-Mascot_parameters:database" type="text" optional="true" value="MSDB" label="Name of the sequence database" help="">
47 <expand macro="list_string_san"/> 45 <expand macro="list_string_san" name="database"/>
48 </param> 46 </param>
49 <param name="search_type" argument="-Mascot_parameters:search_type" display="radio" type="select" optional="false" label="Name of the search type for the query" help=""> 47 <param name="search_type" argument="-Mascot_parameters:search_type" type="select" optional="true" label="Name of the search type for the query" help="">
50 <option value="MIS" selected="true">MIS</option> 48 <option value="MIS" selected="true">MIS</option>
51 <option value="SQ">SQ</option> 49 <option value="SQ">SQ</option>
52 <option value="PMF">PMF</option> 50 <option value="PMF">PMF</option>
53 <expand macro="list_string_san"/> 51 <expand macro="list_string_san" name="search_type"/>
54 </param> 52 </param>
55 <param name="enzyme" argument="-Mascot_parameters:enzyme" type="text" optional="true" value="Trypsin" label="The enzyme descriptor to the enzyme used for digestion" help="(Trypsin is default, None would be best for peptide input or unspecific digestion, for more please refer to your mascot server)"> 53 <param name="enzyme" argument="-Mascot_parameters:enzyme" type="text" optional="true" value="Trypsin" label="The enzyme descriptor to the enzyme used for digestion" help="(Trypsin is default, None would be best for peptide input or unspecific digestion, for more please refer to your mascot server)">
56 <expand macro="list_string_san"/> 54 <expand macro="list_string_san" name="enzyme"/>
57 </param> 55 </param>
58 <param name="instrument" argument="-Mascot_parameters:instrument" type="text" optional="true" value="Default" label="Instrument definition which specifies the fragmentation rules" help=""> 56 <param name="instrument" argument="-Mascot_parameters:instrument" type="text" optional="true" value="Default" label="Instrument definition which specifies the fragmentation rules" help="">
59 <expand macro="list_string_san"/> 57 <expand macro="list_string_san" name="instrument"/>
60 </param> 58 </param>
61 <param name="missed_cleavages" argument="-Mascot_parameters:missed_cleavages" type="integer" optional="true" min="0" value="1" label="Number of missed cleavages allowed for the enzyme" help=""/> 59 <param name="missed_cleavages" argument="-Mascot_parameters:missed_cleavages" type="integer" optional="true" min="0" value="1" label="Number of missed cleavages allowed for the enzyme" help=""/>
62 <param name="precursor_mass_tolerance" argument="-Mascot_parameters:precursor_mass_tolerance" type="float" optional="true" min="0.0" value="3.0" label="Tolerance of the precursor peaks" help=""/> 60 <param name="precursor_mass_tolerance" argument="-Mascot_parameters:precursor_mass_tolerance" type="float" optional="true" min="0.0" value="3.0" label="Tolerance of the precursor peaks" help=""/>
63 <param name="precursor_error_units" argument="-Mascot_parameters:precursor_error_units" display="radio" type="select" optional="false" label="Units of the precursor mass tolerance" help=""> 61 <param name="precursor_error_units" argument="-Mascot_parameters:precursor_error_units" type="select" optional="true" label="Units of the precursor mass tolerance" help="">
64 <option value="%">%</option> 62 <option value="%">%</option>
65 <option value="ppm">ppm</option> 63 <option value="ppm">ppm</option>
66 <option value="mmu">mmu</option> 64 <option value="mmu">mmu</option>
67 <option value="Da" selected="true">Da</option> 65 <option value="Da" selected="true">Da</option>
68 <expand macro="list_string_san"/> 66 <expand macro="list_string_san" name="precursor_error_units"/>
69 </param> 67 </param>
70 <param name="fragment_mass_tolerance" argument="-Mascot_parameters:fragment_mass_tolerance" type="float" optional="true" min="0.0" value="0.3" label="Tolerance of the peaks in the fragment spectrum" help=""/> 68 <param name="fragment_mass_tolerance" argument="-Mascot_parameters:fragment_mass_tolerance" type="float" optional="true" min="0.0" value="0.3" label="Tolerance of the peaks in the fragment spectrum" help=""/>
71 <param name="fragment_error_units" argument="-Mascot_parameters:fragment_error_units" display="radio" type="select" optional="false" label="Units of the fragment peaks tolerance" help=""> 69 <param name="fragment_error_units" argument="-Mascot_parameters:fragment_error_units" type="select" optional="true" label="Units of the fragment peaks tolerance" help="">
72 <option value="mmu">mmu</option> 70 <option value="mmu">mmu</option>
73 <option value="Da" selected="true">Da</option> 71 <option value="Da" selected="true">Da</option>
74 <expand macro="list_string_san"/> 72 <expand macro="list_string_san" name="fragment_error_units"/>
75 </param> 73 </param>
76 <param name="charges" argument="-Mascot_parameters:charges" type="text" optional="true" value="1,2,3" label="Charge states to consider, given as a comma separated list of integers (only used for spectra without precursor charge information)" help=""> 74 <param name="charges" argument="-Mascot_parameters:charges" type="text" optional="true" value="1,2,3" label="Charge states to consider, given as a comma separated list of integers (only used for spectra without precursor charge information)" help="">
77 <expand macro="list_string_san"/> 75 <expand macro="list_string_san" name="charges"/>
78 </param> 76 </param>
79 <param name="taxonomy" argument="-Mascot_parameters:taxonomy" type="text" optional="true" value="All entries" label="Taxonomy specification of the sequences" help=""> 77 <param name="taxonomy" argument="-Mascot_parameters:taxonomy" type="text" optional="true" value="All entries" label="Taxonomy specification of the sequences" help="">
80 <expand macro="list_string_san"/> 78 <expand macro="list_string_san" name="taxonomy"/>
81 </param> 79 </param>
82 <param name="fixed_modifications" argument="-Mascot_parameters:fixed_modifications" multiple="true" type="select" optional="true" label="List of fixed modifications, according to UniMod definitions" help=""> 80 <param name="fixed_modifications" argument="-Mascot_parameters:fixed_modifications" multiple="true" type="select" optional="true" label="List of fixed modifications, according to UniMod definitions" help="">
83 <option value="">default (nothing chosen)</option>
84 <option value="15N-oxobutanoic (N-term C)">15N-oxobutanoic (N-term C)</option> 81 <option value="15N-oxobutanoic (N-term C)">15N-oxobutanoic (N-term C)</option>
85 <option value="15N-oxobutanoic (Protein N-term S)">15N-oxobutanoic (Protein N-term S)</option> 82 <option value="15N-oxobutanoic (Protein N-term S)">15N-oxobutanoic (Protein N-term S)</option>
86 <option value="15N-oxobutanoic (Protein N-term T)">15N-oxobutanoic (Protein N-term T)</option> 83 <option value="15N-oxobutanoic (Protein N-term T)">15N-oxobutanoic (Protein N-term T)</option>
87 <option value="2-dimethylsuccinyl (C)">2-dimethylsuccinyl (C)</option> 84 <option value="2-dimethylsuccinyl (C)">2-dimethylsuccinyl (C)</option>
88 <option value="2-monomethylsuccinyl (C)">2-monomethylsuccinyl (C)</option> 85 <option value="2-monomethylsuccinyl (C)">2-monomethylsuccinyl (C)</option>
1447 <option value="Glu-&gt;Lys (E)">Glu-&gt;Lys (E)</option> 1444 <option value="Glu-&gt;Lys (E)">Glu-&gt;Lys (E)</option>
1448 <option value="Glu-&gt;Met (E)">Glu-&gt;Met (E)</option> 1445 <option value="Glu-&gt;Met (E)">Glu-&gt;Met (E)</option>
1449 <option value="Glu-&gt;Phe (E)">Glu-&gt;Phe (E)</option> 1446 <option value="Glu-&gt;Phe (E)">Glu-&gt;Phe (E)</option>
1450 <option value="Glu-&gt;Pro (E)">Glu-&gt;Pro (E)</option> 1447 <option value="Glu-&gt;Pro (E)">Glu-&gt;Pro (E)</option>
1451 <option value="Glu-&gt;pyro-Glu (N-term E)">Glu-&gt;pyro-Glu (N-term E)</option> 1448 <option value="Glu-&gt;pyro-Glu (N-term E)">Glu-&gt;pyro-Glu (N-term E)</option>
1452 <option value="Glu-&gt;pyro-Glu+Methyl (N-term E)">Glu-&gt;pyro-Glu+Methyl (N-term E)</option>
1453 <option value="Glu-&gt;pyro-Glu+Methyl (N-term E)">Glu-&gt;pyro-Glu+Methyl (N-term E)</option> 1449 <option value="Glu-&gt;pyro-Glu+Methyl (N-term E)">Glu-&gt;pyro-Glu+Methyl (N-term E)</option>
1454 <option value="Glu-&gt;pyro-Glu+Methyl:2H(2)13C (N-term E)">Glu-&gt;pyro-Glu+Methyl:2H(2)13C (N-term E)</option> 1450 <option value="Glu-&gt;pyro-Glu+Methyl:2H(2)13C (N-term E)">Glu-&gt;pyro-Glu+Methyl:2H(2)13C (N-term E)</option>
1455 <option value="Glu-&gt;pyro-Glu+Methyl:2H(2)13C(1) (N-term E)">Glu-&gt;pyro-Glu+Methyl:2H(2)13C(1) (N-term E)</option> 1451 <option value="Glu-&gt;pyro-Glu+Methyl:2H(2)13C(1) (N-term E)">Glu-&gt;pyro-Glu+Methyl:2H(2)13C(1) (N-term E)</option>
1456 <option value="Glu-&gt;Ser (E)">Glu-&gt;Ser (E)</option> 1452 <option value="Glu-&gt;Ser (E)">Glu-&gt;Ser (E)</option>
1457 <option value="Glu-&gt;Thr (E)">Glu-&gt;Thr (E)</option> 1453 <option value="Glu-&gt;Thr (E)">Glu-&gt;Thr (E)</option>
3007 <option value="Xlink:SMCC[237] (Protein N-term)">Xlink:SMCC[237] (Protein N-term)</option> 3003 <option value="Xlink:SMCC[237] (Protein N-term)">Xlink:SMCC[237] (Protein N-term)</option>
3008 <option value="Xlink:SMCC[321] (C)">Xlink:SMCC[321] (C)</option> 3004 <option value="Xlink:SMCC[321] (C)">Xlink:SMCC[321] (C)</option>
3009 <option value="ZGB (K)">ZGB (K)</option> 3005 <option value="ZGB (K)">ZGB (K)</option>
3010 <option value="ZGB (N-term)">ZGB (N-term)</option> 3006 <option value="ZGB (N-term)">ZGB (N-term)</option>
3011 <option value="ZQG (K)">ZQG (K)</option> 3007 <option value="ZQG (K)">ZQG (K)</option>
3012 <expand macro="list_string_san"/> 3008 <expand macro="list_string_san" name="fixed_modifications"/>
3013 </param> 3009 </param>
3014 <param name="variable_modifications" argument="-Mascot_parameters:variable_modifications" multiple="true" type="select" optional="true" label="Variable modifications given as UniMod definitions" help=""> 3010 <param name="variable_modifications" argument="-Mascot_parameters:variable_modifications" multiple="true" type="select" optional="true" label="Variable modifications given as UniMod definitions" help="">
3015 <option value="">default (nothing chosen)</option>
3016 <option value="15N-oxobutanoic (N-term C)">15N-oxobutanoic (N-term C)</option> 3011 <option value="15N-oxobutanoic (N-term C)">15N-oxobutanoic (N-term C)</option>
3017 <option value="15N-oxobutanoic (Protein N-term S)">15N-oxobutanoic (Protein N-term S)</option> 3012 <option value="15N-oxobutanoic (Protein N-term S)">15N-oxobutanoic (Protein N-term S)</option>
3018 <option value="15N-oxobutanoic (Protein N-term T)">15N-oxobutanoic (Protein N-term T)</option> 3013 <option value="15N-oxobutanoic (Protein N-term T)">15N-oxobutanoic (Protein N-term T)</option>
3019 <option value="2-dimethylsuccinyl (C)">2-dimethylsuccinyl (C)</option> 3014 <option value="2-dimethylsuccinyl (C)">2-dimethylsuccinyl (C)</option>
3020 <option value="2-monomethylsuccinyl (C)">2-monomethylsuccinyl (C)</option> 3015 <option value="2-monomethylsuccinyl (C)">2-monomethylsuccinyl (C)</option>
4379 <option value="Glu-&gt;Lys (E)">Glu-&gt;Lys (E)</option> 4374 <option value="Glu-&gt;Lys (E)">Glu-&gt;Lys (E)</option>
4380 <option value="Glu-&gt;Met (E)">Glu-&gt;Met (E)</option> 4375 <option value="Glu-&gt;Met (E)">Glu-&gt;Met (E)</option>
4381 <option value="Glu-&gt;Phe (E)">Glu-&gt;Phe (E)</option> 4376 <option value="Glu-&gt;Phe (E)">Glu-&gt;Phe (E)</option>
4382 <option value="Glu-&gt;Pro (E)">Glu-&gt;Pro (E)</option> 4377 <option value="Glu-&gt;Pro (E)">Glu-&gt;Pro (E)</option>
4383 <option value="Glu-&gt;pyro-Glu (N-term E)">Glu-&gt;pyro-Glu (N-term E)</option> 4378 <option value="Glu-&gt;pyro-Glu (N-term E)">Glu-&gt;pyro-Glu (N-term E)</option>
4384 <option value="Glu-&gt;pyro-Glu+Methyl (N-term E)">Glu-&gt;pyro-Glu+Methyl (N-term E)</option>
4385 <option value="Glu-&gt;pyro-Glu+Methyl (N-term E)">Glu-&gt;pyro-Glu+Methyl (N-term E)</option> 4379 <option value="Glu-&gt;pyro-Glu+Methyl (N-term E)">Glu-&gt;pyro-Glu+Methyl (N-term E)</option>
4386 <option value="Glu-&gt;pyro-Glu+Methyl:2H(2)13C (N-term E)">Glu-&gt;pyro-Glu+Methyl:2H(2)13C (N-term E)</option> 4380 <option value="Glu-&gt;pyro-Glu+Methyl:2H(2)13C (N-term E)">Glu-&gt;pyro-Glu+Methyl:2H(2)13C (N-term E)</option>
4387 <option value="Glu-&gt;pyro-Glu+Methyl:2H(2)13C(1) (N-term E)">Glu-&gt;pyro-Glu+Methyl:2H(2)13C(1) (N-term E)</option> 4381 <option value="Glu-&gt;pyro-Glu+Methyl:2H(2)13C(1) (N-term E)">Glu-&gt;pyro-Glu+Methyl:2H(2)13C(1) (N-term E)</option>
4388 <option value="Glu-&gt;Ser (E)">Glu-&gt;Ser (E)</option> 4382 <option value="Glu-&gt;Ser (E)">Glu-&gt;Ser (E)</option>
4389 <option value="Glu-&gt;Thr (E)">Glu-&gt;Thr (E)</option> 4383 <option value="Glu-&gt;Thr (E)">Glu-&gt;Thr (E)</option>
5939 <option value="Xlink:SMCC[237] (Protein N-term)">Xlink:SMCC[237] (Protein N-term)</option> 5933 <option value="Xlink:SMCC[237] (Protein N-term)">Xlink:SMCC[237] (Protein N-term)</option>
5940 <option value="Xlink:SMCC[321] (C)">Xlink:SMCC[321] (C)</option> 5934 <option value="Xlink:SMCC[321] (C)">Xlink:SMCC[321] (C)</option>
5941 <option value="ZGB (K)">ZGB (K)</option> 5935 <option value="ZGB (K)">ZGB (K)</option>
5942 <option value="ZGB (N-term)">ZGB (N-term)</option> 5936 <option value="ZGB (N-term)">ZGB (N-term)</option>
5943 <option value="ZQG (K)">ZQG (K)</option> 5937 <option value="ZQG (K)">ZQG (K)</option>
5944 <expand macro="list_string_san"/> 5938 <expand macro="list_string_san" name="variable_modifications"/>
5945 </param> 5939 </param>
5946 <param name="special_modifications" argument="-Mascot_parameters:special_modifications" type="text" optional="true" value="Cation:Na (DE),Deamidated (NQ),Oxidation (HW),Phospho (ST),Sulfo (ST)" label="Modifications with specificity groups that are used by Mascot and have to be treated specially" help=""> 5940 <param name="special_modifications" argument="-Mascot_parameters:special_modifications" type="text" optional="true" value="Cation:Na (DE),Deamidated (NQ),Oxidation (HW),Phospho (ST),Sulfo (ST)" label="Modifications with specificity groups that are used by Mascot and have to be treated specially" help="">
5947 <expand macro="list_string_san"/> 5941 <expand macro="list_string_san" name="special_modifications"/>
5948 </param> 5942 </param>
5949 <param name="mass_type" argument="-Mascot_parameters:mass_type" display="radio" type="select" optional="false" label="Defines the mass type, either monoisotopic or average" help=""> 5943 <param name="mass_type" argument="-Mascot_parameters:mass_type" type="select" optional="true" label="Defines the mass type, either monoisotopic or average" help="">
5950 <option value="monoisotopic" selected="true">monoisotopic</option> 5944 <option value="monoisotopic" selected="true">monoisotopic</option>
5951 <option value="average">average</option> 5945 <option value="average">average</option>
5952 <expand macro="list_string_san"/> 5946 <expand macro="list_string_san" name="mass_type"/>
5953 </param> 5947 </param>
5954 <param name="number_of_hits" argument="-Mascot_parameters:number_of_hits" type="integer" optional="true" min="0" value="0" label="Number of hits which should be returned, if 0 AUTO mode is enabled" help=""/> 5948 <param name="number_of_hits" argument="-Mascot_parameters:number_of_hits" type="integer" optional="true" min="0" value="0" label="Number of hits which should be returned, if 0 AUTO mode is enabled" help=""/>
5955 <param name="skip_spectrum_charges" argument="-Mascot_parameters:skip_spectrum_charges" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Sometimes precursor charges are given for each spectrum but are wrong, setting this to 'true' does not write any charge information to the spectrum, the general charge information is however kept" help=""/> 5949 <param name="skip_spectrum_charges" argument="-Mascot_parameters:skip_spectrum_charges" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Sometimes precursor charges are given for each spectrum but are wrong, setting this to 'true' does not write any charge information to the spectrum, the general charge information is however kept" help=""/>
5950 <param name="decoy" argument="-Mascot_parameters:decoy" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Set to true if mascot should generate the decoy database" help=""/>
5956 <param name="search_title" argument="-Mascot_parameters:search_title" type="text" optional="true" value="OpenMS_search" label="Sets the title of the search" help=""> 5951 <param name="search_title" argument="-Mascot_parameters:search_title" type="text" optional="true" value="OpenMS_search" label="Sets the title of the search" help="">
5957 <expand macro="list_string_san"/> 5952 <expand macro="list_string_san" name="search_title"/>
5958 </param> 5953 </param>
5959 <param name="username" argument="-Mascot_parameters:username" type="text" optional="true" value="OpenMS" label="Sets the username which is mentioned in the results file" help=""> 5954 <param name="username" argument="-Mascot_parameters:username" type="text" optional="true" value="OpenMS" label="Sets the username which is mentioned in the results file" help="">
5960 <expand macro="list_string_san"/> 5955 <expand macro="list_string_san" name="username"/>
5961 </param> 5956 </param>
5962 <param name="email" argument="-Mascot_parameters:email" type="text" optional="true" value="" label="Sets the email which is mentioned in the results file" help="Note: Some server require that a proper email is provided"> 5957 <param name="email" argument="-Mascot_parameters:email" type="text" optional="true" value="" label="Sets the email which is mentioned in the results file" help="Note: Some server require that a proper email is provided">
5963 <expand macro="list_string_san"/> 5958 <expand macro="list_string_san" name="email"/>
5964 </param> 5959 </param>
5965 </section> 5960 </section>
5966 <section name="Mascot_server" title="Mascot server details" help="" expanded="false"> 5961 <section name="Mascot_server" title="Mascot server details" help="" expanded="false">
5967 <param name="hostname" argument="-Mascot_server:hostname" type="text" optional="true" value="" label="Address of the host where Mascot listens" help="e.g. 'mascot-server' or '127.0.0.1'"> 5962 <param name="hostname" argument="-Mascot_server:hostname" type="text" optional="true" value="" label="Address of the host where Mascot listens" help="e.g. 'mascot-server' or '127.0.0.1'">
5968 <expand macro="list_string_san"/> 5963 <expand macro="list_string_san" name="hostname"/>
5969 </param> 5964 </param>
5970 <param name="host_port" argument="-Mascot_server:host_port" type="integer" optional="true" min="0" value="80" label="Port where the Mascot server listens, 80 should be a good guess" help=""/> 5965 <param name="host_port" argument="-Mascot_server:host_port" type="integer" optional="true" min="0" value="80" label="Port where the Mascot server listens, 80 should be a good guess" help=""/>
5971 <param name="server_path" argument="-Mascot_server:server_path" type="text" optional="true" value="mascot" label="Path on the server where Mascot server listens, 'mascot' should be a good guess" help=""> 5966 <param name="server_path" argument="-Mascot_server:server_path" type="text" optional="true" value="mascot" label="Path on the server where Mascot server listens, 'mascot' should be a good guess" help="">
5972 <expand macro="list_string_san"/> 5967 <expand macro="list_string_san" name="server_path"/>
5973 </param> 5968 </param>
5974 <param name="timeout" argument="-Mascot_server:timeout" type="integer" optional="true" min="0" value="1500" label="Timeout in seconds, after which the query is declared as failed.This is NOT the whole time the search takes, but the time in between two progress steps" help="Some Mascot servers freeze during this (unstable network etc) and idle forever, the connection is killed. Set this to 0 to disable timeout!"/> 5969 <param name="timeout" argument="-Mascot_server:timeout" type="integer" optional="true" min="0" value="1500" label="Timeout in seconds, after which the query is declared as failed.This is NOT the whole time the search takes, but the time in between two progress steps" help="Some Mascot servers freeze during this (unstable network etc) and idle forever, the connection is killed. Set this to 0 to disable timeout!"/>
5975 <param name="boundary" argument="-Mascot_server:boundary" type="text" optional="true" value="GZWgAaYKjHFeUaLOLEIOMq" label="Boundary for the MIME section" help=""> 5970 <param name="boundary" argument="-Mascot_server:boundary" type="text" optional="true" value="GZWgAaYKjHFeUaLOLEIOMq" label="Boundary for the MIME section" help="">
5976 <expand macro="list_string_san"/> 5971 <expand macro="list_string_san" name="boundary"/>
5977 </param> 5972 </param>
5978 <param name="use_proxy" argument="-Mascot_server:use_proxy" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Flag which enables the proxy usage for the HTTP requests, please specify at least 'proxy_host' and 'proxy_port'" help=""/> 5973 <param name="use_proxy" argument="-Mascot_server:use_proxy" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Flag which enables the proxy usage for the HTTP requests, please specify at least 'proxy_host' and 'proxy_port'" help=""/>
5979 <param name="proxy_host" argument="-Mascot_server:proxy_host" type="text" optional="true" value="" label="Host where the proxy server runs on" help=""> 5974 <param name="proxy_host" argument="-Mascot_server:proxy_host" type="text" optional="true" value="" label="Host where the proxy server runs on" help="">
5980 <expand macro="list_string_san"/> 5975 <expand macro="list_string_san" name="proxy_host"/>
5981 </param> 5976 </param>
5982 <param name="proxy_port" argument="-Mascot_server:proxy_port" type="integer" optional="true" min="0" value="0" label="Port where the proxy server listens" help=""/> 5977 <param name="proxy_port" argument="-Mascot_server:proxy_port" type="integer" optional="true" min="0" value="0" label="Port where the proxy server listens" help=""/>
5983 <param name="proxy_username" argument="-Mascot_server:proxy_username" type="text" optional="true" value="" label="Login name for the proxy server, if needed" help=""> 5978 <param name="proxy_username" argument="-Mascot_server:proxy_username" type="text" optional="true" value="" label="Login name for the proxy server, if needed" help="">
5984 <expand macro="list_string_san"/> 5979 <expand macro="list_string_san" name="proxy_username"/>
5985 </param> 5980 </param>
5986 <param name="proxy_password" argument="-Mascot_server:proxy_password" type="text" optional="true" value="" label="Login password for the proxy server, if needed" help=""> 5981 <param name="proxy_password" argument="-Mascot_server:proxy_password" type="text" optional="true" value="" label="Login password for the proxy server, if needed" help="">
5987 <expand macro="list_string_san"/> 5982 <expand macro="list_string_san" name="proxy_password"/>
5988 </param> 5983 </param>
5989 <param name="login" argument="-Mascot_server:login" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Flag which should be set 'true' if Mascot security is enabled; also set 'username' and 'password' then" help=""/> 5984 <param name="login" argument="-Mascot_server:login" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Flag which should be set 'true' if Mascot security is enabled; also set 'username' and 'password' then" help=""/>
5990 <param name="username" argument="-Mascot_server:username" type="text" optional="true" value="" label="Name of the user if login is used (Mascot security must be enabled!)" help=""> 5985 <param name="username" argument="-Mascot_server:username" type="text" optional="true" value="" label="Name of the user if login is used (Mascot security must be enabled!)" help="">
5991 <expand macro="list_string_san"/> 5986 <expand macro="list_string_san" name="username"/>
5992 </param> 5987 </param>
5993 <param name="password" argument="-Mascot_server:password" type="text" optional="true" value="" label="Password of the user if login is used (Mascot security must be enabled!)" help=""> 5988 <param name="password" argument="-Mascot_server:password" type="text" optional="true" value="" label="Password of the user if login is used (Mascot security must be enabled!)" help="">
5994 <expand macro="list_string_san"/> 5989 <expand macro="list_string_san" name="password"/>
5995 </param> 5990 </param>
5996 <param name="use_ssl" argument="-Mascot_server:use_ssl" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Flag indicating whether you want to send requests to an HTTPS server or not (HTTP)" help="Requires OpenSSL to be installed (see openssl.org)"/> 5991 <param name="use_ssl" argument="-Mascot_server:use_ssl" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Flag indicating whether you want to send requests to an HTTPS server or not (HTTP)" help="Requires OpenSSL to be installed (see openssl.org)"/>
5997 <param name="export_params" argument="-Mascot_server:export_params" type="text" optional="true" value="_ignoreionsscorebelow=0&amp;_sigthreshold=0.99&amp;_showsubsets=1&amp;show_same_sets=1&amp;report=0&amp;percolate=0&amp;query_master=0" label="Adjustable export parameters (passed to Mascot's 'export_dat_2.pl' script)" help="Generally only parameters that control which hits to export are safe to adjust/add. Many settings that govern what types of information to include are required by OpenMS and cannot be changed. Note that setting 'query_master' to 1 may lead to incorrect protein references for peptides"> 5992 <param name="export_params" argument="-Mascot_server:export_params" type="text" optional="true" value="_ignoreionsscorebelow=0&amp;_sigthreshold=0.99&amp;_showsubsets=1&amp;show_same_sets=1&amp;report=0&amp;percolate=0&amp;query_master=0" label="Adjustable export parameters (passed to Mascot's 'export_dat_2.pl' script)" help="Generally only parameters that control which hits to export are safe to adjust/add. Many settings that govern what types of information to include are required by OpenMS and cannot be changed. Note that setting 'query_master' to 1 may lead to incorrect protein references for peptides">
5998 <expand macro="list_string_san"/> 5993 <expand macro="list_string_san" name="export_params"/>
5999 </param> 5994 </param>
6000 <param name="skip_export" argument="-Mascot_server:skip_export" type="boolean" truevalue="true" falsevalue="false" checked="false" label="For use with an external Mascot Percolator (via GenericWrapper): Run the Mascot search, but do not export the results" help="The output file produced by MascotAdapterOnline will contain only the Mascot search number"/> 5995 <param name="skip_export" argument="-Mascot_server:skip_export" type="boolean" truevalue="true" falsevalue="false" checked="false" label="For use with an external Mascot Percolator (via GenericWrapper): Run the Mascot search, but do not export the results" help="The output file produced by MascotAdapterOnline will contain only the Mascot search number"/>
5996 <param name="batch_size" argument="-Mascot_server:batch_size" type="integer" optional="true" min="0" value="50000" label="Number of spectra processed in one batch by Mascot (default 50000)" help=""/>
6001 </section> 5997 </section>
6002 <expand macro="adv_opts_macro"> 5998 <expand macro="adv_opts_macro">
6003 <param name="keep_protein_links" argument="-keep_protein_links" type="boolean" truevalue="true" falsevalue="false" checked="false" label="The Mascot response file usually returns incomplete/wrong protein hits, so re-indexing the peptide hits is required" help="To avoid confusion why there are so few protein hits and force re-indexing, no proteins should be reported. To see the original (wrong) list, enable this flag"/> 5999 <param argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/>
6004 <param name="force" argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/> 6000 <param argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help="">
6005 <param name="test" argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> 6001 <expand macro="list_string_san" name="test"/>
6006 <expand macro="list_string_san"/>
6007 </param> 6002 </param>
6008 </expand> 6003 </expand>
6009 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs"> 6004 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs">
6010 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> 6005 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option>
6011 </param> 6006 </param>
6014 <data name="out" label="${tool.name} on ${on_string}: out" format="idxml"/> 6009 <data name="out" label="${tool.name} on ${on_string}: out" format="idxml"/>
6015 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd"> 6010 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd">
6016 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter> 6011 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter>
6017 </data> 6012 </data>
6018 </outputs> 6013 </outputs>
6019 <tests> 6014 <tests><!-- TOPP_MascotAdapterOnline_1 -->
6020 <expand macro="autotest_MascotAdapterOnline"/> 6015 <test expect_num_outputs="2">
6021 <expand macro="manutest_MascotAdapterOnline"/> 6016 <section name="adv_opts">
6017 <param name="force" value="false"/>
6018 <param name="test" value="true"/>
6019 </section>
6020 <param name="in" value="spectra_comet.mzML"/>
6021 <output name="out" file="MascotAdapterOnline_1_out.idXML" compare="sim_size" delta_frac="0.7" ftype="idxml"/>
6022 <section name="Mascot_parameters">
6023 <param name="database" value="SwissProt"/>
6024 <param name="search_type" value="MIS"/>
6025 <param name="enzyme" value="Trypsin"/>
6026 <param name="instrument" value="Default"/>
6027 <param name="missed_cleavages" value="1"/>
6028 <param name="precursor_mass_tolerance" value="3.0"/>
6029 <param name="precursor_error_units" value="Da"/>
6030 <param name="fragment_mass_tolerance" value="0.3"/>
6031 <param name="fragment_error_units" value="Da"/>
6032 <param name="charges" value="1,2,3"/>
6033 <param name="taxonomy" value="All entries"/>
6034 <param name="fixed_modifications"/>
6035 <param name="variable_modifications"/>
6036 <param name="special_modifications" value="Cation:Na (DE),Deamidated (NQ),Oxidation (HW),Phospho (ST),Sulfo (ST)"/>
6037 <param name="mass_type" value="monoisotopic"/>
6038 <param name="number_of_hits" value="0"/>
6039 <param name="skip_spectrum_charges" value="false"/>
6040 <param name="decoy" value="false"/>
6041 <param name="search_title" value="OpenMS_search"/>
6042 <param name="username" value="OpenMS"/>
6043 <param name="email" value="openmsjenkins@gmail.com"/>
6044 </section>
6045 <section name="Mascot_server">
6046 <param name="hostname" value="www.matrixscience.com"/>
6047 <param name="host_port" value="80"/>
6048 <param name="server_path" value=""/>
6049 <param name="timeout" value="1500"/>
6050 <param name="boundary" value="GZWgAaYKjHFeUaLOLEIOMq"/>
6051 <param name="use_proxy" value="false"/>
6052 <param name="proxy_host" value=""/>
6053 <param name="proxy_port" value="0"/>
6054 <param name="proxy_username" value=""/>
6055 <param name="proxy_password" value=""/>
6056 <param name="login" value="false"/>
6057 <param name="username" value=""/>
6058 <param name="password" value=""/>
6059 <param name="use_ssl" value="false"/>
6060 <param name="export_params" value="_ignoreionsscorebelow=0&amp;_sigthreshold=0.99&amp;_showsubsets=1&amp;show_same_sets=1&amp;report=0&amp;percolate=0&amp;query_master=0"/>
6061 <param name="skip_export" value="false"/>
6062 <param name="batch_size" value="50000"/>
6063 </section>
6064 <param name="OPTIONAL_OUTPUTS" value="ctd_out_FLAG"/>
6065 <output name="ctd_out" ftype="xml">
6066 <assert_contents>
6067 <is_valid_xml/>
6068 </assert_contents>
6069 </output>
6070 </test>
6071 <!-- TOPP_MascotAdapterOnline_2 -->
6072 <test expect_num_outputs="2">
6073 <section name="adv_opts">
6074 <param name="force" value="false"/>
6075 <param name="test" value="true"/>
6076 </section>
6077 <param name="in" value="spectra_comet.mzML"/>
6078 <output name="out" file="MascotAdapterOnline_2_out.idXML" compare="sim_size" delta_frac="0.7" ftype="idxml"/>
6079 <section name="Mascot_parameters">
6080 <param name="database" value="SwissProt"/>
6081 <param name="search_type" value="MIS"/>
6082 <param name="enzyme" value="Trypsin"/>
6083 <param name="instrument" value="Default"/>
6084 <param name="missed_cleavages" value="1"/>
6085 <param name="precursor_mass_tolerance" value="3.0"/>
6086 <param name="precursor_error_units" value="Da"/>
6087 <param name="fragment_mass_tolerance" value="0.3"/>
6088 <param name="fragment_error_units" value="Da"/>
6089 <param name="charges" value="1,2,3"/>
6090 <param name="taxonomy" value="All entries"/>
6091 <param name="fixed_modifications"/>
6092 <param name="variable_modifications"/>
6093 <param name="special_modifications" value="Cation:Na (DE),Deamidated (NQ),Oxidation (HW),Phospho (ST),Sulfo (ST)"/>
6094 <param name="mass_type" value="monoisotopic"/>
6095 <param name="number_of_hits" value="0"/>
6096 <param name="skip_spectrum_charges" value="false"/>
6097 <param name="decoy" value="true"/>
6098 <param name="search_title" value="OpenMS_search"/>
6099 <param name="username" value="OpenMS"/>
6100 <param name="email" value="openmsjenkins@gmail.com"/>
6101 </section>
6102 <section name="Mascot_server">
6103 <param name="hostname" value="www.matrixscience.com"/>
6104 <param name="host_port" value="80"/>
6105 <param name="server_path" value=""/>
6106 <param name="timeout" value="1500"/>
6107 <param name="boundary" value="GZWgAaYKjHFeUaLOLEIOMq"/>
6108 <param name="use_proxy" value="false"/>
6109 <param name="proxy_host" value=""/>
6110 <param name="proxy_port" value="0"/>
6111 <param name="proxy_username" value=""/>
6112 <param name="proxy_password" value=""/>
6113 <param name="login" value="false"/>
6114 <param name="username" value=""/>
6115 <param name="password" value=""/>
6116 <param name="use_ssl" value="false"/>
6117 <param name="export_params" value="_ignoreionsscorebelow=0&amp;_sigthreshold=0.99&amp;_showsubsets=1&amp;show_same_sets=1&amp;report=0&amp;percolate=0&amp;query_master=0"/>
6118 <param name="skip_export" value="false"/>
6119 <param name="batch_size" value="50000"/>
6120 </section>
6121 <param name="OPTIONAL_OUTPUTS" value="ctd_out_FLAG"/>
6122 <output name="ctd_out" ftype="xml">
6123 <assert_contents>
6124 <is_valid_xml/>
6125 </assert_contents>
6126 </output>
6127 </test>
6022 </tests> 6128 </tests>
6023 <help><![CDATA[Annotates MS/MS spectra using Mascot. 6129 <help><![CDATA[Annotates MS/MS spectra using Mascot.
6024 6130
6025 6131
6026 For more information, visit http://www.openms.de/doxygen/release/2.6.0/html/TOPP_MascotAdapterOnline.html]]></help> 6132 For more information, visit http://www.openms.de/doxygen/release/2.8.0/html/TOPP_MascotAdapterOnline.html]]></help>
6027 <expand macro="references"/> 6133 <expand macro="references"/>
6028 </tool> 6134 </tool>