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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
matrix:
NXF_VER:
- "25.04.0"
- "latest-everything"
- "latest-stable"
test:
- "pipeline_sv"
- "pipeline_cnv"
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9. Changed the `--annotations_filter` parameter to a `--filter` parameter. This parameter takes an argument of `bcftools filter` to filter the resulting VCFs.
10. Removed the `--delly_sv_types` parameter.
11. Moved all `wisecondorx` and `qdnaseq` outputs to a separate directory in each sample output.
12. Bumped all annotation modules to the latest versions

### `Fixed`

Expand Down
6 changes: 3 additions & 3 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
},
"ensemblvep/download": {
"branch": "master",
"git_sha": "3db4f8488315cd7d7cf3fcb64251f6603210e831",
"git_sha": "f9234d35f5b9143313a4773fb54716876c030323",
"installed_by": ["modules"]
},
"ensemblvep/vep": {
"branch": "master",
"git_sha": "b42fec6f7c6e5d0716685cabb825ef6bf6e386b5",
"git_sha": "f9234d35f5b9143313a4773fb54716876c030323",
"installed_by": ["modules"]
},
"expansionhunter": {
Expand All @@ -73,7 +73,7 @@
},
"gatk4/svannotate": {
"branch": "master",
"git_sha": "cc7e281e7877146dac79c5a484e6e2b10086234a",
"git_sha": "a57253204b8f4022edfeaa3ae2f5e2abecd8858b",
"installed_by": ["modules"]
},
"gawk": {
Expand Down
7 changes: 4 additions & 3 deletions modules/nf-core/ensemblvep/download/environment.yml

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

22 changes: 11 additions & 11 deletions modules/nf-core/ensemblvep/download/main.nf

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

64 changes: 38 additions & 26 deletions modules/nf-core/ensemblvep/download/meta.yml

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

8 changes: 4 additions & 4 deletions modules/nf-core/ensemblvep/download/tests/main.nf.test

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

Loading
Loading