Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update modules #619

Merged
merged 7 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### `Changed`

- Update tools [#619](https://github.com/nf-core/raredisease/pull/619)
- Report only variants above 5% heteroplasmy in the clinical vcf file for mitochondria [#616](https://github.com/nf-core/raredisease/pull/616)

### `Fixed`
Expand All @@ -21,6 +22,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Tool updates

| Tool | Old version | New version |
| -------- | ----------- | ----------- |
| bcftools | 1.18 | 1.20 |
| mosdepth | 0.3.6 | 0.3.8 |
| multiqc | 1.21 | 1.25 |
| picard | 3.1.1 | 3.2.0 |
| samtools | 1.19.2 | 1.21 |
| stranger | 0.8.1 | 0.9.1 |
| tabix | 1.19.1 | 1.20 |

## 2.2.0 - Dogmatix [2024-09-13]

### `Added`
Expand Down
184 changes: 92 additions & 92 deletions modules.json

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions modules/nf-core/bcftools/annotate/environment.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 17 additions & 4 deletions modules/nf-core/bcftools/annotate/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

87 changes: 55 additions & 32 deletions modules/nf-core/bcftools/annotate/meta.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions modules/nf-core/bcftools/annotate/tests/bcf.config

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading