Mercurial > repos > devteam > samtools_mpileup
annotate samtools_mpileup.xml @ 13:9da0311ab1dd draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 1354b1358df89a922c3243f7e27ce789094b8644"
author | iuc |
---|---|
date | Sun, 19 Dec 2021 15:57:35 +0000 |
parents | 329deb17a9f7 |
children | b61f5d6a7f25 |
rev | line source |
---|---|
13
9da0311ab1dd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 1354b1358df89a922c3243f7e27ce789094b8644"
iuc
parents:
12
diff
changeset
|
1 <tool id="samtools_mpileup" name="Samtools mpileup" version="2.1.6" profile="@PROFILE@"> |
8
583abf29fc8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
2 <description>multi-way pileup of variants</description> |
4 | 3 <macros> |
4 <import>macros.xml</import> | |
5 </macros> | |
6 <expand macro="requirements" /> | |
7 <expand macro="stdio" /> | |
8 <expand macro="version_command" /> | |
8
583abf29fc8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
9 <command><![CDATA[ |
11
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
10 |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
11 #set $input_bams = $input |
9
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
12 @PREPARE_IDX_MULTIPLE@ |
11
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
13 @PREPARE_FASTA_IDX@ |
8
583abf29fc8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
14 |
583abf29fc8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
15 samtools mpileup |
12
329deb17a9f7
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit c5ded4208dd70e88596ddc725795a2401773f02d"
iuc
parents:
11
diff
changeset
|
16 -f "\$reffa" |
9
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
17 #for $i in range(len( $input_bams )): |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
18 '${i}' |
0 | 19 #end for |
9
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
20 |
0 | 21 #if str( $advanced_options.advanced_options_selector ) == "advanced": |
4 | 22 #if str( $advanced_options.filter_by_flags.filter_flags ) == "filter": |
11
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
23 #set $filter = $advanced_options.filter_by_flags.require_flags |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
24 @FLAGS@ |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
25 --rf $flags |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
26 #set $filter = $advanced_options.filter_by_flags.exclude_flags |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
27 @FLAGS@ |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
28 --ff $flags |
4 | 29 #end if |
9
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
30 #if str($advanced_options.limit_by_region.limit_by_regions) == "limit": |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
31 #if str( $advanced_options.limit_by_region.region_paste ) != "None": |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
32 -r '$advanced_options.limit_by_region.region_paste' |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
33 #end if |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
34 #if str( $advanced_options.limit_by_region.bed_regions ) != "None" |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
35 -l '$advanced_options.limit_by_region.bed_regions' |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
36 #end if |
4 | 37 #end if |
11
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
38 |
4 | 39 #if str( $advanced_options.exclude_read_group.exclude_read_groups ) == "paste": |
13
9da0311ab1dd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 1354b1358df89a922c3243f7e27ce789094b8644"
iuc
parents:
12
diff
changeset
|
40 -G '$$advanced_options.exclude_read_group.group_paste' |
4 | 41 #elif str( $advanced_options.exclude_read_group.exclude_read_groups ) == "history" |
8
583abf29fc8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
42 -G '$advanced_options.exclude_read_group.read_groups' |
4 | 43 #end if |
9
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
44 ${advanced_options.ignore_overlaps} |
5
aa0ef6f0ee89
planemo upload commit 7d9b478cd03f31705266596fe4c168e719c672b6
devteam
parents:
4
diff
changeset
|
45 ${advanced_options.skip_anomalous_read_pairs} |
0 | 46 ${advanced_options.disable_probabilistic_realignment} |
8
583abf29fc8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
47 -C ${advanced_options.coefficient_for_downgrading} |
583abf29fc8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
48 -d ${advanced_options.max_reads_per_bam} |
0 | 49 ${advanced_options.extended_BAQ_computation} |
8
583abf29fc8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
50 -q ${advanced_options.minimum_mapping_quality} |
583abf29fc8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
51 -Q ${advanced_options.minimum_base_quality} |
9
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
52 $advanced_options.qualities_illumina_onethree |
0 | 53 #end if |
9
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
54 #if str( $output_options_cond.output_options_selector ) == 'advanced': |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
55 ${output_options_cond.base_position_on_reads} |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
56 ${output_options_cond.output_mapping_quality} |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
57 ${output_options_cond.output_read_names} |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
58 ${output_options_cond.output_all_pos} |
11
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
59 #if $output_options_cond.output_tags: |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
60 --output-extra '$output_options_cond.output_tags' |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
61 #end if |
0 | 62 #end if |
9
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
63 --output '$output_file_pu' |
8
583abf29fc8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
64 ]]></command> |
4 | 65 <inputs> |
11
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
66 <param name="input" type="data" format="bam" multiple="true" min="1" label="BAM file(s)"> |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
67 <validator check="bam_index" message="Metadata missing, click the pencil icon in the history item and use the auto-detect feature to correct this issue." type="metadata" /> |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
68 </param> |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
69 <expand macro="mandatory_reference" argument="-f"/> |
4 | 70 <conditional name="advanced_options"> |
8
583abf29fc8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
71 <param name="advanced_options_selector" type="select" label="Set advanced options"> |
13
9da0311ab1dd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 1354b1358df89a922c3243f7e27ce789094b8644"
iuc
parents:
12
diff
changeset
|
72 <option selected="true" value="default">Basic</option> |
4 | 73 <option value="advanced">Advanced</option> |
74 </param> | |
9
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
75 <when value="default" /> |
4 | 76 <when value="advanced"> |
77 <conditional name="filter_by_flags"> | |
8
583abf29fc8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
78 <param name="filter_flags" type="select" label="Set filter by flags"> |
13
9da0311ab1dd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 1354b1358df89a922c3243f7e27ce789094b8644"
iuc
parents:
12
diff
changeset
|
79 <option selected="true" value="nofilter">Do not filter</option> |
4 | 80 <option value="filter">Filter by flags to exclude or require</option> |
81 </param> | |
82 <when value="filter"> | |
13
9da0311ab1dd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 1354b1358df89a922c3243f7e27ce789094b8644"
iuc
parents:
12
diff
changeset
|
83 <param name="require_flags" argument="--rf/--incl-flags" type="select" multiple="true" display="checkboxes" label="Require"> |
9
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
84 <expand macro="flag_options" /> |
4 | 85 </param> |
13
9da0311ab1dd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 1354b1358df89a922c3243f7e27ce789094b8644"
iuc
parents:
12
diff
changeset
|
86 <param name="exclude_flags" argument="--ff/--excl-flags" type="select" multiple="true" display="checkboxes" label="Exclude"> |
11
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
87 <expand macro="flag_options" s4="true" s256="true" s512="true" s1024="true"/> |
4 | 88 </param> |
89 </when> | |
90 <when value="nofilter" /> | |
91 </conditional> | |
92 <conditional name="limit_by_region"> | |
9
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
93 <param name="limit_by_regions" type="select" label="Select regions to call"> |
13
9da0311ab1dd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 1354b1358df89a922c3243f7e27ce789094b8644"
iuc
parents:
12
diff
changeset
|
94 <option selected="true" value="no_limit">Do not limit</option> |
9
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
95 <option value="limit">Specify regions</option> |
4 | 96 </param> |
9
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
97 <when value="limit"> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
98 <param name="bed_regions" argument="-l/--positions" type="data" format="bed" optional="true" label="skip unlisted positions (chr pos) or regions"> |
4 | 99 <validator type="dataset_ok_validator" /> |
100 </param> | |
9
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
101 <param name="region_paste" argument="-r/--region" type="text" optional="true" label="region in which pileup is generated" help="Format CHR:FROM-TO, e.g. 17:100-150. If used in conjunction with -l then considers the intersection of the two requests." /> |
4 | 102 </when> |
103 <when value="no_limit" /> | |
104 </conditional> | |
9
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
105 |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
106 |
4 | 107 <conditional name="exclude_read_group"> |
9
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
108 <param name="exclude_read_groups" argument="-R/--exclude-RG" type="select" label="Select read groups to exclude"> |
13
9da0311ab1dd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 1354b1358df89a922c3243f7e27ce789094b8644"
iuc
parents:
12
diff
changeset
|
109 <option selected="true" value="no_limit">Do not exclude</option> |
8
583abf29fc8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
110 <option value="history">From a text file</option> |
4 | 111 <option value="paste">Paste a list of read groups</option> |
112 </param> | |
113 <when value="history"> | |
8
583abf29fc8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
114 <param name="read_groups" type="data" format="txt" label="Text file"> |
4 | 115 <validator type="dataset_ok_validator" /> |
116 </param> | |
117 </when> | |
118 <when value="paste"> | |
8
583abf29fc8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
119 <param name="group_paste" type="text" area="true" size="10x35" label="Read groups" help="Paste a list of read groups" /> |
4 | 120 </when> |
121 <when value="no_limit" /> | |
122 </conditional> | |
9
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
123 <param name="ignore_overlaps" argument="-x/--ignore-overlaps" type="boolean" truevalue="-x" falsevalue="" checked="False" label="Disable read-pair overlap detection" /> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
124 <param name="skip_anomalous_read_pairs" argument="-A/--count-orphans" type="boolean" truevalue="-A" falsevalue="" checked="False" label="Do not discard anomalous read pairs" /> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
125 <param name="disable_probabilistic_realignment" argument="-B/--no-BAQ" type="boolean" truevalue="-B" falsevalue="" checked="False" label="Disable BAQ (per-Base Alignment Quality), see below" /> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
126 <param name="coefficient_for_downgrading" argument="-C/--adjust-MQ" type="integer" value="0" label="Coefficient for downgrading mapping quality for reads containing excessive mismatches" help="Given a read with a phred-scaled probability q of being generated from the mapped position, the new mapping quality is about sqrt((INT-q)/INT)*INT. A zero value disables this functionality; if enabled, the recommended value for BWA is 50" /> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
127 <param name="max_reads_per_bam" argument="-d/--max-depth" type="integer" min="0" value="8000" label="max per-file depth; avoids excessive memory usage" /> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
128 <param name="extended_BAQ_computation" argument="-E/--redo-BAQ" type="boolean" truevalue="-E" falsevalue="" checked="False" label="Recalculate BAQ on the fly" help="Ignore existing BQ tags" /> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
129 <param name="minimum_mapping_quality" argument="-q/--min-MQ" type="integer" value="0" label="Minimum mapping quality for an alignment to be used" /> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
130 <param name="minimum_base_quality" argument="-Q/--min-BQ" type="integer" value="13" label="Minimum base quality for a base to be considered" /> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
131 <param name="qualities_illumina_onethree" argument="-6/--illumina1.3+" type="boolean" truevalue="-6" falsevalue="" checked="False" label="quality is in the Illumina-1.3+ encoding"/> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
132 </when> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
133 </conditional> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
134 <conditional name="output_options_cond"> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
135 <param name="output_options_selector" type="select" label="Output options"> |
13
9da0311ab1dd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 1354b1358df89a922c3243f7e27ce789094b8644"
iuc
parents:
12
diff
changeset
|
136 <option selected="true" value="default">Default</option> |
9
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
137 <option value="advanced">Advanced</option> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
138 </param> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
139 <when value="default"/> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
140 <when value="advanced"> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
141 <param name="base_position_on_reads" argument="-O/--output-BP" type="boolean" truevalue="-O" falsevalue="" checked="False" label="Output base positions on reads" /> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
142 <param name="output_mapping_quality" argument="-s/--output-MQ" type="boolean" truevalue="-s" falsevalue="" checked="False" label="Output mapping quality" /> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
143 <param name="output_read_names" argument="--output-QNAME" type="boolean" truevalue="--output-QNAME" falsevalue="" checked="False" label="Output an extra column containing comma-separated read names. (--output-QNAME)" /> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
144 <param name="output_all_pos" argument="-a" type="select" label="Output absolutely all positions" help="Output all positions, including those with zero depth. (-a) Output absolutely all positions, including unused reference sequences (-aa). Note that when used in conjunction with a BED file the -a option may sometimes operate as if -aa was specified if the reference sequence has coverage outside of the region specified in the BED file."> |
13
9da0311ab1dd
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 1354b1358df89a922c3243f7e27ce789094b8644"
iuc
parents:
12
diff
changeset
|
145 <option selected="true" value="">No</option> |
9
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
146 <option value="-a">all (including those with zero depth)</option> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
147 <option value="-aa">absolutely all (including unused reference sequences)</option> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
148 </param> |
11
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
149 <param name="output_tags" type="text" argument="--output-extra" label="Add tags to output" help="Output extra read fields and read tag values, e.g., NM and XS (must be comma seperated, e.g., NM,XS)" /> |
4 | 150 </when> |
151 </conditional> | |
152 </inputs> | |
153 <outputs> | |
11
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
154 <data name="output_file_pu" format="pileup" label="${tool.name} on ${on_string}"/> |
4 | 155 </outputs> |
156 <tests> | |
9
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
157 <!-- samtools test https://github.com/samtools/samtools/blob/4651d25f2b14cd68ffb0915a74b0c1b529b8cfa1/test/test.pl#L757 --> |
4 | 158 <test> |
11
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
159 <param name="input" ftype="bam" value="mpileup.1.bam,mpileup.2.bam,mpileup.3.bam" /> |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
160 <conditional name="addref_cond"> |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
161 <param name="addref_select" value="history" /> |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
162 <param name="ref" ftype="fasta" value="mpileup.ref.fa" /> |
9
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
163 </conditional> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
164 <conditional name="advanced_options"> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
165 <param name="advanced_options_selector" value="advanced" /> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
166 <conditional name="limit_by_region"> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
167 <param name="limit_by_regions" value="limit"/> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
168 <param name="region_paste" value="17:100-150" /> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
169 </conditional> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
170 </conditional> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
171 <output name="output_file_pu" file="mpileup.out.1" ftype="pileup" /> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
172 </test> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
173 <!-- test_cmd($opts,out=>'dat/mpileup.out.1',err=>'dat/mpileup.err.1',cmd=>"$$opts{bin}/samtools mpileup -b $$opts{tmp}/mpileup.bam.list -f $$opts{tmp}/mpileup.ref.fa.gz -r17:100-150");--> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
174 <test> |
11
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
175 <param name="input" ftype="bam" value="mpileup.1.bam" /> |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
176 <conditional name="addref_cond"> |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
177 <param name="addref_select" value="history" /> |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
178 <param name="ref" ftype="fasta" value="mpileup.ref.fa" /> |
9
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
179 </conditional> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
180 <conditional name="advanced_options"> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
181 <param name="advanced_options_selector" value="advanced" /> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
182 <conditional name="filter_by_flags"> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
183 <param name="filter_flags" value="filter"/> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
184 <param name="exclude_flags" value="4,16"/> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
185 </conditional> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
186 <conditional name="limit_by_region"> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
187 <param name="limit_by_regions" value="limit"/> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
188 <param name="region_paste" value="17:1050-1060" /> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
189 </conditional> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
190 <param name="disable_probabilistic_realignment" value="-B" /> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
191 </conditional> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
192 <output name="output_file_pu" file="mpileup.out.3" ftype="pileup" /> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
193 </test> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
194 <!-- test_cmd($opts,out=>'dat/mpileup.out.3',cmd=>"$$opts{bin}/samtools mpileup -B \-\-ff 0x14 -f $$opts{tmp}/mpileup.ref.fa.gz -r17:1050-1060 $$opts{tmp}/mpileup.1.bam | grep -v mpileup"); |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
195 --> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
196 <!-- original test from galaxy tool--> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
197 <test> |
11
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
198 <param name="input" ftype="bam" value="samtools_mpileup_in_1.bam" /> |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
199 <conditional name="addref_cond"> |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
200 <param name="addref_select" value="history" /> |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
201 <param name="ref" ftype="fasta" value="phiX.fasta" /> |
9
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
202 </conditional> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
203 <conditional name="output_options_cond"> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
204 <param name="output_options_selector" value="advanced" /> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
205 <param name="base_position_on_reads" value="true" /> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
206 <param name="output_mapping_quality" value="true" /> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
207 </conditional> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
208 <conditional name="advanced_options"> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
209 <param name="advanced_options_selector" value="default" /> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
210 </conditional> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
211 <output name="output_file_pu" file="samtools_mpileup_out_1.pileup" ftype="pileup" /> |
4 | 212 </test> |
213 <test> | |
11
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
214 <param name="input" ftype="bam" value="phiX.bam" /> |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
215 <conditional name="addref_cond"> |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
216 <param name="addref_select" value="history" /> |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
217 <param name="ref" ftype="fasta" value="phiX.fasta" /> |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
218 </conditional> |
9
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
219 <conditional name="output_options_cond"> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
220 <param name="output_options_selector" value="default" /> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
221 </conditional> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
222 <conditional name="advanced_options"> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
223 <param name="advanced_options_selector" value="advanced" /> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
224 <param name="skip_anomalous_read_pairs" value="-A" /> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
225 </conditional> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
226 <output name="output_file_pu" file="samtools_mpileup_out_2.pileup" ftype="pileup" /> |
8
583abf29fc8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
227 </test> |
583abf29fc8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
228 <test> |
11
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
229 <param name="input" ftype="bam" value="samtools_mpileup_in_1.bam" /> |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
230 <conditional name="addref_cond"> |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
231 <param name="addref_select" value="history" /> |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
232 <param name="ref" ftype="fasta" value="phiX.fasta" /> |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
233 </conditional> |
9
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
234 <conditional name="output_options_cond"> |
11
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
235 <param name="output_options_selector" value="advanced" /> |
9
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
236 <param name="base_position_on_reads" value="true" /> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
237 <param name="output_mapping_quality" value="true" /> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
238 </conditional> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
239 <conditional name="advanced_options"> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
240 <param name="advanced_options_selector" value="advanced" /> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
241 <param name="minimum_base_quality" value="0" /><!-- most reads have ultra low quality resuling in empty columns --> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
242 </conditional> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
243 <output name="output_file_pu" file="samtools_mpileup_out_3.pileup" ftype="pileup" /> |
4 | 244 </test> |
11
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
245 <test> |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
246 <param name="input" ftype="bam" value="mpileup.1.bam" /> |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
247 <conditional name="addref_cond"> |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
248 <param name="addref_select" value="history" /> |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
249 <param name="ref" ftype="fasta" value="mpileup.ref.fa" /> |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
250 </conditional> |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
251 <conditional name="output_options_cond"> |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
252 <param name="output_options_selector" value="advanced" /> |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
253 <param name="output_tags" value="NM,AM" /> |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
254 </conditional> |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
255 <output name="output_file_pu" file="mpileup.out.4" ftype="pileup" /> |
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
256 </test> |
4 | 257 </tests> |
8
583abf29fc8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
258 <help><![CDATA[ |
0 | 259 **What it does** |
260 | |
9
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
261 Generate pileup for one or multiple BAM files. Alignment records are grouped by sample (SM) identifiers in @RG header lines. If sample identifiers are absent, each input file is regarded as one sample. |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
262 |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
263 Generation of VCF and BCF output, is deprecated and not available in the Galaxy tool. Please use bcftools mpileup for this instead. |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
264 |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
265 In the pileup format (without -u or -g), each line represents a genomic position, consisting of chromosome name, 1-based coordinate, reference base, the number of reads covering the site, read bases, base qualities and alignment mapping qualities. Information on match, mismatch, indel, strand, mapping quality and start and end of a read are all encoded at the read base column. At this column, a dot stands for a match to the reference base on the forward strand, a comma for a match on the reverse strand, a '>' or '<' for a reference skip, 'ACGTN' for a mismatch on the forward strand and 'acgtn' for a mismatch on the reverse strand. A pattern '\\+[0-9]+[ACGTNacgtn]+' indicates there is an insertion between this reference position and the next reference position. The length of the insertion is given by the integer in the pattern, followed by the inserted sequence. Similarly, a pattern '-[0-9]+[ACGTNacgtn]+' represents a deletion from the reference. The deleted bases will be presented as '*' in the following lines. Also at the read base column, a symbol '^' marks the start of a read. The ASCII of the character following '^' minus 33 gives the mapping quality. A symbol '$' marks the end of a read segment. |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
266 |
11
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
267 Note that there are two orthogonal ways to specify locations in the input file; via -r region and -l file. The former uses (and requires) an index to do random access while the latter streams through the file contents filtering out the specified regions, requiring no index. The two may be used in conjunction. For example a BED file containing locations of genes in chromosome 20 could be specified using -r 20 -l chr20.bed, meaning that the index is used to find chromosome 20 and then it is filtered for the regions listed in the bed file. |
0 | 268 |
9
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
269 **BAQ (Base Alignment Quality)** |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
270 |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
271 BAQ is the Phred-scaled probability of a read base being misaligned. It greatly helps to reduce false SNPs caused by misalignments. BAQ is calculated using the probabilistic realignment method described in the paper “Improving SNP discovery by base alignment quality”, Heng Li, Bioinformatics, Volume 27, Issue 8 <https://doi.org/10.1093/bioinformatics/btr076> |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
272 |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
273 BAQ is turned on when a reference file is supplied using the -f option. To disable it, use the -B option. |
fa7ad9b89f4a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents:
8
diff
changeset
|
274 |
11
111f83918fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents:
10
diff
changeset
|
275 It is possible to store pre-calculated BAQ values in a SAM BQ:Z tag. Samtools mpileup will use the precalculated values if it finds them. The -E option can be used to make it ignore the contents of the BQ:Z tag and force it to recalculate the BAQ scores by making a new alignment. |
8
583abf29fc8e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents:
7
diff
changeset
|
276 ]]></help> |
4 | 277 <expand macro="citations" /> |
0 | 278 </tool> |