0
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
2 <tool id="RNPxl" name="RNPxl" version="2.0.0">
|
|
3 <description>Tool for RNP cross linking experiment analysis.</description>
|
|
4 <macros>
|
|
5 <token name="@EXECUTABLE@">RNPxl</token>
|
|
6 <import>macros.xml</import>
|
|
7 </macros>
|
|
8 <expand macro="stdio"/>
|
|
9 <expand macro="requirements"/>
|
|
10 <command>RNPxl
|
|
11
|
|
12 #if $param_in_mzML:
|
|
13 -in_mzML $param_in_mzML
|
|
14 #end if
|
|
15 #if $param_length:
|
|
16 -length $param_length
|
|
17 #end if
|
|
18 #if $param_sequence:
|
|
19 -sequence "$param_sequence"
|
|
20 #end if
|
|
21
|
|
22 #if $rep_param_target_nucleotides:
|
|
23 -target_nucleotides
|
|
24 #for token in $rep_param_target_nucleotides:
|
|
25 #if " " in str(token):
|
|
26 "$token.param_target_nucleotides"
|
|
27 #else
|
|
28 $token.param_target_nucleotides
|
|
29 #end if
|
|
30 #end for
|
|
31 #end if
|
|
32
|
|
33 #if $rep_param_mapping:
|
|
34 -mapping
|
|
35 #for token in $rep_param_mapping:
|
|
36 #if " " in str(token):
|
|
37 "$token.param_mapping"
|
|
38 #else
|
|
39 $token.param_mapping
|
|
40 #end if
|
|
41 #end for
|
|
42 #end if
|
|
43
|
|
44 #if $rep_param_restrictions:
|
|
45 -restrictions
|
|
46 #for token in $rep_param_restrictions:
|
|
47 #if " " in str(token):
|
|
48 "$token.param_restrictions"
|
|
49 #else
|
|
50 $token.param_restrictions
|
|
51 #end if
|
|
52 #end for
|
|
53 #end if
|
|
54
|
|
55 #if $rep_param_modifications:
|
|
56 -modifications
|
|
57 #for token in $rep_param_modifications:
|
|
58 #if " " in str(token):
|
|
59 "$token.param_modifications"
|
|
60 #else
|
|
61 $token.param_modifications
|
|
62 #end if
|
|
63 #end for
|
|
64 #end if
|
|
65 #if $param_peptide_mass_threshold:
|
|
66 -peptide_mass_threshold $param_peptide_mass_threshold
|
|
67 #end if
|
|
68 #if $param_precursor_variant_mz_threshold:
|
|
69 -precursor_variant_mz_threshold $param_precursor_variant_mz_threshold
|
|
70 #end if
|
|
71 #if $param_CysteineAdduct:
|
|
72 -CysteineAdduct
|
|
73 #end if
|
|
74 #if $param_in_OMSSA_ini:
|
|
75 -in_OMSSA_ini $param_in_OMSSA_ini
|
|
76 #end if
|
|
77 #if $param_in_fasta:
|
|
78 -in_fasta $param_in_fasta
|
|
79 #end if
|
|
80 #if $param_marker_ions_tolerance:
|
|
81 -marker_ions_tolerance $param_marker_ions_tolerance
|
|
82 #end if
|
|
83 #if $param_out_idXML:
|
|
84 -out_idXML $param_out_idXML
|
|
85 #end if
|
|
86 #if $param_out_csv:
|
|
87 -out_csv $param_out_csv
|
|
88 #end if
|
|
89 -threads \${GALAXY_SLOTS:-24}
|
|
90 #if $adv_opts.adv_opts_selector=='advanced':
|
|
91 #if $adv_opts.param_continue:
|
|
92 -continue
|
|
93 #end if
|
|
94 #if $adv_opts.param_force:
|
|
95 -force
|
|
96 #end if
|
|
97 #end if
|
|
98 </command>
|
|
99 <inputs>
|
|
100 <param name="param_in_mzML" type="data" format="mzml" optional="False" label="Input file" help="(-in_mzML) "/>
|
|
101 <param name="param_length" type="integer" value="4" label="Oligonucleotide maximum length" help="(-length) "/>
|
|
102 <param name="param_sequence" type="text" size="30" label="Sequence to restrict the generation of oligonucleotide chains" help="(-sequence) (disabled for empty sequence)">
|
|
103 <sanitizer>
|
|
104 <valid initial="string.printable">
|
|
105 <remove value="'"/>
|
|
106 <remove value="""/>
|
|
107 </valid>
|
|
108 </sanitizer>
|
|
109 </param>
|
|
110 <repeat name="rep_param_target_nucleotides" min="0" max="1" title="param_target_nucleotides">
|
|
111 <param name="param_target_nucleotides" type="text" size="30" value="A=C10H14N5O7P C=C9H14N3O8P G=C10H14N5O8P U=C9H13N2O9P" label="format: target nucleotide=empirical formula of nucleoside monophosphate" help="(-target_nucleotides) e.g. A=C10H14N5O7P, ..., U=C10H14N5O7P, X=C9H13N2O8PS where X represents e.g. tU <br> or e.g. Y=C10H14N5O7PS where Y represents tG">
|
|
112 <sanitizer>
|
|
113 <valid initial="string.printable">
|
|
114 <remove value="'"/>
|
|
115 <remove value="""/>
|
|
116 </valid>
|
|
117 </sanitizer>
|
|
118 </param>
|
|
119 </repeat>
|
|
120 <repeat name="rep_param_mapping" min="0" max="1" title="param_mapping">
|
|
121 <param name="param_mapping" type="text" size="30" value="A->A C->C G->G U->U" label="format: source->target e.g. A->A, ..., U->U, U->X" help="(-mapping) ">
|
|
122 <sanitizer>
|
|
123 <valid initial="string.printable">
|
|
124 <remove value="'"/>
|
|
125 <remove value="""/>
|
|
126 </valid>
|
|
127 </sanitizer>
|
|
128 </param>
|
|
129 </repeat>
|
|
130 <repeat name="rep_param_restrictions" min="0" max="1" title="param_restrictions">
|
|
131 <param name="param_restrictions" type="text" size="30" value="A=0 C=0 U=0 G=0" label="format: target nucleotide=min_count: e.g U=1 if at least one U must be in the generated sequence" help="(-restrictions) ">
|
|
132 <sanitizer>
|
|
133 <valid initial="string.printable">
|
|
134 <remove value="'"/>
|
|
135 <remove value="""/>
|
|
136 </valid>
|
|
137 </sanitizer>
|
|
138 </param>
|
|
139 </repeat>
|
|
140 <repeat name="rep_param_modifications" min="0" max="1" title="param_modifications">
|
|
141 <param name="param_modifications" type="text" size="30" value="-H2O -H2O-HPO3 -HPO3 -H2O+HPO3 +HPO3" label="format: empirical formula e.g -H2O, ..., H2O+PO3" help="(-modifications) ">
|
|
142 <sanitizer>
|
|
143 <valid initial="string.printable">
|
|
144 <remove value="'"/>
|
|
145 <remove value="""/>
|
|
146 </valid>
|
|
147 </sanitizer>
|
|
148 </param>
|
|
149 </repeat>
|
|
150 <param name="param_peptide_mass_threshold" type="float" value="600.0" label="Lower peptide mass (Da) threshold" help="(-peptide_mass_threshold) "/>
|
|
151 <param name="param_precursor_variant_mz_threshold" type="float" value="260.0" label="Lower m/z (Th) threshold for precursor variant" help="(-precursor_variant_mz_threshold) "/>
|
|
152 <param name="param_CysteineAdduct" type="boolean" truevalue="-CysteineAdduct" falsevalue="" checked="false" optional="True" label="Use this flag if the +152 adduct is expected" help="(-CysteineAdduct) "/>
|
|
153 <param name="param_in_OMSSA_ini" type="data" format="txt" optional="False" label="Ini file for the OMSSA search engine" help="(-in_OMSSA_ini) "/>
|
|
154 <param name="param_in_fasta" type="data" format="fasta" optional="False" label="Fasta file for search result annotation" help="(-in_fasta) "/>
|
|
155 <param name="param_marker_ions_tolerance" type="float" value="0.05" label="mz tolerance used to determine marker ions" help="(-marker_ions_tolerance) "/>
|
|
156 <expand macro="advanced_options">
|
|
157 <param name="param_continue" type="boolean" truevalue="-continue" falsevalue="" checked="false" optional="True" label="Do not recreate intermediate files to continue after unexpected crash" help="(-continue) "/>
|
|
158 <param name="param_force" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/>
|
|
159 </expand>
|
|
160 </inputs>
|
|
161 <outputs>
|
|
162 <data name="param_out_idXML" format="idxml"/>
|
|
163 <data name="param_out_csv" format="tabular"/>
|
|
164 </outputs>
|
|
165 <help>**What it does**
|
|
166
|
|
167 Tool for RNP cross linking experiment analysis.
|
|
168
|
|
169
|
|
170 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_RNPxl.html</help>
|
|
171 <expand macro="references"/>
|
|
172 </tool>
|