Skip to content
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixing bugs: bnd vcfeval output files producing tags with [] and reformatting header before merging in ensemble analysis [#297](https://github.com/nf-core/variantbenchmarking/pull/297)
- sv_germline_benchmarking subworkflow renamed to sv_benchmarking as we use the same subworkflow for both germline and somatic analysis [#298](https://github.com/nf-core/variantbenchmarking/pull/298).
- Preparing for the release 1.5.0 and fixing linting errors [#299](https://github.com/nf-core/variantbenchmarking/pull/299).
- Applying review comments before 1.5.0 release [#231](https://github.com/nf-core/variantbenchmarking/pull/301)

### `Dependencies`

Expand All @@ -48,6 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
| ucsc | 377 | 482 |
| datavzrd | 2.36.12 | 2.63.3 |
| truvari | 5.3.0 | 5.4.0 |
| gawk | - | 5.3.0 |
| coreutils | - | 9.5 |

## 1.4.0

Expand Down
2 changes: 1 addition & 1 deletion modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
},
"happy/happy": {
"branch": "master",
"git_sha": "41dfa3f7c0ffabb96a6a813fe321c6d1cc5b6e46",
"git_sha": "4020dbe4bb4a7d71be85bf8f77dbdf6c06fa401f",
"installed_by": ["modules"]
},
"happy/prepy": {
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/happy/happy/environment.yml

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

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

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

26 changes: 20 additions & 6 deletions modules/nf-core/happy/happy/meta.yml

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

186 changes: 167 additions & 19 deletions modules/nf-core/happy/happy/tests/main.nf.test

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

Loading
Loading