Mercurial > repos > devteam > tophat2
comparison tophat2_wrapper.xml @ 5:5c5517d2a9e9 draft
planemo upload commit a52cc16ed8d0d60e99742b55fccbdedcbb64b82c
author | devteam |
---|---|
date | Thu, 14 May 2015 09:39:04 -0400 |
parents | 81f97e12e573 |
children | 4eb3c3beb9c7 |
comparison
equal
deleted
inserted
replaced
4:6242cda7e278 | 5:5c5517d2a9e9 |
---|---|
1 <tool id="tophat2" name="Tophat" version="0.7"> | 1 <tool id="tophat2" name="Tophat" version="0.9"> |
2 <!-- Wrapper compatible with Tophat version 2.0.0+ --> | 2 <!-- Wrapper compatible with Tophat version 2.0.0+ --> |
3 <description>Gapped-read mapper for RNA-seq data</description> | 3 <description>Gapped-read mapper for RNA-seq data</description> |
4 <version_command>tophat2 --version</version_command> | 4 <version_command>tophat2 --version</version_command> |
5 <requirements> | 5 <requirements> |
6 <requirement type="package" version="0.1.18">samtools</requirement> | 6 <requirement type="package" version="2.2.5">bowtie2</requirement> |
7 <requirement type="package" version="2.1.0">bowtie2</requirement> | 7 <requirement type="package" version="2.0.14">tophat</requirement> |
8 <requirement type="package" version="2.0.9">tophat2</requirement> | |
9 </requirements> | 8 </requirements> |
10 | 9 |
11 <command> | 10 <command> |
12 ## | 11 ## |
13 ## Set path to index, building the reference if necessary. | 12 ## Set path to index, building the reference if necessary. |
129 #end if | 128 #end if |
130 </command> | 129 </command> |
131 | 130 |
132 <inputs> | 131 <inputs> |
133 <conditional name="singlePaired"> | 132 <conditional name="singlePaired"> |
134 <param name="sPaired" type="select" label="Is this library mate-paired?"> | 133 <param name="sPaired" type="select" label="Is this single-end or paired-end data?"> |
135 <option value="single">Single-end</option> | 134 <option value="single">Single-end</option> |
136 <option value="paired">Paired-end (as individual datasets)</option> | 135 <option value="paired">Paired-end (as individual datasets)</option> |
137 <option value="paired_collection">Paired-end (as collection)</option> | 136 <option value="paired_collection">Paired-end (as collection)</option> |
138 </param> | 137 </param> |
139 <when value="single"> | 138 <when value="single"> |
140 <param format="fastqsanger" name="input1" type="data" label="RNA-Seq FASTQ file" help="Nucleotide-space: Must have Sanger-scaled quality values with ASCII offset 33"/> | 139 <param format="fastqsanger" name="input1" type="data" label="RNA-Seq FASTQ file" help="Must have Sanger-scaled quality values with ASCII offset 33"/> |
141 </when> | 140 </when> |
142 <when value="paired"> | 141 <when value="paired"> |
143 <param format="fastqsanger" name="input1" type="data" label="RNA-Seq FASTQ file, forward reads" help="Nucleotide-space: Must have Sanger-scaled quality values with ASCII offset 33" /> | 142 <param format="fastqsanger" name="input1" type="data" label="RNA-Seq FASTQ file, forward reads" help="Must have Sanger-scaled quality values with ASCII offset 33" /> |
144 <param format="fastqsanger" name="input2" type="data" label="RNA-Seq FASTQ file, reverse reads" help="Nucleotide-space: Must have Sanger-scaled quality values with ASCII offset 33" /> | 143 <param format="fastqsanger" name="input2" type="data" label="RNA-Seq FASTQ file, reverse reads" help="Must have Sanger-scaled quality values with ASCII offset 33" /> |
145 <expand macro="paired_parameters" /> | 144 <expand macro="paired_parameters" /> |
146 </when> | 145 </when> |
147 <when value="paired_collection"> | 146 <when value="paired_collection"> |
148 <param format="fastqsanger" name="input" type="data_collection" collection_type="paired" label="RNA-Seq FASTQ paired reads" help="Nucleotide-space: Must have Sanger-scaled quality values with ASCII offset 33" /> | 147 <param format="fastqsanger" name="input" type="data_collection" collection_type="paired" label="RNA-Seq FASTQ paired reads" help="Must have Sanger-scaled quality values with ASCII offset 33" /> |
149 <expand macro="paired_parameters" /> | 148 <expand macro="paired_parameters" /> |
150 </when> | 149 </when> |
151 </conditional> | 150 </conditional> |
152 <expand macro="refGenomeSourceConditional"> | 151 <expand macro="refGenomeSourceConditional"> |
153 <options from_data_table="tophat2_indexes"> | 152 <options from_data_table="tophat2_indexes"> |
161 <option value="full">Full parameter list</option> | 160 <option value="full">Full parameter list</option> |
162 </param> | 161 </param> |
163 <when value="preSet" /> | 162 <when value="preSet" /> |
164 <!-- Full/advanced params. --> | 163 <!-- Full/advanced params. --> |
165 <when value="full"> | 164 <when value="full"> |
166 <param name="read_realign_edit_dist" type="integer" value="1000" label="Max realign edit distance" help="Some of the reads spanning multiple exons may be mapped incorrectly as a contiguous alignment to the genome even though the correct alignment should be a spliced one - this can happen in the presence of processed pseudogenes that are rarely (if at all) transcribed or expressed. This option can direct TopHat to re-align reads for which the edit distance of an alignment obtained in a previous mapping step is above or equal to this option value. If you set this option to 0, TopHat will map every read in all the mapping steps (transcriptome if you provided gene annotations, genome, and finally splice variants detected by TopHat), reporting the best possible alignment found in any of these mapping steps. This may greatly increase the mapping accuracy at the expense of an increase in running time. The default value for this option is set such that TopHat will not try to realign reads already mapped in earlier steps." /> | 165 <param name="read_realign_edit_dist" type="integer" value="1000" label="Max realign edit distance" help="--read-realign-edit-dist; Some of the reads spanning multiple exons may be mapped incorrectly as a contiguous alignment to the genome even though the correct alignment should be a spliced one - this can happen in the presence of processed pseudogenes that are rarely (if at all) transcribed or expressed. This option can direct TopHat to re-align reads for which the edit distance of an alignment obtained in a previous mapping step is above or equal to this option value. If you set this option to 0, TopHat will map every read in all the mapping steps (transcriptome if you provided gene annotations, genome, and finally splice variants detected by TopHat), reporting the best possible alignment found in any of these mapping steps. This may greatly increase the mapping accuracy at the expense of an increase in running time. The default value for this option is set such that TopHat will not try to realign reads already mapped in earlier steps." /> |
167 | 166 |
168 <param name="read_edit_dist" type="integer" value="2" label="Max edit distance" help="Final read alignments having more than these many edit distance are discarded." /> | 167 <param name="read_edit_dist" type="integer" value="2" label="Max edit distance" help="--read-edit-dist; Final read alignments having more than these many edit distance are discarded." /> |
169 | 168 |
170 <param name="library_type" type="select" label="Library Type" help="TopHat will treat the reads as strand specific. Every read alignment will have an XS attribute tag. Consider supplying library type options below to select the correct RNA-seq protocol."> | 169 <param name="library_type" type="select" label="Library Type" help="--library-type; TopHat will treat the reads as strand specific. Every read alignment will have an XS attribute tag. Consider supplying library type options below to select the correct RNA-seq protocol."> |
171 <option value="fr-unstranded">FR Unstranded</option> | 170 <option value="fr-unstranded">FR Unstranded</option> |
172 <option value="fr-firststrand">FR First Strand</option> | 171 <option value="fr-firststrand">FR First Strand</option> |
173 <option value="fr-secondstrand">FR Second Strand</option> | 172 <option value="fr-secondstrand">FR Second Strand</option> |
174 </param> | 173 </param> |
175 <param name="read_mismatches" type="integer" value="2" label="Final read mismatches" help="Final read alignments having more than these many mismatches are discarded." /> | 174 <param name="read_mismatches" type="integer" value="2" label="Final read mismatches" help="--read-mismatches; Final read alignments having more than these many mismatches are discarded." /> |
176 <param name="bowtie_n" type="select" label="Use bowtie -n mode"> | 175 <param name="bowtie_n" type="select" label="Use bowtie -n mode" help="--bowtie-n; TopHat uses "-v" in Bowtie for initial read mapping (the default), but with this option, "-n" is used instead. Read segments are always mapped using "-v" option."> |
177 <option selected="true" value="No">No</option> | 176 <option selected="true" value="No">No</option> |
178 <option value="Yes">Yes</option> | 177 <option value="Yes">Yes</option> |
179 </param> | 178 </param> |
180 <param name="anchor_length" type="integer" value="8" label="Anchor length (at least 3)" help="Report junctions spanned by reads with at least this many bases on each side of the junction." /> | 179 <param name="anchor_length" type="integer" value="8" label="Anchor length (at least 3)" help="-a/--min-anchor-length; TopHat will report junctions spanned by reads with at least this many bases on each side of the junction. Note that individual spliced alignments may span a junction with fewer than this many bases on one side. However, every junction involved in spliced alignments is supported by at least one read with this many bases on each side. This must be at least 3 and the default is 8." /> |
181 <param name="splice_mismatches" type="integer" value="0" label="Maximum number of mismatches that can appear in the anchor region of spliced alignment" /> | 180 <param name="splice_mismatches" type="integer" value="0" label="Maximum number of mismatches that can appear in the anchor region of spliced alignment" help="-m/--splice-mismatches; The default is 0."/> |
182 <param name="min_intron_length" type="integer" value="70" label="The minimum intron length" help="TopHat will ignore donor/acceptor pairs closer than this many bases apart." /> | 181 <param name="min_intron_length" type="integer" value="70" label="The minimum intron length" help="-i/--min-intron-length; TopHat will ignore donor/acceptor pairs closer than this many bases apart. The default is 70." /> |
183 <param name="max_intron_length" type="integer" value="500000" label="The maximum intron length" help="When searching for junctions ab initio, TopHat will ignore donor/acceptor pairs farther than this many bases apart, except when such a pair is supported by a split segment alignment of a long read." /> | 182 <param name="max_intron_length" type="integer" value="500000" label="The maximum intron length" help="-I/--max-intron-length; When searching for junctions ab initio, TopHat will ignore donor/acceptor pairs farther than this many bases apart, except when such a pair is supported by a split segment alignment of a long read. The default is 500000." /> |
183 | |
184 <expand macro="indel_searchConditional" /> | 184 <expand macro="indel_searchConditional" /> |
185 alignments (number of reads divided by average depth of coverage)" help="0.0 to 1.0 (0 to turn off)" /> | 185 |
186 <param name="max_multihits" type="integer" value="20" label="Maximum number of alignments to be allowed" /> | 186 <param name="max_multihits" type="integer" value="20" label="Maximum number of alignments to be allowed" help="-g/--max-multihits; Instructs TopHat to allow up to this many alignments to the reference for a given read, and choose the alignments based on their alignment scores if there are more than this number. The default is 20 for read mapping. Unless you use --report-secondary-alignments, TopHat will report the alignments with the best alignment score. If there are more alignments with the same score than this number, TopHat will randomly report only this many alignments. In case of using --report-secondary-alignments, TopHat will try to report alignments up to this option value, and TopHat may randomly output some of the alignments with the same score to meet this number."/> |
187 <param name="min_segment_intron" type="integer" value="50" label="Minimum intron length that may be found during split-segment (default) search" /> | 187 <param name="min_segment_intron" type="integer" value="50" label="Minimum intron length that may be found during split-segment (default) search" help="--min-segment-intron; The minimum intron length that may be found during split-segment search. The default is 50."/> |
188 <param name="max_segment_intron" type="integer" value="500000" label="Maximum intron length that may be found during split-segment (default) search" /> | 188 <param name="max_segment_intron" type="integer" value="500000" label="Maximum intron length that may be found during split-segment (default) search" help="--max-segment-intron; The maximum intron length that may be found during split-segment search. The default is 500000."/> |
189 <param name="seg_mismatches" type="integer" min="0" max="3" value="2" label="Number of mismatches allowed in each segment alignment for reads mapped independently" /> | 189 <param name="seg_mismatches" type="integer" min="0" max="3" value="2" label="Number of mismatches allowed in each segment alignment for reads mapped independently" help="--segment-mismatches; Read segments are mapped independently, allowing up to this many mismatches in each segment alignment. The default is 2."/> |
190 <param name="seg_length" type="integer" value="25" label="Minimum length of read segments" /> | 190 <param name="seg_length" type="integer" value="25" label="Minimum length of read segments" help="--segment-length; Each read is cut up into segments, each at least this long. These segments are mapped independently. The default is 25."/> |
191 | 191 <param name="output_unmapped" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Output unmapped reads" help="If checked, a BAM with the unmapped reads will be added to the history" /> |
192 <!-- Options for supplying own junctions. --> | 192 <!-- Options for supplying own junctions. --> |
193 <expand macro="own_junctionsConditional" /> | 193 <expand macro="own_junctionsConditional" /> |
194 <!-- Coverage search. --> | 194 <!-- Coverage search. --> |
195 <conditional name="coverage_search"> | 195 <conditional name="coverage_search"> |
196 <param name="use_search" type="select" label="Use Coverage Search" help="Enables the coverage based search for junctions. Use when coverage search is disabled by default (such as for reads 75bp or longer), for maximum sensitivity."> | 196 <param name="use_search" type="select" label="Use Coverage Search" help="Enables the coverage based search for junctions. Use when coverage search is disabled by default (such as for reads 75bp or longer), for maximum sensitivity."> |
197 <option selected="true" value="No">No</option> | 197 <option selected="true" value="No">No</option> |
198 <option value="Yes">Yes</option> | 198 <option value="Yes">Yes</option> |
199 </param> | 199 </param> |
200 <when value="Yes"> | 200 <when value="Yes"> |
201 <param name="min_coverage_intron" type="integer" value="50" label="Minimum intron length that may be found during coverage search" /> | 201 <param name="min_coverage_intron" type="integer" value="50" label="Minimum intron length that may be found during coverage search" help="--min-coverage-intron; The minimum intron length that may be found during coverage search. The default is 50."/> |
202 <param name="max_coverage_intron" type="integer" value="20000" label="Maximum intron length that may be found during coverage search" /> | 202 <param name="max_coverage_intron" type="integer" value="20000" label="Maximum intron length that may be found during coverage search" help="--max-coverage-intron; The maximum intron length that may be found during coverage search. The default is 20000."/> |
203 </when> | 203 </when> |
204 <when value="No" /> | 204 <when value="No" /> |
205 </conditional> | 205 </conditional> |
206 | 206 |
207 <!-- Microexon search params --> | 207 <!-- Microexon search params --> |
208 <param name="microexon_search" type="select" label="Use Microexon Search" help="With this option, the pipeline will attempt to find alignments incident to microexons. Works only for reads 50bp or longer."> | 208 <param name="microexon_search" type="select" label="Use Microexon Search" help="--microexon-search; With this option, the pipeline will attempt to find alignments incident to microexons. Works only for reads 50bp or longer."> |
209 <option value="No">No</option> | 209 <option value="No">No</option> |
210 <option value="Yes">Yes</option> | 210 <option value="Yes">Yes</option> |
211 </param> | 211 </param> |
212 | 212 |
213 <!-- Fusion mapping. --> | 213 <!-- Fusion mapping. --> |
214 <conditional name="fusion_search"> | 214 <conditional name="fusion_search"> |
215 <param name="do_search" type="select" label="Do Fusion Search"> | 215 <param name="do_search" type="select" label="Do Fusion Search" help="Reads can be aligned to potential fusion transcripts if the --fusion-search option is specified. The fusion alignments are reported in SAM format using custom fields XF and XP (see the output format) and some additional information about fusions will be reported (see fusions.out). Once mapping is done, you can run tophat-fusion-post to filter out fusion transcripts (see the TopHat-Fusion website for more details)."> |
216 <option selected="true" value="No">No</option> | 216 <option selected="true" value="No">No</option> |
217 <option value="Yes">Yes</option> | 217 <option value="Yes">Yes</option> |
218 </param> | 218 </param> |
219 <when value="No" /> | 219 <when value="No" /> |
220 <when value="Yes"> | 220 <when value="Yes"> |
221 <param name="anchor_len" type="integer" value="20" label="Anchor Length" help="A 'supporting' read must map to both sides of a fusion by at least this many bases."/> | 221 <param name="anchor_len" type="integer" value="20" label="Anchor Length" help="--fusion-anchor-length; A 'supporting' read must map to both sides of a fusion by at least this many bases. The default is 20."/> |
222 <param name="min_dist" type="integer" value="10000000" label="Minimum Distance" help="For intra-chromosomal fusions, TopHat-Fusion tries to find fusions separated by at least this distance."/> | 222 <param name="min_dist" type="integer" value="10000000" label="Minimum Distance" help="--fusion-min-dist; For intra-chromosomal fusions, TopHat-Fusion tries to find fusions separated by at least this distance. The default is 10000000."/> |
223 <param name="read_mismatches" type="integer" value="2" label="Read Mismatches" help="Reads support fusions if they map across fusion with at most this many mismatches."/> | 223 <param name="read_mismatches" type="integer" value="2" label="Read Mismatches" help="--fusion-read-mismatches; Reads support fusions if they map across fusion with at most this many mismatches. The default is 2."/> |
224 <param name="multireads" type="integer" value="2" label="Multireads" help="Reads that map to more than this many places will be ignored. It may be possible that a fusion is supported by reads (or pairs) that map to multiple places."/> | 224 <param name="multireads" type="integer" value="2" label="Multireads" help="--fusion-multireads; Reads that map to more than this many places will be ignored. It may be possible that a fusion is supported by reads (or pairs) that map to multiple places. The default is 2."/> |
225 <param name="multipairs" type="integer" value="2" label="Multipairs" help="Pairs that map to more than this many places will be ignored."/> | 225 <param name="multipairs" type="integer" value="2" label="Multipairs" help="--fusion-multipairs; Pairs that map to more than this many places will be ignored. The default is 2."/> |
226 <param name="ignore_chromosomes" type="text" value='' label="Ignore some chromosomes such as chrM when detecting fusion break points"/> | 226 <param name="ignore_chromosomes" type="text" value='' label="--fusion-ignore-chromosomes; Ignore some chromosomes such as chrM when detecting fusion break points"/> |
227 </when> | 227 </when> |
228 </conditional> | 228 </conditional> |
229 | 229 |
230 <!-- Bowtie2 settings. --> | 230 <!-- Bowtie2 settings. --> |
231 <conditional name="bowtie2_settings"> | 231 <conditional name="bowtie2_settings"> |
290 <expand macro="dbKeyActions" /> | 290 <expand macro="dbKeyActions" /> |
291 </data> | 291 </data> |
292 <data format="bam" name="accepted_hits" label="${tool.name} on ${on_string}: accepted_hits" from_work_dir="tophat_out/accepted_hits.bam"> | 292 <data format="bam" name="accepted_hits" label="${tool.name} on ${on_string}: accepted_hits" from_work_dir="tophat_out/accepted_hits.bam"> |
293 <expand macro="dbKeyActions" /> | 293 <expand macro="dbKeyActions" /> |
294 </data> | 294 </data> |
295 <data format="bam" name="unmapped" label="${tool.name} on ${on_string}: unmapped" from_work_dir="tophat_out/unmapped.bam"> | |
296 <filter>(params['settingsType'] == 'full' and params['output_unmapped'])</filter> | |
297 <expand macro="dbKeyActions" /> | |
298 </data> | |
299 | |
295 </outputs> | 300 </outputs> |
296 | 301 |
297 <macros> | 302 <macros> |
298 <import>tophat_macros.xml</import> | 303 <import>tophat_macros.xml</import> |
299 <xml name="paired_parameters"> | 304 <xml name="paired_parameters"> |
300 <param name="mate_inner_distance" type="integer" value="300" label="Mean Inner Distance between Mate Pairs" /> | 305 <param name="mate_inner_distance" type="integer" value="300" label="Mean Inner Distance between Mate Pairs" help="-r/--mate-inner-dist; This is the expected (mean) inner distance between mate pairs. For, example, for paired end runs with fragments selected at 300bp, where each end is 50bp, you should set -r to be 200. The default is 50bp."/> |
301 <param name="mate_std_dev" type="integer" value="20" label="Std. Dev for Distance between Mate Pairs" help="The standard deviation for the distribution on inner distances between mate pairs."/> | 306 <param name="mate_std_dev" type="integer" value="20" label="Std. Dev for Distance between Mate Pairs" help="--mate-std-dev; The standard deviation for the distribution on inner distances between mate pairs. The default is 20bp."/> |
302 <!-- Discordant pairs. --> | 307 <!-- Discordant pairs. --> |
303 <param name="report_discordant_pairs" type="select" label="Report discordant pair alignments?"> | 308 <param name="report_discordant_pairs" type="select" label="Report discordant pair alignments?" help="--no-discordant"> |
304 <option value="No">No</option> | 309 <option value="No">No</option> |
305 <option selected="True" value="Yes">Yes</option> | 310 <option selected="True" value="Yes">Yes</option> |
306 </param> | 311 </param> |
307 </xml> | 312 </xml> |
308 <macro name="dbKeyActions"> | 313 <macro name="dbKeyActions"> |
336 <param name="sPaired" value="single" /> | 341 <param name="sPaired" value="single" /> |
337 <param name="input1" ftype="fastqsanger" value="tophat_in2.fastqsanger" /> | 342 <param name="input1" ftype="fastqsanger" value="tophat_in2.fastqsanger" /> |
338 <param name="genomeSource" value="indexed" /> | 343 <param name="genomeSource" value="indexed" /> |
339 <param name="index" value="tophat_test" /> | 344 <param name="index" value="tophat_test" /> |
340 <param name="settingsType" value="preSet" /> | 345 <param name="settingsType" value="preSet" /> |
341 <param name="specReadGroup" value="No" /> | 346 <param name="specReadGroup" value="no" /> |
342 <output name="junctions" file="tophat2_out1j.bed" /> | 347 <output name="junctions" file="tophat2_out1j.bed" /> |
343 <output name="accepted_hits" file="tophat_out1h.bam" compare="sim_size" /> | 348 <output name="accepted_hits" file="tophat_out1h.bam" compare="sim_size" /> |
344 </test> | 349 </test> |
345 <!-- Test using base-space test data: paired-end reads, index from history. --> | 350 <!-- Test using base-space test data: paired-end reads, index from history. --> |
346 <test> | 351 <test> |
354 <param name="input2" ftype="fastqsanger" value="tophat_in3.fastqsanger" /> | 359 <param name="input2" ftype="fastqsanger" value="tophat_in3.fastqsanger" /> |
355 <param name="genomeSource" value="history" /> | 360 <param name="genomeSource" value="history" /> |
356 <param name="ownFile" ftype="fasta" value="tophat_in1.fasta" /> | 361 <param name="ownFile" ftype="fasta" value="tophat_in1.fasta" /> |
357 <param name="mate_inner_distance" value="20" /> | 362 <param name="mate_inner_distance" value="20" /> |
358 <param name="settingsType" value="preSet" /> | 363 <param name="settingsType" value="preSet" /> |
359 <param name="specReadGroup" value="No" /> | 364 <param name="specReadGroup" value="no" /> |
360 <output name="junctions" file="tophat2_out2j.bed" /> | 365 <output name="junctions" file="tophat2_out2j.bed" /> |
361 <output name="accepted_hits" file="tophat_out2h.bam" compare="sim_size" /> | 366 <output name="accepted_hits" file="tophat_out2h.bam" compare="sim_size" /> |
362 </test> | 367 </test> |
363 <test> | 368 <test> |
364 <!-- Same test as above but with a collection. --> | 369 <!-- Same test as above but with a collection. --> |
371 </param> | 376 </param> |
372 <param name="genomeSource" value="history" /> | 377 <param name="genomeSource" value="history" /> |
373 <param name="ownFile" ftype="fasta" value="tophat_in1.fasta" /> | 378 <param name="ownFile" ftype="fasta" value="tophat_in1.fasta" /> |
374 <param name="mate_inner_distance" value="20" /> | 379 <param name="mate_inner_distance" value="20" /> |
375 <param name="settingsType" value="preSet" /> | 380 <param name="settingsType" value="preSet" /> |
376 <param name="specReadGroup" value="No" /> | 381 <param name="specReadGroup" value="no" /> |
377 <output name="junctions" file="tophat2_out2j.bed" /> | 382 <output name="junctions" file="tophat2_out2j.bed" /> |
378 <output name="accepted_hits" file="tophat_out2h.bam" compare="sim_size" /> | 383 <output name="accepted_hits" file="tophat_out2h.bam" compare="sim_size" /> |
379 </test> | 384 </test> |
380 <!-- Test base-space single-end reads with user-supplied reference fasta and full parameters --> | 385 <!-- Test base-space single-end reads with user-supplied reference fasta and full parameters --> |
381 <test> | 386 <test> |
441 <param name="multipairs" value="5" /> | 446 <param name="multipairs" value="5" /> |
442 <param name="ignore_chromosomes" value="chrM"/> | 447 <param name="ignore_chromosomes" value="chrM"/> |
443 </conditional> | 448 </conditional> |
444 </conditional> | 449 </conditional> |
445 <conditional name="readGroup"> | 450 <conditional name="readGroup"> |
446 <param name="specReadGroup" value="No" /> | 451 <param name="specReadGroup" value="no" /> |
447 </conditional> | 452 </conditional> |
448 <output name="insertions" file="tophat_out3i.bed" /> | 453 <output name="insertions" file="tophat_out3i.bed" /> |
449 <output name="deletions" file="tophat_out3d.bed" /> | 454 <output name="deletions" file="tophat_out3d.bed" /> |
450 <output name="junctions" file="tophat2_out3j.bed" /> | 455 <output name="junctions" file="tophat2_out3j.bed" /> |
451 <output name="accepted_hits" file="tophat_out3h.bam" compare="sim_size" /> | 456 <output name="accepted_hits" file="tophat_out3h.bam" compare="sim_size" /> |
515 <param name="multipairs" value="5" /> | 520 <param name="multipairs" value="5" /> |
516 <param name="ignore_chromosomes" value="chrM"/> | 521 <param name="ignore_chromosomes" value="chrM"/> |
517 </conditional> | 522 </conditional> |
518 </conditional> | 523 </conditional> |
519 <conditional name="readGroup"> | 524 <conditional name="readGroup"> |
520 <param name="specReadGroup" value="No" /> | 525 <param name="specReadGroup" value="no" /> |
521 </conditional> | 526 </conditional> |
522 <output name="junctions" file="tophat2_out4j.bed" /> | 527 <output name="junctions" file="tophat2_out4j.bed" /> |
523 <output name="accepted_hits" file="tophat_out4h.bam" compare="sim_size" /> | 528 <output name="accepted_hits" file="tophat_out4h.bam" compare="sim_size" /> |
524 </test> | 529 </test> |
525 </tests> | 530 </tests> |