0
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
2 <tool id="PILISIdentification" name="PILISIdentification" version="1.12.0">
|
|
3 <description>performs a peptide/protein identification with the PILIS engine</description>
|
|
4 <macros>
|
|
5 <token name="@EXECUTABLE@">PILISIdentification</token>
|
|
6 <import>macros.xml</import>
|
|
7 </macros>
|
|
8 <expand macro="stdio"/>
|
|
9 <expand macro="requirements"/>
|
|
10 <command>PILISIdentification
|
|
11
|
|
12 -in ${param_in}
|
|
13 -out ${param_out}
|
|
14 -model_file ${param_model_file}
|
|
15 -peptide_db_file ${param_peptide_db_file}
|
|
16 -precursor_mass_tolerance ${param_precursor_mass_tolerance}
|
|
17 -peak_mass_tolerance ${param_peak_mass_tolerance}
|
|
18 -max_pre_candidates ${param_max_pre_candidates}
|
|
19 -max_candidates ${param_max_candidates}
|
|
20 -upper_mz ${param_upper_mz}
|
|
21 -lower_mz ${param_lower_mz}
|
|
22 -fixed_modifications ${param_fixed_modifications}
|
|
23 -threads \${GALAXY_SLOTS:-24}
|
|
24 -model:charge_directed_threshold ${param_charge_directed_threshold}
|
|
25 -model:charge_remote_threshold ${param_charge_remote_threshold}
|
|
26 -model:charge_loss_factor ${param_charge_loss_factor}
|
|
27 -model:min_y_ion_intensity ${param_min_y_ion_intensity}
|
|
28 -model:min_b_ion_intensity ${param_min_b_ion_intensity}
|
|
29 -model:min_a_ion_intensity ${param_min_a_ion_intensity}
|
|
30 -model:min_y_loss_intensity ${param_min_y_loss_intensity}
|
|
31 -model:min_b_loss_intensity ${param_min_b_loss_intensity}
|
|
32 -model:visible_model_depth ${param_visible_model_depth}
|
|
33 -model:model_depth ${param_model_depth}
|
|
34 ${param_use_local_scoring}
|
|
35 ${param_do_not_use_evalue_scoring}
|
|
36 -scoring:survival_function_bin_size ${param_survival_function_bin_size}
|
|
37 -scoring:global_linear_fitting_threshold ${param_global_linear_fitting_threshold}
|
|
38 -scoring:local_linear_fitting_threshold ${param_local_linear_fitting_threshold}
|
|
39 </command>
|
|
40 <inputs>
|
|
41 <param name="param_in" type="data" format="mzML" optional="False" label="input file in MzML format" help="(-in)"/>
|
|
42 <param name="param_model_file" type="data" format="data" label="the model file of the PILISModel" help="(-model_file)"/>
|
|
43 <param name="param_peptide_db_file" type="data" format="data" label="a file which should contain peptides in the format#br#DFPIANGER 1019.09 1#br#where the first column is the peptide, the second the m/z#br#the third the charge. As a alternative the sequence file#br#may contain only peptide sequences each in a separate line#br#repectively" help="(-peptide_db_file)"/>
|
|
44 <param name="param_precursor_mass_tolerance" type="float" value="2.0" label="the precursor mass tolerance" help="(-precursor_mass_tolerance)"/>
|
|
45 <param name="param_peak_mass_tolerance" type="float" value="1.0" label="the peak mass tolerance" help="(-peak_mass_tolerance)"/>
|
|
46 <param name="param_max_pre_candidates" type="integer" value="200" label="number of candidates that are used for precise scoring" help="(-max_pre_candidates)"/>
|
|
47 <param name="param_max_candidates" type="integer" value="20" label="number of candidates that are reported by PILIS" help="(-max_candidates)"/>
|
|
48 <param name="param_upper_mz" type="float" value="2000.0" label="upper mz interval endpoint" help="(-upper_mz)"/>
|
|
49 <param name="param_lower_mz" type="float" value="200.0" label="lower mz interval endpoint" help="(-lower_mz)"/>
|
|
50 <param name="param_fixed_modifications" type="text" size="20" label="monoisotopic_mass@residues e.g.: 57.021464@C" help="(-fixed_modifications)"/>
|
|
51 <param name="param_charge_directed_threshold" type="float" value="0.3" label="bla" help="(-charge_directed_threshold)"/>
|
|
52 <param name="param_charge_remote_threshold" type="float" value="0.2" label="bla" help="(-charge_remote_threshold)"/>
|
|
53 <param name="param_charge_loss_factor" type="float" value="0.5" label="bla" help="(-charge_loss_factor)"/>
|
|
54 <param name="param_min_y_ion_intensity" type="float" value="0.2" label="" help="(-min_y_ion_intensity)"/>
|
|
55 <param name="param_min_b_ion_intensity" type="float" value="0.15" label="" help="(-min_b_ion_intensity)"/>
|
|
56 <param name="param_min_a_ion_intensity" type="float" value="0.05" label="" help="(-min_a_ion_intensity)"/>
|
|
57 <param name="param_min_y_loss_intensity" type="float" value="0.05" label="" help="(-min_y_loss_intensity)"/>
|
|
58 <param name="param_min_b_loss_intensity" type="float" value="0.02" label="" help="(-min_b_loss_intensity)"/>
|
|
59 <param name="param_visible_model_depth" type="integer" value="30" label="bla" help="(-visible_model_depth)"/>
|
|
60 <param name="param_model_depth" type="integer" value="4" label="bla" help="(-model_depth)"/>
|
|
61 <param name="param_use_local_scoring" type="boolean" truevalue="-scoring:use_local_scoring true" falsevalue="-scoring:use_local_scoring false" checked="false" optional="True" label="..." help="(-use_local_scoring)"/>
|
|
62 <param name="param_do_not_use_evalue_scoring" type="boolean" truevalue="-scoring:do_not_use_evalue_scoring true" falsevalue="-scoring:do_not_use_evalue_scoring false" checked="false" optional="True" label="..." help="(-do_not_use_evalue_scoring)"/>
|
|
63 <param name="param_survival_function_bin_size" type="integer" value="20" label="..." help="(-survival_function_bin_size)"/>
|
|
64 <param name="param_global_linear_fitting_threshold" type="float" value="0.1" label="..." help="(-global_linear_fitting_threshold)"/>
|
|
65 <param name="param_local_linear_fitting_threshold" type="float" value="0.5" label="..." help="(-local_linear_fitting_threshold)"/>
|
|
66 </inputs>
|
|
67 <outputs>
|
|
68 <data name="param_out" label="output file in idXML format" format="idXML"/>
|
|
69 </outputs>
|
|
70 <help>**What it does**
|
|
71
|
|
72 performs a peptide/protein identification with the PILIS engine
|
|
73
|
|
74
|
|
75 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_PILISIdentification.html
|
|
76
|
|
77 @REFERENCES@
|
|
78 </help>
|
|
79 </tool>
|