Skip to content

Commit

Permalink
Bump Severus to 1.3 (#557)
Browse files Browse the repository at this point in the history
* Bump Severus version

* Update CHANGELOG.md
  • Loading branch information
fellen31 authored Feb 12, 2025
1 parent 88d9338 commit c0d7c7f
Show file tree
Hide file tree
Showing 11 changed files with 123 additions and 286 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#541](https://github.com/genomic-medicine-sweden/nallo/pull/541) - Updated template to nf-core/tools version 3.1.2
- [#545](https://github.com/genomic-medicine-sweden/nallo/pull/545) - Changed CI to use `latest-stable` version of Nextflow instead of `latest-everything`
- [#556](https://github.com/genomic-medicine-sweden/nallo/pull/556) - Changed family-level SNVs naming to `snvs` from `snv`, matching sample-level and other variants
- [#557](https://github.com/genomic-medicine-sweden/nallo/pull/557) - Updated Severus to version 1.3
- [#558](https://github.com/genomic-medicine-sweden/nallo/pull/558) - Changed VEP to single-threaded by default, because of https://github.com/Ensembl/ensembl-vep/issues/1759

### `Removed`
Expand Down Expand Up @@ -53,6 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
| paraphase | 3.1.1 | 3.2.1 |
| bcftools merge | | 1.20 |
| merge_json | | 1.0 |
| severus | 1.1 | 1.3 |

> [!NOTE]
> Version has been updated if both old and new version information is present.
Expand Down
2 changes: 1 addition & 1 deletion modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
},
"severus": {
"branch": "master",
"git_sha": "8a36181859504560ef333c299f6773c7b99a801f",
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
"installed_by": ["modules"]
},
"sniffles": {
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/severus/environment.yml

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

4 changes: 2 additions & 2 deletions modules/nf-core/severus/main.nf

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

16 changes: 8 additions & 8 deletions modules/nf-core/severus/tests/main.nf.test

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

Loading

0 comments on commit c0d7c7f

Please sign in to comment.