diff --git a/CHANGELOG.md b/CHANGELOG.md index ba7bf0e3..774ef7e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,11 +36,12 @@ - `salmon/salmon_quant`: Transcript quantification from RNA-seq data (PR #24). * `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_flagstat`: Counts the number of alignments in SAM/BAM/CRAM files for each FLAG type (PR #31). + - `samtools/samtools_idxstats`: Reports alignment summary statistics for a SAM/BAM/CRAM file (PR #32). - `samtools/samtools_index`: Index SAM/BAM/CRAM files (PR #35). - `samtools/samtools_sort`: Sort SAM/BAM/CRAM files (PR #36). - `samtools/samtools_stats`: Reports alignment summary statistics for a BAM file (PR #39). + - `samtools/samtools_stats`: Indexes FASTA files to enable random access to fasta and fastq files (PR #41). ## MAJOR CHANGES