comparison DecoyDatabase.xml @ 16:06cca574e337 draft default tip

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 5c080b1e2b99f1c88f4557e9fec8c45c9d23b906
author galaxyp
date Fri, 14 Jun 2024 21:33:28 +0000
parents 25529df60a81
children
comparison
equal deleted inserted replaced
15:25529df60a81 16:06cca574e337
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.--> 1 <!--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: [Utilities]--> 2 <!--Proposed Tool Section: [File Filtering / Extraction / Merging]-->
4 <tool id="DecoyDatabase" name="DecoyDatabase" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05"> 3 <tool id="DecoyDatabase" name="DecoyDatabase" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05">
5 <description>Create decoy sequence database from forward sequence database.</description> 4 <description>Create decoy sequence database from forward sequence database</description>
6 <macros> 5 <macros>
7 <token name="@EXECUTABLE@">DecoyDatabase</token> 6 <token name="@EXECUTABLE@">DecoyDatabase</token>
8 <import>macros.xml</import> 7 <import>macros.xml</import>
9 </macros> 8 </macros>
10 <expand macro="requirements"/> 9 <expand macro="requirements"/>
15 14
16 ## Preprocessing 15 ## Preprocessing
17 mkdir in_cond.in && 16 mkdir in_cond.in &&
18 #if $in_cond.in_select == "no" 17 #if $in_cond.in_select == "no"
19 mkdir ${' '.join(["'in_cond.in/%s'" % (i) for i, f in enumerate($in_cond.in) if f])} && 18 mkdir ${' '.join(["'in_cond.in/%s'" % (i) for i, f in enumerate($in_cond.in) if f])} &&
20 ${' '.join(["ln -s '%s' 'in_cond.in/%s/%s.%s' && " % (f, i, re.sub('[^\w\-_]', '_', f.element_identifier), $gxy2omsext(f.ext)) for i, f in enumerate($in_cond.in) if f])} 19 ${' '.join(["cp '%s' 'in_cond.in/%s/%s.%s' && " % (f, i, re.sub('[^\w\-_]', '_', f.element_identifier), $gxy2omsext(f.ext)) for i, f in enumerate($in_cond.in) if f])}
21 #else 20 #else
22 ln -s '$in_cond.in' 'in_cond.in/${re.sub("[^\w\-_]", "_", $in_cond.in.element_identifier)}.$gxy2omsext($in_cond.in.ext)' && 21 cp '$in_cond.in' 'in_cond.in/${re.sub("[^\w\-_]", "_", $in_cond.in.element_identifier)}.$gxy2omsext($in_cond.in.ext)' &&
23 #end if 22 #end if
24 mkdir out && 23 mkdir out &&
25 24
26 ## Main program call 25 ## Main program call
27 26
52 <param name="in_select" type="select" label="Run tool in batch mode for -in"> 51 <param name="in_select" type="select" label="Run tool in batch mode for -in">
53 <option value="no">No: process all datasets jointly</option> 52 <option value="no">No: process all datasets jointly</option>
54 <option value="yes">Yes: process each dataset in an independent job</option> 53 <option value="yes">Yes: process each dataset in an independent job</option>
55 </param> 54 </param>
56 <when value="no"> 55 <when value="no">
57 <param argument="-in" type="data" format="fasta" multiple="true" optional="false" label="Input FASTA file(s), each containing a database" help="It is recommended to include a contaminant database as well select fasta data sets(s)"/> 56 <param argument="-in" type="data" format="fasta" multiple="true" label="Input FASTA file(s), each containing a database" help="It is recommended to include a contaminant database as well select fasta data sets(s)"/>
58 </when> 57 </when>
59 <when value="yes"> 58 <when value="yes">
60 <param argument="-in" type="data" format="fasta" multiple="false" optional="false" label="Input FASTA file(s), each containing a database" help="It is recommended to include a contaminant database as well select fasta data sets(s)"/> 59 <param argument="-in" type="data" format="fasta" label="Input FASTA file(s), each containing a database" help="It is recommended to include a contaminant database as well select fasta data sets(s)"/>
61 </when> 60 </when>
62 </conditional> 61 </conditional>
63 <param argument="-decoy_string" type="text" optional="true" value="DECOY_" label="String that is combined with the accession of the protein identifier to indicate a decoy protein" help=""> 62 <param argument="-decoy_string" type="text" value="DECOY_" label="String that is combined with the accession of the protein identifier to indicate a decoy protein" help="">
64 <expand macro="list_string_san" name="decoy_string"/> 63 <expand macro="list_string_san" name="decoy_string"/>
65 </param> 64 </param>
66 <param argument="-decoy_string_position" type="select" optional="true" label="Should the 'decoy_string' be prepended (prefix) or appended (suffix) to the protein accession?" help=""> 65 <param argument="-decoy_string_position" type="select" label="Should the 'decoy_string' be prepended (prefix) or appended (suffix) to the protein accession?" help="">
67 <option value="prefix" selected="true">prefix</option> 66 <option value="prefix" selected="true">prefix</option>
68 <option value="suffix">suffix</option> 67 <option value="suffix">suffix</option>
69 <expand macro="list_string_san" name="decoy_string_position"/> 68 <expand macro="list_string_san" name="decoy_string_position"/>
70 </param> 69 </param>
71 <param argument="-only_decoy" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Write only decoy proteins to the output database instead of a combined database" help=""/> 70 <param argument="-only_decoy" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Write only decoy proteins to the output database instead of a combined database" help=""/>
72 <param argument="-type" type="select" optional="true" label="Type of sequence" help="RNA sequences may contain modification codes, which will be handled correctly if this is set to 'RNA'"> 71 <param argument="-type" type="select" label="Type of sequence" help="RNA sequences may contain modification codes, which will be handled correctly if this is set to 'RNA'">
73 <option value="protein" selected="true">protein</option> 72 <option value="protein" selected="true">protein</option>
74 <option value="RNA">RNA</option> 73 <option value="RNA">RNA</option>
75 <expand macro="list_string_san" name="type"/> 74 <expand macro="list_string_san" name="type"/>
76 </param> 75 </param>
77 <param argument="-method" type="select" optional="true" label="Method by which decoy sequences are generated from target sequences" help="Note that all sequences are shuffled using the same random seed, ensuring that identical sequences produce the same shuffled decoy sequences. Shuffled sequences that produce highly similar output sequences are shuffled again (see shuffle_sequence_identity_threshold)"> 76 <param argument="-method" type="select" label="Method by which decoy sequences are generated from target sequences" help="Note that all sequences are shuffled using the same random seed, ensuring that identical sequences produce the same shuffled decoy sequences. Shuffled sequences that produce highly similar output sequences are shuffled again (see shuffle_sequence_identity_threshold)">
78 <option value="reverse" selected="true">reverse</option> 77 <option value="reverse" selected="true">reverse</option>
79 <option value="shuffle">shuffle</option> 78 <option value="shuffle">shuffle</option>
80 <expand macro="list_string_san" name="method"/> 79 <expand macro="list_string_san" name="method"/>
81 </param> 80 </param>
82 <param argument="-enzyme" type="select" optional="true" label="Enzyme used for the digestion of the sample" help="Only applicable if parameter 'type' is 'protein'"> 81 <param argument="-enzyme" type="select" label="Enzyme used for the digestion of the sample" help="Only applicable if parameter 'type' is 'protein'">
82 <option value="glutamyl endopeptidase">glutamyl endopeptidase</option>
83 <option value="Alpha-lytic protease">Alpha-lytic protease</option>
84 <option value="no cleavage">no cleavage</option>
85 <option value="unspecific cleavage">unspecific cleavage</option>
86 <option value="Trypsin" selected="true">Trypsin</option>
87 <option value="Arg-C">Arg-C</option>
88 <option value="Arg-C/P">Arg-C/P</option>
89 <option value="Asp-N">Asp-N</option>
83 <option value="Asp-N/B">Asp-N/B</option> 90 <option value="Asp-N/B">Asp-N/B</option>
91 <option value="Glu-C+P">Glu-C+P</option>
92 <option value="PepsinA + P">PepsinA + P</option>
93 <option value="cyanogen-bromide">cyanogen-bromide</option>
94 <option value="Clostripain/P">Clostripain/P</option>
95 <option value="elastase-trypsin-chymotrypsin">elastase-trypsin-chymotrypsin</option>
84 <option value="Asp-N_ambic">Asp-N_ambic</option> 96 <option value="Asp-N_ambic">Asp-N_ambic</option>
85 <option value="Chymotrypsin">Chymotrypsin</option> 97 <option value="Chymotrypsin">Chymotrypsin</option>
86 <option value="Chymotrypsin/P">Chymotrypsin/P</option> 98 <option value="Chymotrypsin/P">Chymotrypsin/P</option>
87 <option value="CNBr">CNBr</option> 99 <option value="CNBr">CNBr</option>
88 <option value="2-iodobenzoate">2-iodobenzoate</option>
89 <option value="iodosobenzoate">iodosobenzoate</option>
90 <option value="Arg-C">Arg-C</option>
91 <option value="Arg-C/P">Arg-C/P</option>
92 <option value="Asp-N">Asp-N</option>
93 <option value="cyanogen-bromide">cyanogen-bromide</option>
94 <option value="Clostripain/P">Clostripain/P</option>
95 <option value="elastase-trypsin-chymotrypsin">elastase-trypsin-chymotrypsin</option>
96 <option value="no cleavage">no cleavage</option>
97 <option value="unspecific cleavage">unspecific cleavage</option>
98 <option value="Formic_acid">Formic_acid</option> 100 <option value="Formic_acid">Formic_acid</option>
99 <option value="Lys-C">Lys-C</option> 101 <option value="Lys-C">Lys-C</option>
100 <option value="Lys-N">Lys-N</option> 102 <option value="Lys-N">Lys-N</option>
101 <option value="Lys-C/P">Lys-C/P</option> 103 <option value="Lys-C/P">Lys-C/P</option>
102 <option value="PepsinA">PepsinA</option> 104 <option value="PepsinA">PepsinA</option>
104 <option value="Trypsin/P">Trypsin/P</option> 106 <option value="Trypsin/P">Trypsin/P</option>
105 <option value="V8-DE">V8-DE</option> 107 <option value="V8-DE">V8-DE</option>
106 <option value="V8-E">V8-E</option> 108 <option value="V8-E">V8-E</option>
107 <option value="leukocyte elastase">leukocyte elastase</option> 109 <option value="leukocyte elastase">leukocyte elastase</option>
108 <option value="proline endopeptidase">proline endopeptidase</option> 110 <option value="proline endopeptidase">proline endopeptidase</option>
109 <option value="glutamyl endopeptidase">glutamyl endopeptidase</option> 111 <option value="2-iodobenzoate">2-iodobenzoate</option>
110 <option value="Alpha-lytic protease">Alpha-lytic protease</option> 112 <option value="iodosobenzoate">iodosobenzoate</option>
111 <option value="staphylococcal protease/D">staphylococcal protease/D</option> 113 <option value="staphylococcal protease/D">staphylococcal protease/D</option>
112 <option value="proline-endopeptidase/HKR">proline-endopeptidase/HKR</option> 114 <option value="proline-endopeptidase/HKR">proline-endopeptidase/HKR</option>
113 <option value="Glu-C+P">Glu-C+P</option>
114 <option value="PepsinA + P">PepsinA + P</option>
115 <option value="Trypsin" selected="true">Trypsin</option>
116 <expand macro="list_string_san" name="enzyme"/> 115 <expand macro="list_string_san" name="enzyme"/>
117 </param> 116 </param>
118 <section name="Decoy" title="Decoy parameters section" help="" expanded="false"> 117 <section name="Decoy" title="Decoy parameters section" help="" expanded="false">
119 <param name="non_shuffle_pattern" argument="-Decoy:non_shuffle_pattern" type="text" optional="true" value="" label="Residues to not shuffle (keep at a constant position when shuffling)" help="Separate by comma, e.g. use 'K,P,R' here"> 118 <param name="non_shuffle_pattern" argument="-Decoy:non_shuffle_pattern" type="text" optional="true" value="" label="Residues to not shuffle (keep at a constant position when shuffling)" help="Separate by comma, e.g. use 'K,P,R' here">
120 <expand macro="list_string_san" name="non_shuffle_pattern"/> 119 <expand macro="list_string_san" name="non_shuffle_pattern"/>
121 </param> 120 </param>
122 <param name="keepPeptideNTerm" argument="-Decoy:keepPeptideNTerm" type="boolean" truevalue="true" falsevalue="false" checked="true" label="Whether to keep peptide N terminus constant when shuffling / reversing" help=""/> 121 <param name="keepPeptideNTerm" argument="-Decoy:keepPeptideNTerm" type="boolean" truevalue="true" falsevalue="false" checked="true" label="Whether to keep peptide N terminus constant when shuffling / reversing" help=""/>
123 <param name="keepPeptideCTerm" argument="-Decoy:keepPeptideCTerm" type="boolean" truevalue="true" falsevalue="false" checked="true" label="Whether to keep peptide C terminus constant when shuffling / reversing" help=""/> 122 <param name="keepPeptideCTerm" argument="-Decoy:keepPeptideCTerm" type="boolean" truevalue="true" falsevalue="false" checked="true" label="Whether to keep peptide C terminus constant when shuffling / reversing" help=""/>
124 </section> 123 </section>
125 <expand macro="adv_opts_macro"> 124 <expand macro="adv_opts_macro">
126 <param argument="-shuffle_max_attempts" type="integer" optional="true" value="30" label="shuffle: maximum attempts to lower the amino acid sequence identity between target and decoy for the shuffle algorithm" help=""/> 125 <param argument="-shuffle_max_attempts" type="integer" value="30" label="shuffle: maximum attempts to lower the amino acid sequence identity between target and decoy for the shuffle algorithm" help=""/>
127 <param argument="-shuffle_sequence_identity_threshold" type="float" optional="true" value="0.5" label="shuffle: target-decoy amino acid sequence identity threshold for the shuffle algorithm" help="If the sequence identity is above this threshold, shuffling is repeated. In case of repeated failure, individual amino acids are 'mutated' to produce a different amino acid sequence"/> 126 <param argument="-shuffle_sequence_identity_threshold" type="float" value="0.5" label="shuffle: target-decoy amino acid sequence identity threshold for the shuffle algorithm" help="If the sequence identity is above this threshold, shuffling is repeated. In case of repeated failure, individual amino acids are 'mutated' to produce a different amino acid sequence"/>
128 <param argument="-seed" type="text" optional="true" value="1" label="Random number seed (use 'time' for system time)" help=""> 127 <param argument="-seed" type="text" value="1" label="Random number seed (use 'time' for system time)" help="">
129 <expand macro="list_string_san" name="seed"/> 128 <expand macro="list_string_san" name="seed"/>
130 </param> 129 </param>
131 <param argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/> 130 <param argument="-force" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Overrides tool-specific checks" help=""/>
132 <param argument="-test" type="hidden" optional="true" value="False" label="Enables the test mode (needed for internal use only)" help=""> 131 <param argument="-test" type="hidden" value="False" label="Enables the test mode (needed for internal use only)" help="" optional="true">
133 <expand macro="list_string_san" name="test"/> 132 <expand macro="list_string_san" name="test"/>
134 </param> 133 </param>
135 </expand> 134 </expand>
136 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs"> 135 <param name="OPTIONAL_OUTPUTS" type="select" optional="true" multiple="true" label="Optional outputs">
137 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option> 136 <option value="ctd_out_FLAG">Output used ctd (ini) configuration file</option>
141 <data name="out" label="${tool.name} on ${on_string}: out" format="fasta"/> 140 <data name="out" label="${tool.name} on ${on_string}: out" format="fasta"/>
142 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd"> 141 <data name="ctd_out" format="xml" label="${tool.name} on ${on_string}: ctd">
143 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter> 142 <filter>OPTIONAL_OUTPUTS is not None and "ctd_out_FLAG" in OPTIONAL_OUTPUTS</filter>
144 </data> 143 </data>
145 </outputs> 144 </outputs>
146 <tests><!-- UTILS_DecoyDatabase_1 --> 145 <tests>
146 <!-- TOPP_DecoyDatabase_1 -->
147 <test expect_num_outputs="2"> 147 <test expect_num_outputs="2">
148 <section name="adv_opts"> 148 <section name="adv_opts">
149 <param name="shuffle_max_attempts" value="30"/> 149 <param name="shuffle_max_attempts" value="30"/>
150 <param name="shuffle_sequence_identity_threshold" value="0.5"/> 150 <param name="shuffle_sequence_identity_threshold" value="0.5"/>
151 <param name="seed" value="1"/> 151 <param name="seed" value="1"/>
153 <param name="test" value="true"/> 153 <param name="test" value="true"/>
154 </section> 154 </section>
155 <conditional name="in_cond"> 155 <conditional name="in_cond">
156 <param name="in" value="DecoyDatabase_1.fasta"/> 156 <param name="in" value="DecoyDatabase_1.fasta"/>
157 </conditional> 157 </conditional>
158 <output name="out" file="DecoyDatabase_1_out.fasta" compare="sim_size" delta_frac="0.7" ftype="fasta"/> 158 <output name="out" value="DecoyDatabase_1_out.fasta" compare="sim_size" delta_frac="0.7" ftype="fasta"/>
159 <param name="decoy_string" value="DECOY_"/> 159 <param name="decoy_string" value="DECOY_"/>
160 <param name="decoy_string_position" value="prefix"/> 160 <param name="decoy_string_position" value="prefix"/>
161 <param name="only_decoy" value="true"/> 161 <param name="only_decoy" value="true"/>
162 <param name="type" value="protein"/> 162 <param name="type" value="protein"/>
163 <param name="method" value="reverse"/> 163 <param name="method" value="reverse"/>
171 <output name="ctd_out" ftype="xml"> 171 <output name="ctd_out" ftype="xml">
172 <assert_contents> 172 <assert_contents>
173 <is_valid_xml/> 173 <is_valid_xml/>
174 </assert_contents> 174 </assert_contents>
175 </output> 175 </output>
176 </test> 176 <assert_stdout>
177 <!-- UTILS_DecoyDatabase_2 --> 177 <has_text_matching expression="@EXECUTABLE@ took .* \(wall\), .* \(CPU\), .* \(system\), .* \(user\)(; Peak Memory Usage: 32 MB)?."/>
178 </assert_stdout>
179 </test>
180 <!-- TOPP_DecoyDatabase_2 -->
178 <test expect_num_outputs="2"> 181 <test expect_num_outputs="2">
179 <section name="adv_opts"> 182 <section name="adv_opts">
180 <param name="shuffle_max_attempts" value="30"/> 183 <param name="shuffle_max_attempts" value="30"/>
181 <param name="shuffle_sequence_identity_threshold" value="0.5"/> 184 <param name="shuffle_sequence_identity_threshold" value="0.5"/>
182 <param name="seed" value="42"/> 185 <param name="seed" value="42"/>
184 <param name="test" value="true"/> 187 <param name="test" value="true"/>
185 </section> 188 </section>
186 <conditional name="in_cond"> 189 <conditional name="in_cond">
187 <param name="in" value="DecoyDatabase_1.fasta"/> 190 <param name="in" value="DecoyDatabase_1.fasta"/>
188 </conditional> 191 </conditional>
189 <output name="out" file="DecoyDatabase_2_out.fasta" compare="sim_size" delta_frac="0.7" ftype="fasta"/> 192 <output name="out" value="DecoyDatabase_2_out.fasta" compare="sim_size" delta_frac="0.7" ftype="fasta"/>
190 <param name="decoy_string" value="blabla"/> 193 <param name="decoy_string" value="DECOY_SEQ_"/>
191 <param name="decoy_string_position" value="prefix"/> 194 <param name="decoy_string_position" value="prefix"/>
192 <param name="only_decoy" value="false"/> 195 <param name="only_decoy" value="false"/>
193 <param name="type" value="protein"/> 196 <param name="type" value="protein"/>
194 <param name="method" value="shuffle"/> 197 <param name="method" value="shuffle"/>
195 <param name="enzyme" value="Trypsin"/> 198 <param name="enzyme" value="Trypsin"/>
202 <output name="ctd_out" ftype="xml"> 205 <output name="ctd_out" ftype="xml">
203 <assert_contents> 206 <assert_contents>
204 <is_valid_xml/> 207 <is_valid_xml/>
205 </assert_contents> 208 </assert_contents>
206 </output> 209 </output>
207 </test> 210 <assert_stdout>
208 <!-- UTILS_DecoyDatabase_3 --> 211 <has_text_matching expression="@EXECUTABLE@ took .* \(wall\), .* \(CPU\), .* \(system\), .* \(user\)(; Peak Memory Usage: 32 MB)?."/>
212 </assert_stdout>
213 </test>
214 <!-- TOPP_DecoyDatabase_3 -->
209 <test expect_num_outputs="2"> 215 <test expect_num_outputs="2">
210 <section name="adv_opts"> 216 <section name="adv_opts">
211 <param name="shuffle_max_attempts" value="30"/> 217 <param name="shuffle_max_attempts" value="30"/>
212 <param name="shuffle_sequence_identity_threshold" value="0.5"/> 218 <param name="shuffle_sequence_identity_threshold" value="0.5"/>
213 <param name="seed" value="42"/> 219 <param name="seed" value="42"/>
215 <param name="test" value="true"/> 221 <param name="test" value="true"/>
216 </section> 222 </section>
217 <conditional name="in_cond"> 223 <conditional name="in_cond">
218 <param name="in" value="DecoyDatabase_1.fasta"/> 224 <param name="in" value="DecoyDatabase_1.fasta"/>
219 </conditional> 225 </conditional>
220 <output name="out" file="DecoyDatabase_3_out.fasta" compare="sim_size" delta_frac="0.7" ftype="fasta"/> 226 <output name="out" value="DecoyDatabase_3_out.fasta" compare="sim_size" delta_frac="0.7" ftype="fasta"/>
221 <param name="decoy_string" value="blabla"/> 227 <param name="decoy_string" value="DECOY_SEQ_"/>
222 <param name="decoy_string_position" value="prefix"/> 228 <param name="decoy_string_position" value="prefix"/>
223 <param name="only_decoy" value="false"/> 229 <param name="only_decoy" value="false"/>
224 <param name="type" value="protein"/> 230 <param name="type" value="protein"/>
225 <param name="method" value="shuffle"/> 231 <param name="method" value="shuffle"/>
226 <param name="enzyme" value="Chymotrypsin"/> 232 <param name="enzyme" value="Chymotrypsin"/>
233 <output name="ctd_out" ftype="xml"> 239 <output name="ctd_out" ftype="xml">
234 <assert_contents> 240 <assert_contents>
235 <is_valid_xml/> 241 <is_valid_xml/>
236 </assert_contents> 242 </assert_contents>
237 </output> 243 </output>
238 </test> 244 <assert_stdout>
239 <!-- UTILS_DecoyDatabase_4 --> 245 <has_text_matching expression="@EXECUTABLE@ took .* \(wall\), .* \(CPU\), .* \(system\), .* \(user\)(; Peak Memory Usage: 32 MB)?."/>
246 </assert_stdout>
247 </test>
248 <!-- TOPP_DecoyDatabase_4 -->
240 <test expect_num_outputs="2"> 249 <test expect_num_outputs="2">
241 <section name="adv_opts"> 250 <section name="adv_opts">
242 <param name="shuffle_max_attempts" value="30"/> 251 <param name="shuffle_max_attempts" value="30"/>
243 <param name="shuffle_sequence_identity_threshold" value="0.5"/> 252 <param name="shuffle_sequence_identity_threshold" value="0.5"/>
244 <param name="seed" value="42"/> 253 <param name="seed" value="42"/>
246 <param name="test" value="true"/> 255 <param name="test" value="true"/>
247 </section> 256 </section>
248 <conditional name="in_cond"> 257 <conditional name="in_cond">
249 <param name="in" value="DecoyDatabase_4.fasta"/> 258 <param name="in" value="DecoyDatabase_4.fasta"/>
250 </conditional> 259 </conditional>
251 <output name="out" file="DecoyDatabase_4_out.fasta" compare="sim_size" delta_frac="0.7" ftype="fasta"/> 260 <output name="out" value="DecoyDatabase_4_out.fasta" compare="sim_size" delta_frac="0.7" ftype="fasta"/>
252 <param name="decoy_string" value="blabla"/> 261 <param name="decoy_string" value="DECOY_SEQ_"/>
253 <param name="decoy_string_position" value="prefix"/> 262 <param name="decoy_string_position" value="prefix"/>
254 <param name="only_decoy" value="false"/> 263 <param name="only_decoy" value="false"/>
255 <param name="type" value="RNA"/> 264 <param name="type" value="RNA"/>
256 <param name="method" value="reverse"/> 265 <param name="method" value="reverse"/>
257 <param name="enzyme" value="Trypsin"/> 266 <param name="enzyme" value="Trypsin"/>
264 <output name="ctd_out" ftype="xml"> 273 <output name="ctd_out" ftype="xml">
265 <assert_contents> 274 <assert_contents>
266 <is_valid_xml/> 275 <is_valid_xml/>
267 </assert_contents> 276 </assert_contents>
268 </output> 277 </output>
278 <assert_stdout>
279 <has_text_matching expression="@EXECUTABLE@ took .* \(wall\), .* \(CPU\), .* \(system\), .* \(user\)(; Peak Memory Usage: 32 MB)?."/>
280 </assert_stdout>
269 </test> 281 </test>
270 </tests> 282 </tests>
271 <help><![CDATA[Create decoy sequence database from forward sequence database. 283 <help><![CDATA[Create decoy sequence database from forward sequence database.
272 284
273 285
274 For more information, visit http://www.openms.de/doxygen/release/2.8.0/html/UTILS_DecoyDatabase.html]]></help> 286 For more information, visit https://openms.de/doxygen/release/3.1.0/html/TOPP_DecoyDatabase.html]]></help>
275 <expand macro="references"/> 287 <expand macro="references"/>
276 </tool> 288 </tool>