# HG changeset patch # User iuc # Date 1750338051 0 # Node ID 32f6fffbc3e9dbc198b04e3b547ef1fd8acae7a2 # Parent b61f5d6a7f2519cd06d29d838cba83a1c794cec4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_mpileup commit c508c3af0f4121dcc38e0be63db00a604e997b8a diff -r b61f5d6a7f25 -r 32f6fffbc3e9 macros.xml --- a/macros.xml Mon Nov 20 22:16:18 2023 +0000 +++ b/macros.xml Thu Jun 19 13:00:51 2025 +0000 @@ -11,9 +11,9 @@ please only bump the minor version in order to let the requirement version catch up eventually). To find the tools check: `grep " - 1.15.1 - 2 - 20.05 + 1.21 + 0 + 22.05 10.1093/gigascience/giab008 + 10.1093/bioinformatics/btr076 diff -r b61f5d6a7f25 -r 32f6fffbc3e9 samtools_mpileup.xml --- a/samtools_mpileup.xml Mon Nov 20 22:16:18 2023 +0000 +++ b/samtools_mpileup.xml Thu Jun 19 13:00:51 2025 +0000 @@ -1,4 +1,4 @@ - + multi-way pileup of variants macros.xml @@ -187,7 +187,7 @@ - + @@ -221,7 +221,7 @@ - + @@ -268,7 +268,7 @@ **BAQ (Base Alignment Quality)** -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 +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 BAQ is turned on when a reference file is supplied using the -f option. To disable it, use the -B option.