annotate samtools_mpileup.xml @ 12:2cfdaeda9c9a draft default tip

"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:55:15 +0000
parents 742f055af578
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12
2cfdaeda9c9a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 1354b1358df89a922c3243f7e27ce789094b8644"
iuc
parents: 11
diff changeset
1 <tool id="samtools_mpileup" name="Samtools mpileup" version="2.1.6" profile="@PROFILE@">
6
483949f5c3b0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents: 4
diff changeset
2 <description>multi-way pileup of variants</description>
3
da0203c3461a planemo upload commit 9c291d7ad7c82e6051fe3e5ddffbe7a5edf6f006
devteam
parents: 2
diff changeset
3 <macros>
da0203c3461a planemo upload commit 9c291d7ad7c82e6051fe3e5ddffbe7a5edf6f006
devteam
parents: 2
diff changeset
4 <import>macros.xml</import>
da0203c3461a planemo upload commit 9c291d7ad7c82e6051fe3e5ddffbe7a5edf6f006
devteam
parents: 2
diff changeset
5 </macros>
da0203c3461a planemo upload commit 9c291d7ad7c82e6051fe3e5ddffbe7a5edf6f006
devteam
parents: 2
diff changeset
6 <expand macro="requirements" />
da0203c3461a planemo upload commit 9c291d7ad7c82e6051fe3e5ddffbe7a5edf6f006
devteam
parents: 2
diff changeset
7 <expand macro="stdio" />
da0203c3461a planemo upload commit 9c291d7ad7c82e6051fe3e5ddffbe7a5edf6f006
devteam
parents: 2
diff changeset
8 <expand macro="version_command" />
6
483949f5c3b0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents: 4
diff changeset
9 <command><![CDATA[
10
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
10
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
11 #set $input_bams = $input
7
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
12 @PREPARE_IDX_MULTIPLE@
10
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
13 @PREPARE_FASTA_IDX@
6
483949f5c3b0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents: 4
diff changeset
14
483949f5c3b0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents: 4
diff changeset
15 samtools mpileup
11
742f055af578 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit c5ded4208dd70e88596ddc725795a2401773f02d"
iuc
parents: 10
diff changeset
16 -f "\$reffa"
7
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
17 #for $i in range(len( $input_bams )):
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
18 '${i}'
0
f8ea7725e333 Uploaded tool tarball.
devteam
parents:
diff changeset
19 #end for
7
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
20
0
f8ea7725e333 Uploaded tool tarball.
devteam
parents:
diff changeset
21 #if str( $advanced_options.advanced_options_selector ) == "advanced":
2
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
22 #if str( $advanced_options.filter_by_flags.filter_flags ) == "filter":
10
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
23 #set $filter = $advanced_options.filter_by_flags.require_flags
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
24 @FLAGS@
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
25 --rf $flags
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
26 #set $filter = $advanced_options.filter_by_flags.exclude_flags
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
27 @FLAGS@
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
28 --ff $flags
2
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
29 #end if
7
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
30 #if str($advanced_options.limit_by_region.limit_by_regions) == "limit":
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
31 #if str( $advanced_options.limit_by_region.region_paste ) != "None":
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
32 -r '$advanced_options.limit_by_region.region_paste'
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
33 #end if
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
34 #if str( $advanced_options.limit_by_region.bed_regions ) != "None"
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
35 -l '$advanced_options.limit_by_region.bed_regions'
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
36 #end if
2
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
37 #end if
10
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
38
2
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
39 #if str( $advanced_options.exclude_read_group.exclude_read_groups ) == "paste":
12
2cfdaeda9c9a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 1354b1358df89a922c3243f7e27ce789094b8644"
iuc
parents: 11
diff changeset
40 -G '$$advanced_options.exclude_read_group.group_paste'
2
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
41 #elif str( $advanced_options.exclude_read_group.exclude_read_groups ) == "history"
6
483949f5c3b0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents: 4
diff changeset
42 -G '$advanced_options.exclude_read_group.read_groups'
2
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
43 #end if
7
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
44 ${advanced_options.ignore_overlaps}
3
da0203c3461a planemo upload commit 9c291d7ad7c82e6051fe3e5ddffbe7a5edf6f006
devteam
parents: 2
diff changeset
45 ${advanced_options.skip_anomalous_read_pairs}
0
f8ea7725e333 Uploaded tool tarball.
devteam
parents:
diff changeset
46 ${advanced_options.disable_probabilistic_realignment}
6
483949f5c3b0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents: 4
diff changeset
47 -C ${advanced_options.coefficient_for_downgrading}
483949f5c3b0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents: 4
diff changeset
48 -d ${advanced_options.max_reads_per_bam}
0
f8ea7725e333 Uploaded tool tarball.
devteam
parents:
diff changeset
49 ${advanced_options.extended_BAQ_computation}
6
483949f5c3b0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents: 4
diff changeset
50 -q ${advanced_options.minimum_mapping_quality}
483949f5c3b0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents: 4
diff changeset
51 -Q ${advanced_options.minimum_base_quality}
7
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
52 $advanced_options.qualities_illumina_onethree
0
f8ea7725e333 Uploaded tool tarball.
devteam
parents:
diff changeset
53 #end if
7
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
54 #if str( $output_options_cond.output_options_selector ) == 'advanced':
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
55 ${output_options_cond.base_position_on_reads}
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
56 ${output_options_cond.output_mapping_quality}
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
57 ${output_options_cond.output_read_names}
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
58 ${output_options_cond.output_all_pos}
10
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
59 #if $output_options_cond.output_tags:
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
60 --output-extra '$output_options_cond.output_tags'
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
61 #end if
0
f8ea7725e333 Uploaded tool tarball.
devteam
parents:
diff changeset
62 #end if
7
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
63 --output '$output_file_pu'
6
483949f5c3b0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents: 4
diff changeset
64 ]]></command>
2
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
65 <inputs>
10
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
66 <param name="input" type="data" format="bam" multiple="true" min="1" label="BAM file(s)">
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
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" />
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
68 </param>
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
69 <expand macro="mandatory_reference" argument="-f"/>
2
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
70 <conditional name="advanced_options">
6
483949f5c3b0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents: 4
diff changeset
71 <param name="advanced_options_selector" type="select" label="Set advanced options">
12
2cfdaeda9c9a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 1354b1358df89a922c3243f7e27ce789094b8644"
iuc
parents: 11
diff changeset
72 <option selected="true" value="default">Basic</option>
2
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
73 <option value="advanced">Advanced</option>
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
74 </param>
7
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
75 <when value="default" />
2
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
76 <when value="advanced">
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
77 <conditional name="filter_by_flags">
6
483949f5c3b0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents: 4
diff changeset
78 <param name="filter_flags" type="select" label="Set filter by flags">
12
2cfdaeda9c9a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 1354b1358df89a922c3243f7e27ce789094b8644"
iuc
parents: 11
diff changeset
79 <option selected="true" value="nofilter">Do not filter</option>
2
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
80 <option value="filter">Filter by flags to exclude or require</option>
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
81 </param>
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
82 <when value="filter">
12
2cfdaeda9c9a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 1354b1358df89a922c3243f7e27ce789094b8644"
iuc
parents: 11
diff changeset
83 <param name="require_flags" argument="--rf/--incl-flags" type="select" multiple="true" display="checkboxes" label="Require">
7
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
84 <expand macro="flag_options" />
2
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
85 </param>
12
2cfdaeda9c9a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 1354b1358df89a922c3243f7e27ce789094b8644"
iuc
parents: 11
diff changeset
86 <param name="exclude_flags" argument="--ff/--excl-flags" type="select" multiple="true" display="checkboxes" label="Exclude">
10
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
87 <expand macro="flag_options" s4="true" s256="true" s512="true" s1024="true"/>
2
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
88 </param>
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
89 </when>
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
90 <when value="nofilter" />
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
91 </conditional>
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
92 <conditional name="limit_by_region">
7
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
93 <param name="limit_by_regions" type="select" label="Select regions to call">
12
2cfdaeda9c9a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 1354b1358df89a922c3243f7e27ce789094b8644"
iuc
parents: 11
diff changeset
94 <option selected="true" value="no_limit">Do not limit</option>
7
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
95 <option value="limit">Specify regions</option>
2
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
96 </param>
7
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
97 <when value="limit">
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
98 <param name="bed_regions" argument="-l/--positions" type="data" format="bed" optional="true" label="skip unlisted positions (chr pos) or regions">
2
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
99 <validator type="dataset_ok_validator" />
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
100 </param>
7
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
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." />
2
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
102 </when>
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
103 <when value="no_limit" />
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
104 </conditional>
7
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
105
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
106
2
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
107 <conditional name="exclude_read_group">
7
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
108 <param name="exclude_read_groups" argument="-R/--exclude-RG" type="select" label="Select read groups to exclude">
12
2cfdaeda9c9a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 1354b1358df89a922c3243f7e27ce789094b8644"
iuc
parents: 11
diff changeset
109 <option selected="true" value="no_limit">Do not exclude</option>
6
483949f5c3b0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents: 4
diff changeset
110 <option value="history">From a text file</option>
2
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
111 <option value="paste">Paste a list of read groups</option>
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
112 </param>
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
113 <when value="history">
6
483949f5c3b0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents: 4
diff changeset
114 <param name="read_groups" type="data" format="txt" label="Text file">
2
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
115 <validator type="dataset_ok_validator" />
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
116 </param>
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
117 </when>
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
118 <when value="paste">
6
483949f5c3b0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents: 4
diff changeset
119 <param name="group_paste" type="text" area="true" size="10x35" label="Read groups" help="Paste a list of read groups" />
2
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
120 </when>
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
121 <when value="no_limit" />
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
122 </conditional>
7
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
123 <param name="ignore_overlaps" argument="-x/--ignore-overlaps" type="boolean" truevalue="-x" falsevalue="" checked="False" label="Disable read-pair overlap detection" />
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
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" />
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
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" />
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
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" />
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
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" />
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
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" />
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
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" />
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
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" />
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
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"/>
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
132 </when>
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
133 </conditional>
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
134 <conditional name="output_options_cond">
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
135 <param name="output_options_selector" type="select" label="Output options">
12
2cfdaeda9c9a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 1354b1358df89a922c3243f7e27ce789094b8644"
iuc
parents: 11
diff changeset
136 <option selected="true" value="default">Default</option>
7
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
137 <option value="advanced">Advanced</option>
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
138 </param>
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
139 <when value="default"/>
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
140 <when value="advanced">
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
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" />
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
142 <param name="output_mapping_quality" argument="-s/--output-MQ" type="boolean" truevalue="-s" falsevalue="" checked="False" label="Output mapping quality" />
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
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)" />
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
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.">
12
2cfdaeda9c9a "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 1354b1358df89a922c3243f7e27ce789094b8644"
iuc
parents: 11
diff changeset
145 <option selected="true" value="">No</option>
7
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
146 <option value="-a">all (including those with zero depth)</option>
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
147 <option value="-aa">absolutely all (including unused reference sequences)</option>
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
148 </param>
10
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
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)" />
2
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
150 </when>
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
151 </conditional>
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
152 </inputs>
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
153 <outputs>
10
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
154 <data name="output_file_pu" format="pileup" label="${tool.name} on ${on_string}"/>
2
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
155 </outputs>
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
156 <tests>
7
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
157 <!-- samtools test https://github.com/samtools/samtools/blob/4651d25f2b14cd68ffb0915a74b0c1b529b8cfa1/test/test.pl#L757 -->
2
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
158 <test>
10
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
159 <param name="input" ftype="bam" value="mpileup.1.bam,mpileup.2.bam,mpileup.3.bam" />
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
160 <conditional name="addref_cond">
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
161 <param name="addref_select" value="history" />
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
162 <param name="ref" ftype="fasta" value="mpileup.ref.fa" />
7
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
163 </conditional>
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
164 <conditional name="advanced_options">
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
165 <param name="advanced_options_selector" value="advanced" />
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
166 <conditional name="limit_by_region">
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
167 <param name="limit_by_regions" value="limit"/>
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
168 <param name="region_paste" value="17:100-150" />
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
169 </conditional>
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
170 </conditional>
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
171 <output name="output_file_pu" file="mpileup.out.1" ftype="pileup" />
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
172 </test>
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
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");-->
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
174 <test>
10
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
175 <param name="input" ftype="bam" value="mpileup.1.bam" />
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
176 <conditional name="addref_cond">
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
177 <param name="addref_select" value="history" />
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
178 <param name="ref" ftype="fasta" value="mpileup.ref.fa" />
7
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
179 </conditional>
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
180 <conditional name="advanced_options">
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
181 <param name="advanced_options_selector" value="advanced" />
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
182 <conditional name="filter_by_flags">
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
183 <param name="filter_flags" value="filter"/>
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
184 <param name="exclude_flags" value="4,16"/>
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
185 </conditional>
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
186 <conditional name="limit_by_region">
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
187 <param name="limit_by_regions" value="limit"/>
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
188 <param name="region_paste" value="17:1050-1060" />
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
189 </conditional>
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
190 <param name="disable_probabilistic_realignment" value="-B" />
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
191 </conditional>
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
192 <output name="output_file_pu" file="mpileup.out.3" ftype="pileup" />
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
193 </test>
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
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");
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
195 -->
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
196 <!-- original test from galaxy tool-->
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
197 <test>
10
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
198 <param name="input" ftype="bam" value="samtools_mpileup_in_1.bam" />
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
199 <conditional name="addref_cond">
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
200 <param name="addref_select" value="history" />
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
201 <param name="ref" ftype="fasta" value="phiX.fasta" />
7
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
202 </conditional>
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
203 <conditional name="output_options_cond">
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
204 <param name="output_options_selector" value="advanced" />
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
205 <param name="base_position_on_reads" value="true" />
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
206 <param name="output_mapping_quality" value="true" />
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
207 </conditional>
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
208 <conditional name="advanced_options">
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
209 <param name="advanced_options_selector" value="default" />
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
210 </conditional>
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
211 <output name="output_file_pu" file="samtools_mpileup_out_1.pileup" ftype="pileup" />
2
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
212 </test>
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
213 <test>
10
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
214 <param name="input" ftype="bam" value="phiX.bam" />
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
215 <conditional name="addref_cond">
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
216 <param name="addref_select" value="history" />
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
217 <param name="ref" ftype="fasta" value="phiX.fasta" />
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
218 </conditional>
7
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
219 <conditional name="output_options_cond">
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
220 <param name="output_options_selector" value="default" />
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
221 </conditional>
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
222 <conditional name="advanced_options">
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
223 <param name="advanced_options_selector" value="advanced" />
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
224 <param name="skip_anomalous_read_pairs" value="-A" />
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
225 </conditional>
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
226 <output name="output_file_pu" file="samtools_mpileup_out_2.pileup" ftype="pileup" />
6
483949f5c3b0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents: 4
diff changeset
227 </test>
483949f5c3b0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents: 4
diff changeset
228 <test>
10
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
229 <param name="input" ftype="bam" value="samtools_mpileup_in_1.bam" />
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
230 <conditional name="addref_cond">
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
231 <param name="addref_select" value="history" />
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
232 <param name="ref" ftype="fasta" value="phiX.fasta" />
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
233 </conditional>
7
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
234 <conditional name="output_options_cond">
10
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
235 <param name="output_options_selector" value="advanced" />
7
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
236 <param name="base_position_on_reads" value="true" />
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
237 <param name="output_mapping_quality" value="true" />
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
238 </conditional>
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
239 <conditional name="advanced_options">
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
240 <param name="advanced_options_selector" value="advanced" />
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
241 <param name="minimum_base_quality" value="0" /><!-- most reads have ultra low quality resuling in empty columns -->
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
242 </conditional>
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
243 <output name="output_file_pu" file="samtools_mpileup_out_3.pileup" ftype="pileup" />
2
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
244 </test>
10
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
245 <test>
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
246 <param name="input" ftype="bam" value="mpileup.1.bam" />
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
247 <conditional name="addref_cond">
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
248 <param name="addref_select" value="history" />
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
249 <param name="ref" ftype="fasta" value="mpileup.ref.fa" />
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
250 </conditional>
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
251 <conditional name="output_options_cond">
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
252 <param name="output_options_selector" value="advanced" />
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
253 <param name="output_tags" value="NM,AM" />
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
254 </conditional>
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
255 <output name="output_file_pu" file="mpileup.out.4" ftype="pileup" />
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
diff changeset
256 </test>
2
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
257 </tests>
6
483949f5c3b0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents: 4
diff changeset
258 <help><![CDATA[
0
f8ea7725e333 Uploaded tool tarball.
devteam
parents:
diff changeset
259 **What it does**
f8ea7725e333 Uploaded tool tarball.
devteam
parents:
diff changeset
260
7
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
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.
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
262
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
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.
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
264
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
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.
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
266
10
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
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.
2
3aa48bcbc599 Uploaded tarball for 0.0.3 version.
devteam
parents: 1
diff changeset
268
7
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
269 **BAQ (Base Alignment Quality)**
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
270
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
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>
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
272
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
273 BAQ is turned on when a reference file is supplied using the -f option. To disable it, use the -B option.
edbe9587b15d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 831f76c1ac20172b902d9edf79aced718feb96e2
iuc
parents: 6
diff changeset
274
10
573190ac8c00 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 0f75269223c0821c6c82acf98fde947d0f816f2b"
iuc
parents: 9
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.
6
483949f5c3b0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit 411130b45dc30f7f24f41cdeec5e148c5d8faf40
iuc
parents: 4
diff changeset
276 ]]></help>
3
da0203c3461a planemo upload commit 9c291d7ad7c82e6051fe3e5ddffbe7a5edf6f006
devteam
parents: 2
diff changeset
277 <expand macro="citations" />
da0203c3461a planemo upload commit 9c291d7ad7c82e6051fe3e5ddffbe7a5edf6f006
devteam
parents: 2
diff changeset
278 </tool>