diff --git a/CHANGELOG.md b/CHANGELOG.md index bd6a639a..37d75188 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,9 @@ * `star/star_align_reads`: Align reads to a reference genome (PR #22). +* `samtools`: + - `samtools/flagstat`: Counts the number of alignments in SAM/BAM/CRAM files for each FLAG type (PR #30). + ## MAJOR CHANGES ## MINOR CHANGES diff --git a/src/samtools/flagstat/config.vsh.yaml b/src/samtools/flagstat/config.vsh.yaml index b1a81d4d..c3374a37 100644 --- a/src/samtools/flagstat/config.vsh.yaml +++ b/src/samtools/flagstat/config.vsh.yaml @@ -1,6 +1,6 @@ name: samtools_flagstat namespace: samtools -description: Counts the number of alignments in SAM/BAM/CRAM files for each FLAG type.. +description: Counts the number of alignments in SAM/BAM/CRAM files for each FLAG type. keywords: [ stats, mapping, counts, bam, sam, cram] links: homepage: https://www.htslib.org/