You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix erroneous INFO/END recalculation; New --no-realign option
- INFO/END was calculated incorrectly for <DUP> symbolic alleles
- Added `--no-realign[=NUM]` to skip realignment during normalization; when NUM is given,
only events longer than NUM bp are skipped. This deprecates the option `--do-not-normalize`
(equivalent to `--no-realign=0`).
Resolves#2500
<p>This manual page was last updated <strong>2026-03-18</strong> and refers to bcftools git version <strong>1.23.1</strong>.</p>
53
+
<p>This manual page was last updated <strong>2026-04-07 10:58 BST</strong> and refers to bcftools git version <strong>1.23.1-61-gb64ebe7b+</strong>.</p>
cannot be stressed enough, that <em>s</em> will NOT fix strand issues in
3549
3550
your VCF, do NOT use it for that purpose!!! (Instead see
3550
3551
<ahref="http://samtools.github.io/bcftools/howtos/plugin.af-dist.html" class="bare">http://samtools.github.io/bcftools/howtos/plugin.af-dist.html</a> and
@@ -4024,7 +4027,7 @@ <h4 id="_list_of_plugins_coming_with_the_distribution">List of plugins coming wi
4024
4027
<p>Convert between similar tags, such as GL,PL,GP or QR,QA,QS or tags with localized alleles e.g. LPL,LAD.
4025
4028
See <ahref="http://samtools.github.io/bcftools/howtos/plugin.tag2tag.html" class="bare">http://samtools.github.io/bcftools/howtos/plugin.tag2tag.html</a> for more.</p>
0 commit comments