Skip to content

Commit

Permalink
BcfTools: add missing self.ignore_samples in stats (#2288)
Browse files Browse the repository at this point in the history
* Suffix to bcftools depth plots to distinguish them

* Bcftools: add missing ignore_samples

* Bcftools stats: order variant depths categories

* Revert "Bcftools stats: order variant depths categories"

This reverts commit 6ff228e.

* [automated] Update CHANGELOG.md

* Bcftools: order variant depths plot categories (#2289)

* Revert "Revert "Bcftools stats: order variant depths categories""

This reverts commit f6216fd.

* Bcftools: order variant depths plot categories

* [automated] Update CHANGELOG.md

---------

Co-authored-by: MultiQC Bot <multiqc-bot@seqera.io>
Co-authored-by: Phil Ewels <phil.ewels@seqera.io>

---------

Co-authored-by: MultiQC Bot <multiqc-bot@seqera.io>
Co-authored-by: Phil Ewels <phil.ewels@seqera.io>
  • Loading branch information
3 people committed Feb 1, 2024
1 parent 57f60ab commit 02389ad
Show file tree
Hide file tree
Showing 2 changed files with 192 additions and 169 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@

### Module updates

- **BclConvert**: fix duplicated `yield` for 3.9.3+ when the yield is provided explicitly in Quality_Metrics ([#2253](https://github.com/MultiQC/MultiQC/pull/2253))
- **Bcftools**: order variant depths plot categories ([#2289](https://github.com/MultiQC/MultiQC/pull/2289))
- **Bcftools**: add missing `self.ignore_samples` in stats ([#2288](https://github.com/MultiQC/MultiQC/pull/2288))
- **BCLConvert**: Add index, project names to sample statistics and calculate mean quality for lane statistics. ([#2261](https://github.com/MultiQC/MultiQC/pull/2261))
- **BclConvert**: fix duplicated `yield` for 3.9.3+ when the yield is provided explicitly in Quality_Metrics ([#2253](https://github.com/MultiQC/MultiQC/pull/2253))
- **Bismark**: fix old link in docs ([#2252](https://github.com/MultiQC/MultiQC/pull/2252))
- **HiFiasm**: account for lines with no asterisk ([#2268](https://github.com/MultiQC/MultiQC/pull/2268))
- **mosdepth**: Add additional summaries to general stats #2257 ([#2257](https://github.com/MultiQC/MultiQC/pull/2257))
Expand Down

0 comments on commit 02389ad

Please sign in to comment.