Skip to content

Commit

Permalink
Fix empty jasmine file (#105)
Browse files Browse the repository at this point in the history
* fix empty jasmine file

* update changelog

* fix pre-commit lint
  • Loading branch information
nvnieuwk authored Feb 10, 2025
1 parent 6485324 commit 0376891
Show file tree
Hide file tree
Showing 14 changed files with 264 additions and 224 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
if: ${{ github.head_ref || github.ref_name }} == 'master'
run: |
mike deploy --push --update-aliases ${{ steps.version.outputs.version }} latest
- name: Set default docs
run: mike set-default --push latest
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### `Fixed`

1. Fail the pipeline when the sex determination failed. This will now prompt the user to add the sex to the samplesheet so the pipeline doesn't do any wrong assumptions
2. Fixed the Jasmine module output VCFs being empty when no variants have been merged. This file now contains the header of one of the input VCFs

## v0.2.0 - [19 July 2024] - Mighty Manneken Pis

Expand Down
5 changes: 2 additions & 3 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,8 @@
},
"jasminesv": {
"branch": "master",
"git_sha": "92bf2a8afa318a64f9d333cf87b510c662fd4274",
"installed_by": ["modules"],
"patch": "modules/nf-core/jasminesv/jasminesv.diff"
"git_sha": "a33c6de0a147226454c4a52db710826f2d9fafbe",
"installed_by": ["modules"]
},
"manta/convertinversion": {
"branch": "master",
Expand Down
7 changes: 4 additions & 3 deletions modules/nf-core/jasminesv/environment.yml

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

35 changes: 0 additions & 35 deletions modules/nf-core/jasminesv/jasminesv.diff

This file was deleted.

46 changes: 30 additions & 16 deletions modules/nf-core/jasminesv/main.nf

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

110 changes: 58 additions & 52 deletions modules/nf-core/jasminesv/meta.yml

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

6 changes: 0 additions & 6 deletions modules/nf-core/jasminesv/tests/iris.config

This file was deleted.

Loading

0 comments on commit 0376891

Please sign in to comment.