From 72fd99f1267f514eade18d65de94e23a0c38122c Mon Sep 17 00:00:00 2001 From: emmarousseau Date: Sun, 7 Apr 2024 16:36:43 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b7b32c6..66fc5e30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,7 @@ * `samtools`: - `samtools/flagstat`: Counts the number of alignments in SAM/BAM/CRAM files for each FLAG type (PR #31). - `samtools/idxstats`: Reports alignment summary statistics for a SAM/BAM/CRAM file (PR #32). - - `samtools/samtools_stats`: Reports alignment summary statistics for a BAM file (PR #38). + - `samtools/samtools_stats`: Reports alignment summary statistics for a BAM file (PR #39). ## MAJOR CHANGES