Mercurial > repos > devteam > bwa
annotate bwa.xml @ 18:48f306c57611 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
author | iuc |
---|---|
date | Fri, 24 Nov 2017 09:55:45 -0500 |
parents | 051eba708f43 |
children | 4f774c1e6049 |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
18
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
2 <tool id="bwa" name="Map with BWA" version="@VERSION@.3"> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
3 <description>- map short reads (< 100 bp) against reference genome</description> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
4 <macros> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
5 <import>read_group_macros.xml</import> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
6 <import>bwa_macros.xml</import> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
7 <token name="@command_options@"> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
8 #if str( $analysis_type.analysis_type_selector ) == "full": |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
9 -n ${analysis_type.n} |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
10 -o ${analysis_type.o} |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
11 -e ${analysis_type.e} |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
12 -i ${analysis_type.i} |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
13 -d ${analysis_type.d} |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
14 -l ${analysis_type.l} |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
15 -k ${analysis_type.k} |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
16 -m ${analysis_type.m} |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
17 -M ${analysis_type.M} |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
18 -O ${analysis_type.O} |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
19 -E ${analysis_type.E} |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
20 -R ${analysis_type.R} |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
21 -q ${analysis_type.q} |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
22 #if str( $analysis_type.B ): |
0 | 23 -B ${analysis_type.B} |
18
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
24 #end if |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
25 #if str( $analysis_type.L ): |
4
ac30bfd3e2a8
planemo upload commit a50a3947aebc8a1d11bac39599f4efd8ed9a3bd5
devteam
parents:
3
diff
changeset
|
26 -L ${analysis_type.L} |
2 | 27 #end if |
18
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
28 #end if |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
29 </token> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
30 <token name="@read_group_options@"> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
31 #if $use_rg: |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
32 @set_rg_string@ |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
33 -r '$rg_string' |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
34 #end if |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
35 </token> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
36 <xml name="advanced_pe_options"> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
37 <param name="adv_pe_options_selector" type="select" label="Set advanced paired end options?" |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
38 help="Provides additional controls"> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
39 <option value="set">Set</option> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
40 <option value="do_not_set" selected="True">Do not set</option> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
41 </param> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
42 <when value="set"> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
43 <param name="a" type="integer" value="500" |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
44 label="Maximum insert size for a read pair to be considered being mapped properly." |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
45 help="sampe -a; This option is only used when there are not enough good alignment to infer the distribution of insert sizes; default=500"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
46 <param name="o" type="integer" value="100000" |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
47 label="Maximum occurrences of a read for pairing. A read with more occurrences will be treated as a single-end read." |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
48 help="sampe -o; Reducing this parameter helps faster pairing; default=100000"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
49 <param name="n" type="integer" value="3" |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
50 label="Maximum number of alignments to output in the XA tag for reads paired properly." |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
51 help="sampe -n; If a read has more than this many hits, the XA tag will not be written; default=3"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
52 <param name="N" type="integer" value="10" |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
53 label="Maximum number of alignments to output in the XA tag for disconcordant read pairs (excluding singletons)." |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
54 help="sampe -N; If a read has more than this many hits, the XA tag will not be written; default=10"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
55 <param name="c" type="float" value="0.00005" label="Prior of chimeric rate (lower bound)" |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
56 help="sampe -c"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
57 </when> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
58 <when value="do_not_set"> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
59 <!-- do nothing --> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
60 </when> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
61 </xml> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
62 <xml name="advanced_se_options"> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
63 <param name="adv_se_options_selector" type="select" label="Set advanced single end options?" |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
64 help="Provides additional controls"> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
65 <option value="set">Set</option> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
66 <option value="do_not_set" selected="True">Do not set</option> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
67 </param> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
68 <when value="set"> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
69 <param name="n" type="integer" value="3" label="Maximum number of alignments to output in the XA tag." |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
70 help="-n; If a read has more than this many hits, the XA tag will not be written; default=3"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
71 </when> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
72 <when value="do_not_set"> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
73 <!-- do nothing --> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
74 </when> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
75 </xml> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
76 </macros> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
77 <expand macro="requirements"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
78 <expand macro="stdio"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
79 <command> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
80 <![CDATA[ |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
81 @set_reference_fasta_filename@ |
2 | 82 |
18
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
83 ## setup vars for rg handling... |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
84 @define_read_group_helpers@ |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
85 #if str( $input_type.input_type_selector ) == "paired": |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
86 #set $rg_auto_name = $read_group_name_default($input_type.fastq_input1, $input_type.fastq_input2) |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
87 #elif str( $input_type.input_type_selector ) in ["single_bam", "paired_bam"]: |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
88 #set $rg_auto_name = $read_group_name_default($input_type.bam_input) |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
89 #else |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
90 #set $rg_auto_name = $read_group_name_default($input_type.fastq_input1) |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
91 #end if |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
92 @set_use_rg_var@ |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
93 @set_read_group_vars@ |
2 | 94 |
18
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
95 ## Begin bwa command line |
2 | 96 |
97 ####### Fastq paired | |
98 | |
18
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
99 #if str( $input_type.input_type_selector ) == "paired" or str( $input_type.input_type_selector ) == "paired_collection": |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
100 bwa aln |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
101 -t "\${GALAXY_SLOTS:-1}" |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
102 @command_options@ |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
103 '$reference_fasta_filename' |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
104 #if str( $input_type.input_type_selector ) == "paired_collection": |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
105 '${input_type.fastq_input1.forward}' |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
106 #else |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
107 '${input_type.fastq_input1}' |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
108 #end if |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
109 > first.sai && |
2 | 110 |
18
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
111 bwa aln |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
112 -t "\${GALAXY_SLOTS:-1}" |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
113 @command_options@ |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
114 '${reference_fasta_filename}' |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
115 #if str( $input_type.input_type_selector ) == "paired_collection": |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
116 '${input_type.fastq_input1.reverse}' |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
117 #else |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
118 '${input_type.fastq_input2}' |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
119 #end if |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
120 > second.sai && |
2 | 121 |
18
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
122 bwa sampe |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
123 #if str( $input_type.adv_pe_options.adv_pe_options_selector) == "True": |
2 | 124 -a ${$input_type.adv_pe_options.a} |
125 -o ${$input_type.adv_pe_options.o} | |
126 -n ${$input_type.adv_pe_options.n} | |
127 -N ${$input_type.adv_pe_options.N} | |
18
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
128 #end if |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
129 @read_group_options@ |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
130 #if str( $input_type.input_type_selector ) == "paired_collection": |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
131 '${reference_fasta_filename}' first.sai second.sai '${input_type.fastq_input1.forward}' '${input_type.fastq_input1.reverse}' |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
132 #else: |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
133 '${reference_fasta_filename}' first.sai second.sai '${input_type.fastq_input1}' '${input_type.fastq_input2}' |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
134 #end if |
2 | 135 |
18
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
136 ## Fastq single |
2 | 137 |
18
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
138 #elif str( $input_type.input_type_selector ) == "single": |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
139 bwa aln |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
140 -t "\${GALAXY_SLOTS:-1}" |
2 | 141 |
18
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
142 @command_options@ |
2 | 143 |
18
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
144 '${reference_fasta_filename}' |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
145 '${input_type.fastq_input1}' |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
146 > first.sai && |
2 | 147 |
18
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
148 bwa samse |
2 | 149 |
18
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
150 #if str( $input_type.adv_se_options.adv_se_options_selector) == "True": |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
151 -n ${$input_type.adv_se_options.n} |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
152 #end if |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
153 @read_group_options@ |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
154 '${reference_fasta_filename}' first.sai '${input_type.fastq_input1}' |
2 | 155 |
156 ####### BAM paired | |
157 | |
18
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
158 #elif str( $input_type.input_type_selector ) == "paired_bam": |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
159 bwa aln |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
160 -t "\${GALAXY_SLOTS:-1}" |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
161 -b |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
162 -1 |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
163 @command_options@ |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
164 '${reference_fasta_filename}' |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
165 '${input_type.bam_input}' |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
166 > first.sai && |
2 | 167 |
18
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
168 bwa aln |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
169 -t "\${GALAXY_SLOTS:-1}" |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
170 -b |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
171 -2 |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
172 @command_options@ |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
173 '${reference_fasta_filename}' |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
174 '${input_type.bam_input}' |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
175 > second.sai && |
2 | 176 |
18
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
177 bwa sampe |
2 | 178 |
18
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
179 #if str( $input_type.adv_bam_pe_options.adv_pe_options_selector) == "True": |
2 | 180 -a ${$input_type.adv_bam_pe_options.a} |
181 -o ${$input_type.adv_bam_pe_options.o} | |
182 -n ${$input_type.adv_bam_pe_options.n} | |
183 -N ${$input_type.adv_bam_pe_options.N} | |
18
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
184 #end if |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
185 @read_group_options@ |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
186 '${reference_fasta_filename}' first.sai second.sai '${input_type.bam_input}' '${input_type.bam_input}' |
2 | 187 |
188 ####### Fastq single ------------ to do next | |
189 | |
18
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
190 #elif str( $input_type.input_type_selector ) == "single_bam": |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
191 bwa aln |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
192 -t "\${GALAXY_SLOTS:-1}" |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
193 -b |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
194 -0 |
2 | 195 |
18
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
196 @command_options@ |
2 | 197 |
18
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
198 '${reference_fasta_filename}' |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
199 '${input_type.bam_input}' |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
200 > first.sai && |
2 | 201 |
18
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
202 bwa samse |
2 | 203 |
18
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
204 #if str( $input_type.adv_bam_se_options.adv_se_options_selector) == "True": |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
205 -n ${$input_type.adv_bam_se_options.n} |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
206 #end if |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
207 @read_group_options@ |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
208 '${reference_fasta_filename}' first.sai '${input_type.bam_input}' |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
209 #end if |
2 | 210 |
18
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
211 | samtools sort -@\${GALAXY_SLOTS:-2} -O bam -o '$bam_output' |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
212 ]]> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
213 </command> |
2 | 214 |
18
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
215 <inputs> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
216 <expand macro="reference_source_conditional"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
217 <conditional name="input_type"> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
218 <param name="input_type_selector" type="select" label="Select input type" |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
219 help="Select between fastq and bam datasets and between paired and single end data"> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
220 <option value="paired">Paired fastq</option> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
221 <option value="paired_collection">Paired fastq collection</option> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
222 <option value="single">Single fastq</option> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
223 <option value="paired_bam">Paired BAM</option> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
224 <option value="single_bam">Single BAM</option> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
225 </param> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
226 <when value="paired"> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
227 <param name="fastq_input1" type="data" format="fastqsanger,fastqsanger.gz,fasta" |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
228 label="Select first set of reads" help="Specify dataset with forward reads"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
229 <param name="fastq_input2" type="data" format="fastqsanger,fastqsanger.gz,fasta" |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
230 label="Select second set of reads" help="Specify dataset with reverse reads"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
231 <conditional name="adv_pe_options"> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
232 <expand macro="advanced_pe_options"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
233 </conditional> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
234 </when> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
235 <when value="paired_collection"> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
236 <param name="fastq_input1" format="fastqsanger,fastqsanger.gz" type="data_collection" collection_type="paired" label="Select a paired collection" |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
237 help="See help section for an explanation of dataset collections"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
238 <conditional name="adv_pe_options"> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
239 <expand macro="advanced_pe_options"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
240 </conditional> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
241 </when> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
242 <when value="single"> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
243 <param name="fastq_input1" type="data" format="fastqsanger,fastqsanger.gz,fasta" |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
244 label="Select fastq dataset" help="Specify dataset with single reads"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
245 <conditional name="adv_se_options"> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
246 <expand macro="advanced_se_options"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
247 </conditional> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
248 </when> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
249 <!-- the difference between single and paired bams is in the <command> tag portion and realated to -0, -1, and -2 options --> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
250 <when value="paired_bam"> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
251 <param name="bam_input" type="data" format="bam" label="Select BAM dataset" |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
252 help="Specify BAM dataset with paired reads"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
253 <conditional name="adv_bam_pe_options"> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
254 <expand macro="advanced_pe_options"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
255 </conditional> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
256 </when> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
257 <when value="single_bam"> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
258 <param name="bam_input" type="data" format="bam" label="Select BAM dataset" |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
259 help="Specify BAM dataset with single reads"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
260 <conditional name="adv_bam_se_options"> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
261 <expand macro="advanced_se_options"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
262 </conditional> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
263 </when> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
264 </conditional> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
265 <expand macro="read_group_conditional"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
266 <conditional name="analysis_type"> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
267 <param name="analysis_type_selector" type="select" label="Select analysis mode"> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
268 <option value="illumina">1.Simple Illumina mode</option> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
269 <option value="full">2.Full list of options</option> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
270 </param> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
271 <when value="illumina"> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
272 <!-- do nothing --> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
273 </when> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
274 <when value="full"> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
275 <param name="n" type="text" value="0.04" |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
276 label="maximum edit distance if the value is integer, or the fraction of missing alignments given 2% uniform base error rate if float. In the latter case, the maximum edit distance is automatically chosen for different read lengths." |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
277 help="aln -n; default=0.04"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
278 <param name="o" type="integer" value="1" label="maximum number or gap openings" |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
279 help="aln -o; default=1"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
280 <param name="e" type="integer" value="-1" label="maximum number of gap extensions" |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
281 help="aln -e; -1 disables long gaps and invokes k-difference mode; default=-1"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
282 <param name="i" type="integer" value="5" |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
283 label="do not put an indel within this many bp towards the ends" help="aln -i; default=5"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
284 <param name="d" type="integer" value="10" label="maximum occurrences for extending a long deletion" |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
285 help="aln -d; default=10"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
286 <param name="l" type="integer" value="32" label="seed length" help="aln -l; default=32"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
287 <param name="k" type="integer" value="2" label="maximum differences in the seed" |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
288 help="aln -k; default=2"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
289 <param name="m" type="integer" value="2000000" label="maximum entries in the queue" |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
290 help="aln -m; default=2000000"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
291 <param name="M" type="integer" value="3" label="mismatch penalty" help="aln -M; default=3"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
292 <param name="O" type="integer" value="11" label="gap open penalty" help="aln -O; default=11"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
293 <param name="E" type="integer" value="4" label="gap extension penalty" help="aln -E; default=4"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
294 <param name="R" type="integer" value="30" |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
295 label="stop searching when there are more than this value of equally best hits" |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
296 help="aln -R; default=30"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
297 <param name="q" type="integer" value="0" label="quality threshold for read trimming down to 35bp" |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
298 help="aln -q; default=0"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
299 <param name="B" type="integer" optional="True" label="length of barcode" |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
300 help="aln -B; optional parameter"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
301 <param name="L" type="float" optional="True" label="log-scaled gap penalty for long deletions" |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
302 help="aln -L; optional parameter"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
303 </when> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
304 </conditional> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
305 </inputs> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
306 <outputs> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
307 <data format="bam" name="bam_output" label="${tool.name} on ${on_string} (mapped reads in BAM format)"> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
308 <expand macro="dbKeyActionsBwa"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
309 </data> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
310 </outputs> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
311 <tests> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
312 <test> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
313 <param name="reference_source_selector" value="history"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
314 <param name="ref_file" ftype="fasta" value="bwa-mem-mt-genome.fa"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
315 <param name="input_type_selector" value="single"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
316 <param name="fastq_input1" ftype="fasta" value="bwa-mem-fasta1.fa"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
317 <param name="analysis_type_selector" value="illumina"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
318 <output name="bam_output" ftype="bam" file="bwa-aln-test1-fasta.bam" lines_diff="2"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
319 </test> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
320 <test> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
321 <param name="reference_source_selector" value="history"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
322 <param name="ref_file" ftype="fasta" value="bwa-mem-mt-genome.fa"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
323 <param name="input_type_selector" value="paired"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
324 <param name="fastq_input1" ftype="fastqsanger" value="bwa-mem-fastq1.fq"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
325 <param name="fastq_input2" ftype="fastqsanger" value="bwa-mem-fastq2.fq"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
326 <param name="analysis_type_selector" value="illumina"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
327 <output name="bam_output" ftype="bam" file="bwa-aln-test1.bam" lines_diff="2"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
328 </test> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
329 <test> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
330 <param name="reference_source_selector" value="history"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
331 <param name="ref_file" ftype="fasta" value="bwa-mem-mt-genome.fa"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
332 <param name="input_type_selector" value="paired"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
333 <param name="fastq_input1" ftype="fastqsanger.gz" value="bwa-mem-fastq1.fq.gz"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
334 <param name="fastq_input2" ftype="fastqsanger" value="bwa-mem-fastq2.fq"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
335 <param name="analysis_type_selector" value="illumina"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
336 <output name="bam_output" ftype="bam" file="bwa-aln-test1.bam" lines_diff="2"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
337 </test> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
338 <test> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
339 <param name="reference_source_selector" value="history"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
340 <param name="ref_file" ftype="fasta" value="bwa-mem-mt-genome.fa"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
341 <param name="input_type_selector" value="paired_bam"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
342 <param name="bam_input" ftype="bam" value="bwa-aln-bam-input.bam"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
343 <param name="analysis_type_selector" value="illumina"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
344 <output name="bam_output" ftype="bam" file="bwa-aln-test2.bam" lines_diff="2"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
345 </test> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
346 <test> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
347 <param name="reference_source_selector" value="history"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
348 <param name="ref_file" ftype="fasta" value="bwa-mem-mt-genome.fa"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
349 <param name="input_type_selector" value="paired"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
350 <param name="fastq_input1" ftype="fastqsanger" value="bwa-mem-fastq1.fq"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
351 <param name="fastq_input2" ftype="fastqsanger" value="bwa-mem-fastq2.fq"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
352 <param name="rg_selector" value="set"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
353 <param name="ID" value="rg1"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
354 <param name="PL" value="CAPILLARY"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
355 <param name="analysis_type_selector" value="illumina"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
356 <output name="bam_output" ftype="bam" file="bwa-aln-test3.bam" lines_diff="2"/> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
357 </test> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
358 </tests> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
359 <help><![CDATA[ |
0 | 360 **What is does** |
361 | |
18
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
362 BWA is a software package for mapping low-divergent sequences against a large reference genome, such as the |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
363 human genome. The bwa-aln algorithm is designed for Illumina sequence reads up to 100bp. For longer reads use |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
364 the separate BWA-MEM Galaxy tool. |
0 | 365 |
366 This Galaxy tool wraps bwa-aln, bwa-samse and -sampe modules of bwa read mapping tool: | |
367 | |
18
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
368 - **bwa aln** - actual mapper placing reads onto the reference sequence |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
369 - **bwa samse** - post-processor converting suffix array coordinates into genome coordinates in SAM format for |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
370 single reads |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
371 - **bam sampe** - post-processor for paired reads |
2 | 372 |
18
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
373 |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
374 The Galaxy implementation takes fastq or BAM (unaligned BAM) datasets as input and produces output in BAM format, |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
375 which can be further processed using various BAM utilities exiting in Galaxy (BAMTools, SAMTools, Picard). |
0 | 376 |
377 ----- | |
378 | |
4
ac30bfd3e2a8
planemo upload commit a50a3947aebc8a1d11bac39599f4efd8ed9a3bd5
devteam
parents:
3
diff
changeset
|
379 **Indices: Selecting reference genomes for BWA** |
ac30bfd3e2a8
planemo upload commit a50a3947aebc8a1d11bac39599f4efd8ed9a3bd5
devteam
parents:
3
diff
changeset
|
380 |
18
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
381 The Galaxy wrapper for BWA allows you to select between precomputed and user-defined indices for reference genomes |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
382 using the **Will you select a reference genome from your history or use a built-in index?** select box. |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
383 |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
384 This select box has two options: |
4
ac30bfd3e2a8
planemo upload commit a50a3947aebc8a1d11bac39599f4efd8ed9a3bd5
devteam
parents:
3
diff
changeset
|
385 |
18
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
386 1. **Use a built-in genome index** - when selected (this is default), Galaxy provides the user with **Select |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
387 reference genome index** dropdown. Genomes listed in this dropdown have been pre-indexed with bwa index utility |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
388 and are ready to be mapped against. |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
389 2. **Use a genome from the history and build index** - when selected, Galaxy provides the user with **Select |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
390 reference genome sequence** dropdown. This dropdown is populated by all FASTA formatted files listed in your |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
391 current history. If your genome of interest is uploaded into history it will be shown there. Selecting a genome |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
392 from this dropdown will cause Galaxy to first transparently index it using `bwa index` command, and then run |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
393 mapping with `bwa aln`. |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
394 |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
395 |
4
ac30bfd3e2a8
planemo upload commit a50a3947aebc8a1d11bac39599f4efd8ed9a3bd5
devteam
parents:
3
diff
changeset
|
396 If your genome of interest is not listed here you have two choices: |
ac30bfd3e2a8
planemo upload commit a50a3947aebc8a1d11bac39599f4efd8ed9a3bd5
devteam
parents:
3
diff
changeset
|
397 |
18
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
398 1. Contact galaxy team using **Help->Support** link at the top of the interface and let us know that an index |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
399 needs to be added |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
400 2. Upload your genome of interest as a FASTA file to Galaxy history and selected **Use a genome from the history |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
401 and build index** option. |
0 | 402 |
403 | |
404 @RG@ | |
405 | |
406 @info@ | |
18
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
407 ]]></help> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
408 <citations> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
409 <citation type="doi">10.1093/bioinformatics/btp324</citation> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
410 <citation type="doi">10.1093/bioinformatics/btp698</citation> |
48f306c57611
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa commit c355891532cecaab6b3288a148a6b3bcb5973396
iuc
parents:
14
diff
changeset
|
411 </citations> |
0 | 412 </tool> |