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 deepvariant and htslib versions #260

Merged
merged 1 commit into from
Jul 24, 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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#251](https://github.com/genomic-medicine-sweden/nallo/pull/251) - Switched from annotating single sample VCFs to annotating a multisample VCF, splitting the VCF per sample afterwards to keep outputs almost consistent
- [#256](https://github.com/genomic-medicine-sweden/nallo/pull/256) - Changed Stranger to annotate single-sample VCFs instead of a multi-sample VCF
- [#258](https://github.com/genomic-medicine-sweden/nallo/pull/258) - Updated test profile parameters to speed up tests
- [#260](https://github.com/genomic-medicine-sweden/nallo/pull/260) - Updated DeepVariant to 1.6.1 and htslib (tabix) to 1.20
- [#261](https://github.com/genomic-medicine-sweden/nallo/pull/261) - Changed SNV annotation to run in parallel
- [#261](https://github.com/genomic-medicine-sweden/nallo/pull/261) - Changed SNV output file names and directory structure

Expand Down Expand Up @@ -67,6 +68,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
> Parameter has been added if just the new parameter information is present.
> Parameter has been removed if new parameter information isn't present.

### Module updates

| Tool | Old version | New version |
| ----------- | ----------- | ----------- |
| deepvariant | 1.5.0 | 1.6.1 |
| htslib | 1.19.1 | 1.20 |

## v0.2.0 - [2024-06-26]

### `Added`
Expand Down
8 changes: 4 additions & 4 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"deepvariant": {
"branch": "master",
"git_sha": "199ba086a259e1933d6e0ab7596e4a977bbd483a",
"git_sha": "ccf06a896339d2a4ed8594daa9f9adb827cb8189",
"installed_by": ["modules"]
},
"ensemblvep/vep": {
Expand Down Expand Up @@ -211,17 +211,17 @@
},
"tabix/bgzip": {
"branch": "master",
"git_sha": "09d3c8c29b31a2dfd610305b10550f0e1dbcd4a9",
"git_sha": "964d13ef113ef654e2c7fe4530884b8927e2c25c",
"installed_by": ["modules"]
},
"tabix/bgziptabix": {
"branch": "master",
"git_sha": "09d3c8c29b31a2dfd610305b10550f0e1dbcd4a9",
"git_sha": "964d13ef113ef654e2c7fe4530884b8927e2c25c",
"installed_by": ["modules"]
},
"tabix/tabix": {
"branch": "master",
"git_sha": "9502adb23c0b97ed8e616bbbdfa73b4585aec9a1",
"git_sha": "964d13ef113ef654e2c7fe4530884b8927e2c25c",
"installed_by": ["modules"]
},
"untar": {
Expand Down
4 changes: 3 additions & 1 deletion modules/nf-core/deepvariant/README.md

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

18 changes: 13 additions & 5 deletions modules/nf-core/deepvariant/main.nf

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

Loading
Loading