comparison runMapping_cDNA.xml @ 3:bf1f8bc4abe6 default tip

minor updates for v2.6
author eskirton@lbl.gov
date Wed, 21 Dec 2011 19:42:53 -0800
parents 2d86d5b112e8
children
comparison
equal deleted inserted replaced
2:2d86d5b112e8 3:bf1f8bc4abe6
1 <tool id="runMapping_cDNA" name="runMapping cDNA" version="1.0.0"> 1 <tool id="runMapping_cDNA" name="runMapping cDNA" version="1.0.1">
2 <description>Map Roche/454 reads to a reference using Newbler</description> 2 <description>Map Roche/454 reads to a reference using Newbler</description>
3 <command interpreter='perl'>runMapping_cDNA_wrapper.pl 3 <command interpreter='perl'>runMapping_cDNA_wrapper.pl
4 $newbler_metrics.extra_files_path 4 $newbler_metrics.extra_files_path
5 $alignment_info 5 $alignment_info
6 $all_contigs_fasta 6 $all_contigs_fasta
23 $isotigs_ace 23 $isotigs_ace
24 $isotigs_fasta 24 $isotigs_fasta
25 $isotigs_qual 25 $isotigs_qual
26 $isotigs_agp 26 $isotigs_agp
27 $isotigs_layout 27 $isotigs_layout
28 $newbler_exe -o $newbler_metrics.extra_files_path 28 runAssembly
29 -o $newbler_metrics.extra_files_path
29 -cpu 8 30 -cpu 8
30 -a $a 31 -a $a
31 -e $e 32 -e $e
32 -mi $mi 33 -mi $mi
33 -ml $ml 34 -ml $ml
76 #for $i in $sanger_inputs 77 #for $i in $sanger_inputs
77 ${i.sanger_input} 78 ${i.sanger_input}
78 #end for 79 #end for
79 </command> 80 </command>
80 <inputs> 81 <inputs>
81 <!-- NEWBLER VERSION -->
82 <param name='newbler_exe' type='select' display='radio' label='Newbler version'>
83 <option value='/jgi/tools/454/rig-DataProcessing_2.3/bin/runMapping'>2.3</option>
84 <option value='/jgi/tools/454/rig-DataProcessing_2.4pre-20091204/bin/runMapping'>2.4</option>
85 <option value='/home/copeland/local/x86_64/newbler/v2.5p1-internal-10Jun23-1/runMapping' selected='true'>2.5</option>
86 </param>
87
88 <!-- READSEQ INFILES --> 82 <!-- READSEQ INFILES -->
89 <repeat name="sff_inputs" title="Unpaired Reads Sff Files"> 83 <repeat name="sff_inputs" title="Unpaired Reads Sff Files">
90 <param name="sff_input" type="data" format="sff" label="SE Sff file"/> 84 <param name="sff_input" type="data" format="sff" label="SE Sff file"/>
91 </repeat> 85 </repeat>
92 <repeat name="sanger_inputs" title="Unpaired Reads Fasta Files"> 86 <repeat name="sanger_inputs" title="Unpaired Reads Fasta/Fastq Files">
93 <param name="sanger_input" type="data" format="fasta" label="SE Fasta file"/> 87 <param name="sanger_input" type="data" format="fasta,fastqsanger" label="SE Fasta/Fastq file"/>
94 </repeat> 88 </repeat>
95 <repeat name="sff_paired_inputs" title="Paired Reads Sff Files"> 89 <repeat name="sff_paired_inputs" title="Paired Reads Sff Files">
96 <param name="sff_paired_input" type="data" format="sff" label="PE Sff file"/> 90 <param name="sff_paired_input" type="data" format="sff" label="PE Sff file"/>
97 </repeat> 91 </repeat>
98 <repeat name="sanger_paired_inputs" title="Paired Reads Fasta Files"> 92 <repeat name="sanger_paired_inputs" title="Paired Reads Fasta/Fastq Files">
99 <param name="sanger_paired_input" type="data" format="fasta" label="PE Fasta file"/> 93 <param name="sanger_paired_input" type="data" format="fasta,fastqsanger" label="PE Fasta/Fastq file"/>
100 </repeat> 94 </repeat>
101 <param name='paired_reads' type='select' display='radio' label='[-paired_reads] If supplying paired reads (above), do you want paired-read info?'> 95 <param name="paired_reads" type="select" display="radio" label="[-paired_reads] If supplying paired reads (above), do you want paired-read info?">
102 <option value='false'>no</option> 96 <option value="false">no</option>
103 <option value='true'>[-paired_reads] yes</option> 97 <option value="true">[-paired_reads] yes</option>
104 </param> 98 </param>
105 <param name='pair' type='select' display='radio' label='[-pair] Output pairwise overlaps'> 99 <param name="pair" type="select" display="radio" label="[-pair] Output pairwise overlaps">
106 <option value=''>no</option> 100 <option value="">no</option>
107 <option value='-pair'>[-pair] yes</option> 101 <option value="-pair">[-pair] yes</option>
108 </param> 102 </param>
109 103
110 <!-- SOURCE DNA TYPE --> 104 <!-- SOURCE DNA TYPE -->
111 <param name='it' type='integer' value='100' label='[-it] Specify the maximum number of isotigs in an isogroup. Maximum is 10,000.'/> 105 <param name="it" type="integer" value="100" label="[-it] Specify the maximum number of isotigs in an isogroup. Maximum is 10,000."/>
112 <param name='ig' type='integer' value='500' label='[-ig] Specify the maximum number of contigs in an isogroup.'/> 106 <param name="ig" type="integer" value="500" label="[-ig] Specify the maximum number of contigs in an isogroup."/>
113 <param name='icc' type='integer' value='100' label='[-icc] Specify the maximum number of contigs in an isotig. Maximum is 200 and corresponds to the recursion depth during graph traversal'/> 107 <param name="icc" type="integer" value="100" label="[-icc] Specify the maximum number of contigs in an isotig. Maximum is 200 and corresponds to the recursion depth during graph traversal"/>
114 <param name='icl' type='integer' value='3' label='[-icl] Specify the minimum length a contig must be to be part of an isotig. Minimum is 3bp.'/> 108 <param name="icl" type="integer" value="3" label="[-icl] Specify the minimum length a contig must be to be part of an isotig. Minimum is 3bp."/>
115 109
116 <!-- INPUTS SPECIFIC TO MAPPING --> 110 <!-- INPUTS SPECIFIC TO MAPPING -->
117 <repeat name='ref_inputs' title='Reference Sequence'> 111 <repeat name="ref_inputs" title="Reference Sequence">
118 <param name='ref_input' type='data' format='fasta' label='Fasta file'/> 112 <param name="ref_input" type="data" format="fasta" label="Fasta file"/>
119 </repeat> 113 </repeat>
120 <param name='ref_type' type='select' display='radio' label='Reference type'> 114 <param name="ref_type" type="select" display="radio" label="Reference type">
121 <option value='-gref'>[-gref] Genomic reference sequence</option> 115 <option value="-gref">[-gref] Genomic reference sequence</option>
122 <option value='-cref'>[-cref] cDNA reference sequence</option> 116 <option value="-cref">[-cref] cDNA reference sequence</option>
123 </param> 117 </param>
124 <param name='rst' type='integer' value='12' label='[-rst] Repeat score threshold parameter. Allowed values: 0 or greater'/> 118 <param name="rst" type="integer" value="12" label="[-rst] Repeat score threshold parameter. Allowed values: 0 or greater"/>
125 <param name='hsl' type='integer' value='70' label='[-hsl] Hit-per-seed limit parameter'/> 119 <param name="hsl" type="integer" value="70" label="[-hsl] Hit-per-seed limit parameter"/>
126 <param name='srv' type='boolean' truevalue='-srv' falsevalue='' checked='false' label='[-srv] Single read variant output'/> 120 <param name="srv" type="boolean" truevalue="-srv" falsevalue="" checked="false" label="[-srv] Single read variant output"/>
127 121
128 <!-- OPTIONAL ARGUMENTS --> 122 <!-- OPTIONAL ARGUMENTS -->
129 <!-- NYI 123 <!-- NYI
130 <param name='accno' type='data' format='tabular' optional='true' label='[-accno] Specify annotation data. Required only if reference sequence headers do not contain gene=NAME pairs' /> 124 <param name="accno" type="data" format="tabular" optional="true" label="[-accno] Specify annotation data. Required only if reference sequence headers do not contain gene=NAME pairs" />
131 <param name='annot' type='data' format='tabular' optional='true' label='[-annot] Supply gene, transcript, and protein information' /> 125 <param name="annot" type="data" format="tabular" optional="true" label="[-annot] Supply gene, transcript, and protein information" />
132 --> 126 -->
133 <param name='mcf' type='data' format='tabular' optional='true' label='[-mcf] Specify non-default MID config file' /> 127 <param name="mcf" type="data" format="tabular" optional="true" label="[-mcf] Specify non-default MID config file" />
134 <param name='fi' type='data' format='txt' optional='true' label='[-fi] Include filter file to be specified' /> 128 <param name="fi" type="data" format="txt" optional="true" label="[-fi] Include filter file to be specified" />
135 <param name='fe' type='data' format='txt' optional='true' label='[-fe] Exclude filter file to be specified' /> 129 <param name="fe" type="data" format="txt" optional="true" label="[-fe] Exclude filter file to be specified" />
136 <param name='vt' type='data' format='fasta' optional='true' label="[-vt] This option specifies a vector trimming database, or FASTA file of sequences to be used to trim the ends of input reads (for cloning vectors, primers, adapters or other end sequences)" /> 130 <param name="vt" type="data" format="fasta" optional="true" label="[-vt] This option specifies a vector trimming database, or FASTA file of sequences to be used to trim the ends of input reads (for cloning vectors, primers, adapters or other end sequences)" />
137 <param name='vs' type='data' format='fasta' optional='true' label="[-vs] This option specifies a vector screening database, or FASTA file of sequences to be used to screen the input reads for contaminants. Reads that completely align against the screening database are trimmed completely (so that it is not used in the computation), but otherwise the read trimpoints are not changed" /> 131 <param name="vs" type="data" format="fasta" optional="true" label="[-vs] This option specifies a vector screening database, or FASTA file of sequences to be used to screen the input reads for contaminants. Reads that completely align against the screening database are trimmed completely (so that it is not used in the computation), but otherwise the read trimpoints are not changed" />
138 132
139 <!-- READ TRIMMING --> 133 <!-- READ TRIMMING -->
140 <param name='minlen' type='integer' value='20' label='[-minlen] Minimum length of reads to use (15-45 allowed)'/> 134 <param name="minlen" type="integer" value="20" label="[-minlen] Minimum length of reads to use (15-45 allowed)"/>
141 <param name='notrim' type='boolean' truevalue='-notrim' falsevalue='' checked='false' label='[-notrim] Do not perform default quality and primer trimming of input reads'/> 135 <param name="notrim" type="boolean" truevalue="-notrim" falsevalue="" checked="false" label="[-notrim] Do not perform default quality and primer trimming of input reads"/>
142 <param name='tr' type='select' display='radio' label='[-tr] Output trimmed reads'> 136 <param name="tr" type="select" display="radio" label="[-tr] Output trimmed reads">
143 <option value=''>no</option> 137 <option value="">no</option>
144 <option value='-tr'>[-tr] yes</option> 138 <option value="-tr">[-tr] yes</option>
145 </param> 139 </param>
146 <param name='nor' type='boolean' truevalue='-nor' falsevalue='' label='[-nor] Turn off the automatic rescore function for read quality scores'/> 140 <param name="nor" type="boolean" truevalue="-nor" falsevalue="" label="[-nor] Turn off the automatic rescore function for read quality scores"/>
147 <param name='ud' type='boolean' truevalue='-ud' falsevalue='' label='[-ud] Treat each read separately, with no grouping of duplicates'/> 141 <param name="ud" type="boolean" truevalue="-ud" falsevalue="" label="[-ud] Treat each read separately, with no grouping of duplicates"/>
148 142
149 <!-- ALIGNMENT PARAMETERS --> 143 <!-- ALIGNMENT PARAMETERS -->
150 <param name='ss' type='integer' value='12' label='[-ss] Seed step parameter - The number of bases between seed generation locations used in the exact k-mer matching part of the overlap detection. Allow values: 1 or greater'/> 144 <param name="ss" type="integer" value="12" label="[-ss] Seed step parameter - The number of bases between seed generation locations used in the exact k-mer matching part of the overlap detection. Allow values: 1 or greater"/>
151 <param name='sl' type='integer' value='16' label='[-sl] Seed length parameter - The number of bases used for each seed in the exact k-mer matching part of the overlap detection (i.e. the "k" value of the k-mer matching). Allowed values: 6-16'/> 145 <param name="sl" type="integer" value="16" label="[-sl] Seed length parameter - The number of bases used for each seed in the exact k-mer matching part of the overlap detection (i.e. the 'k' value of the k-mer matching). Allowed values: 6-16"/>
152 <param name='sc' type='integer' value='1' label='[-sc] Seed count parameter - The number of seeds required in a window before an extension is made. Allowed values: 1 or greater'/> 146 <param name="sc" type="integer" value="1" label="[-sc] Seed count parameter - The number of seeds required in a window before an extension is made. Allowed values: 1 or greater"/>
153 <param name='ml' type="text" value='40' label="[-ml] Minimum overlap length - The minimum length of overlaps used for the pairwise alignment step. The value can either be a minimum length in bases or a percentage of read length. In the case of a percentage, simply include '%' immediately following the numeric value. Allowed values: 1 or greater"/> 147 <param name="ml" type="text" value="40" label="[-ml] Minimum overlap length - The minimum length of overlaps used for the pairwise alignment step. The value can either be a minimum length in bases or a percentage of read length. In the case of a percentage, simply include '%' immediately following the numeric value. Allowed values: 1 or greater"/>
154 <param name='mi' type="integer" value='90' label="[-mi] Minimum overlap identity - The percent identity of overlaps used for the pairwise alignment step. Allowed values: 0 or greater"/> 148 <param name="mi" type="integer" value="90" label="[-mi] Minimum overlap identity - The percent identity of overlaps used for the pairwise alignment step. Allowed values: 0 or greater"/>
155 <param name='ais' type='integer' value='2' label='[-ais] Alignment identity score - When multiple overlaps are found, the per-overlap column identity score used to sort the overlaps for use in the progressive alignment. Allowed values: 0 or greater'/> 149 <param name="ais" type="integer" value="2" label="[-ais] Alignment identity score - When multiple overlaps are found, the per-overlap column identity score used to sort the overlaps for use in the progressive alignment. Allowed values: 0 or greater"/>
156 150
157 <!-- ASSEMBLY OPTIONS --> 151 <!-- ASSEMBLY OPTIONS -->
158 <param name='e' type="integer" value='0' label="[-e] This option tells the assembler that the expected depth of the data is at a certain level. The assembler has been optimized for datasets in the 10-50x oversampling size, and this option helps the assembler with datasets that have a higher oversampling level. A value of 0 resets the assembler computation to use its default algorithms"/> 152 <param name="e" type="integer" value="0" label="[-e] This option tells the assembler that the expected depth of the data is at a certain level. The assembler has been optimized for datasets in the 10-50x oversampling size, and this option helps the assembler with datasets that have a higher oversampling level. A value of 0 resets the assembler computation to use its default algorithms"/>
159 153
160 <!-- OUTPUT OPTIONS --> 154 <!-- OUTPUT OPTIONS -->
161 <param name='no' type='select' display='radio' label='[-no] Do complete assembly'> 155 <param name="no" type="select" display="radio" label="[-no] Do complete assembly">
162 <option value=''>do complete assembly</option> 156 <option value="">do complete assembly</option>
163 <option value='-no'>[-no] do not assemble; do alignments only</option> 157 <option value="-no">[-no] do not assemble; do alignments only</option>
164 </param> 158 </param>
165 <param name='qo' type='boolean' truevalue='' falsevalue='-qo' checked='false' label='[-qo] Generate quick output for mapping and assembly. Disables signal distribution computation for calling consensus sequences and can decrease accuracy'/> 159 <param name="qo" type="boolean" truevalue="" falsevalue="-qo" checked="false" label="[-qo] Generate quick output for mapping and assembly. Disables signal distribution computation for calling consensus sequences and can decrease accuracy"/>
166 <param name='a' type="integer" value='100' label="[-a] This option sets the minimum length for a contig to appear in the 454AllContigs.fna file."/> 160 <param name="a" type="integer" value="100" label="[-a] This option sets the minimum length for a contig to appear in the 454AllContigs.fna file."/>
167 <param name='info' type='select' display='radio' label='Output Alignment Info'> 161 <param name="info" type="select" display="radio" label="Output Alignment Info">
168 <option value='-info'>[-info] yes</option> 162 <option value="-info">[-info] yes</option>
169 <option value='-infoall'>[-infoall] yes, including 0-coverage positions</option> 163 <option value="-infoall">[-infoall] yes, including 0-coverage positions</option>
170 </param> 164 </param>
171 <param name='ace' type='select' display='radio' label='Produce Ace assembly file'> 165 <param name="ace" type="select" display="radio" label="Produce Ace assembly file">
172 <option value=''>no</option> 166 <option value="">no</option>
173 <option value='-ace'>[-ace] yes</option> 167 <option value="-ace">[-ace] yes</option>
174 </param> 168 </param>
175 </inputs> 169 </inputs>
176 170
177 <outputs> 171 <outputs>
178 <!-- the following are common to runMapping and runAssembly --> 172 <!-- the following are common to runMapping and runAssembly -->
179 <data name='newbler_metrics' format='txt' /> 173 <data name="newbler_metrics" format="txt" />
180 <data name='read_status' format='tabular' label='Read Status'/> 174 <data name="read_status" format="tabular" label="${tool.name} on $on_string: Read Status"/>
181 <data name='trimmed_reads_fasta' format='fasta' label='Trimmed Reads (Fasta)'> 175 <data name="trimmed_reads_fasta" format="fasta" label="${tool.name} on $on_string: Trimmed Reads (Fasta)">
182 <filter>tr == '-tr'</filter> 176 <filter>tr == "-tr"</filter>
183 </data> 177 </data>
184 <data name='trimmed_reads_qual' format='qual454' label='Trimmed Reads (Qual)'> 178 <data name="trimmed_reads_qual" format="qual454" label="${tool.name} on $on_string: Trimmed Reads (Qual)">
185 <filter>tr == '-tr'</filter> 179 <filter>tr == "-tr"</filter>
186 </data> 180 </data>
187 <!-- the following produced only if no != '-no' --> 181 <!-- the following produced only if no != "-no" -->
188 <data name='alignment_info' format='tabular' label='Alignment Info'/> 182 <data name="alignment_info" format="tabular" label="${tool.name} on $on_string: Alignment Info"/>
189 <data name='all_contigs_fasta' format='fasta' label='All Contigs (Fasta)'> 183 <data name="all_contigs_fasta" format="fasta" label="${tool.name} on $on_string: All Contigs (Fasta)">
190 <filter>no != '-no'</filter> 184 <filter>no != "-no"</filter>
191 </data> 185 </data>
192 <data name='all_contigs_qual' format='qual454' label='All Contigs (Qual454)'> 186 <data name="all_contigs_qual" format="qual454" label="${tool.name} on $on_string: All Contigs (Qual454)">
193 <filter>no != '-no'</filter> 187 <filter>no != "-no"</filter>
194 </data> 188 </data>
195 <data name='contigs_ace' format='ace' label='Contigs (Ace)'> 189 <data name="contigs_ace" format="ace" label="${tool.name} on $on_string: Contigs (Ace)">
196 <filter>ace == '-ace' and no != '-no'</filter> 190 <filter>ace == "-ace" and no != "-no"</filter>
197 </data> 191 </data>
198 <data name='pair_align' format='txt' label='Pairwise Alignments'> 192 <data name="pair_align" format="txt" label="${tool.name} on $on_string: Pairwise Alignments">
199 <filter>pair == '-pair' and no != '-no'</filter> 193 <filter>pair == "-pair" and no != "-no"</filter>
200 </data> 194 </data>
201 <data name='pair_status' format='tabular' label='Paired-End Read Status'> 195 <data name="pair_status" format="tabular" label="${tool.name} on $on_string: Paired-End Read Status">
202 <filter>paired_reads == 'true' and no != '-no'</filter> 196 <filter>paired_reads == "true" and no != "-no"</filter>
203 </data> 197 </data>
204 <data name='scaffolds_fasta' format='fasta' label='Scaffolds (Fasta)'> 198 <data name="scaffolds_fasta" format="fasta" label="${tool.name} on $on_string: Scaffolds (Fasta)">
205 <filter>paired_reads == 'true' and no != '-no'</filter> 199 <filter>paired_reads == "true" and no != "-no"</filter>
206 </data> 200 </data>
207 <data name='scaffolds_qual' format='qual454' label='Scaffolds (Qual454)'> 201 <data name="scaffolds_qual" format="qual454" label="${tool.name} on $on_string: Scaffolds (Qual454)">
208 <filter>paired_reads == 'true' and no != '-no'</filter> 202 <filter>paired_reads == "true" and no != "-no"</filter>
209 </data> 203 </data>
210 <data name='scaffolds_agp' format='tabular' label='Scaffolds (Agp)'> 204 <data name="scaffolds_agp" format="tabular" label="${tool.name} on $on_string: Scaffolds (Agp)">
211 <filter>paired_reads == 'true' and no != '-no'</filter> 205 <filter>paired_reads == "true" and no != "-no"</filter>
212 </data> 206 </data>
213 <data name='tag_pair_align' format='txt' label='Tag Pair Alignments'> 207 <data name="tag_pair_align" format="txt" label="${tool.name} on $on_string: Tag Pair Alignments">
214 <filter>pair == '-pair' and paired_reads == 'true' and no != '-no'</filter> 208 <filter>pair == "-pair" and paired_reads == "true" and no != "-no"</filter>
215 </data> 209 </data>
216 <data name='trim_status' format='tabular' label='Trim Status'/> 210 <data name="trim_status" format="tabular" label="${tool.name} on $on_string: Trim Status"/>
217 211
218 <!-- THE FOLLOWING ARE LIMITED TO MAPPING --> 212 <!-- THE FOLLOWING ARE LIMITED TO MAPPING -->
219 <data name='all_diffs' format='tabular' label='All Diffs'/> 213 <data name="all_diffs" format="tabular" label="${tool.name} on $on_string: All Diffs"/>
220 <data name='all_struct_vars' format='tabular' label='All Struct Vars'/> 214 <data name="all_struct_vars" format="tabular" label="${tool.name} on $on_string: All Struct Vars"/>
221 <data name='hc_diff' format='tabular' label='High Confidence Diff'/> 215 <data name="hc_diff" format="tabular" label="${tool.name} on $on_string: High Confidence Diff"/>
222 <data name='hc_struct_vars' format='tabular' label='High Confidence Struct Vars'/> 216 <data name="hc_struct_vars" format="tabular" label="${tool.name} on $on_string: High Confidence Struct Vars"/>
223 <data name='gene_status' format='tabular' label='Gene Status'/> 217 <data name="gene_status" format="tabular" label="${tool.name} on $on_string: Gene Status"/>
224 <data name='mapping_qc' format='xls' label='Mapping QC (Excel)'/> 218 <data name="mapping_qc" format="xls" label="${tool.name} on $on_string: Mapping QC (Excel)"/>
225 <data name='ref_status' format='tabular' label='Ref Status'/> 219 <data name="ref_status" format="tabular" label="${tool.name} on $on_string: Ref Status"/>
226 220
227 <!-- ISOTIGS --> 221 <!-- ISOTIGS -->
228 <data name='isotigs_ace' format='ace' label='Isotigs (Ace)'> 222 <data name="isotigs_ace" format="ace" label="${tool.name} on $on_string: Isotigs (Ace)">
229 <filter>ace != '' and no != '-no'</filter> 223 <filter>ace != "" and no != "-no"</filter>
230 </data> 224 </data>
231 <data name='isotigs_fasta' format='fasta' label='Isotigs (Fasta)'> 225 <data name="isotigs_fasta" format="fasta" label="${tool.name} on $on_string: Isotigs (Fasta)">
232 <filter>no != '-no'</filter> 226 <filter>no != "-no"</filter>
233 </data> 227 </data>
234 <data name='isotigs_qual' format='qual454' label='Isotigs (Qual454)'> 228 <data name="isotigs_qual" format="qual454" label="${tool.name} on $on_string: Isotigs (Qual454)">
235 <filter>no != '-no'</filter> 229 <filter>no != "-no"</filter>
236 </data> 230 </data>
237 <data name='isotigs_agp' format='tabular' label='Isotigs (Agp)'> 231 <data name="isotigs_agp" format="tabular" label="${tool.name} on $on_string: Isotigs (Agp)">
238 <filter>no != '-no'</filter> 232 <filter>no != "-no"</filter>
239 </data> 233 </data>
240 <data name='isotigs_layout' format='txt' label='Isotig Layout'> 234 <data name="isotigs_layout" format="txt" label="${tool.name} on $on_string: Isotig Layout">
241 <filter>no != '-no'</filter> 235 <filter>no != "-no"</filter>
242 </data> 236 </data>
243 237
244 </outputs> 238 </outputs>
245 <help> 239 <help>
246 240