Skip to content

Commit

Permalink
Update nf-core modules (#486)
Browse files Browse the repository at this point in the history
* Update nf-core modules

* fix tests

* update methylation config

* update test

* update modules

* update tests
  • Loading branch information
fellen31 authored Nov 6, 2024
1 parent c14669a commit 73cca58
Show file tree
Hide file tree
Showing 170 changed files with 5,512 additions and 2,776 deletions.
25 changes: 15 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,16 +127,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Module updates

| Tool | Old version | New version |
| ---------- | ----------- | ----------- |
| fqcrs | 0.1.0 |
| severus | | 1.1 |
| longphase  |   | 1.7.3   |
| genmod | 3.8.2 | 3.9 |
| WhatsHap | 2.2 | 2.3 |
| SVDB | | 2.8.1 |
| hifiasm | 0.19.8 | 0.20.0 |
| HiFiCNV | 0.1.7 | 1.0.0 |
| Tool | Old version | New version |
| -------------- | ----------- | ----------- |
| fqcrs | 0.1.0 |
| severus | | 1.1 |
| longphase  |   | 1.7.3   |
| genmod | 3.8.2 | 3.9 |
| WhatsHap | 2.2 | 2.3 |
| SVDB | | 2.8.1 |
| hifiasm | 0.19.8 | 0.20.0 |
| HiFiCNV | 0.1.7 | 1.0.0 |
| samtools/faidx | 1.2 | 1.21 |
| samtools/index | 1.2 | 1.21 |
| samtools/merge | 1.2 | 1.21 |
| stranger | 0.9.1 | 0.9.2 |
| multiqc | 1.21 | 1.25.1 |

> [!NOTE]
> Version has been updated if both old and new version information is present.
Expand Down
2 changes: 1 addition & 1 deletion conf/modules/short_variant_calling.config
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ process {
}


withName: '.*:SHORT_VARIANT_CALLING:DEEPVARIANT' {
withName: '.*:SHORT_VARIANT_CALLING:DEEPVARIANT_RUNDEEPVARIANT' {
ext.prefix = { intervals ? "${meta.id}_${intervals}_deepvariant" : "${meta.id}_deepvariant" }
ext.args = { [
"--sample_name=${meta.id}",
Expand Down
110 changes: 58 additions & 52 deletions modules.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions modules/local/create_pedigree_file/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"family\tHG002.Revio\t0\t0\t0\t2"
],
[
"versions.yml:md5,c0d2b2d33f1c465351d65e149ae88f0c"
"versions.yml:md5,fb643cd2fc69cab285a7f0061ad223d8"
]
],
"meta": {
"nf-test": "0.8.4",
"nextflow": "24.04.3"
"nf-test": "0.9.0",
"nextflow": "24.04.4"
},
"timestamp": "2024-09-12T10:24:34.60478278"
"timestamp": "2024-11-04T16:16:12.293913485"
},
"create_pedigree_file - multiple samples": {
"content": [
Expand All @@ -25,13 +25,13 @@
"FAM2\tHG002_Revio_AB\t0\t0\t0\t1"
],
[
"versions.yml:md5,c0d2b2d33f1c465351d65e149ae88f0c"
"versions.yml:md5,fb643cd2fc69cab285a7f0061ad223d8"
]
],
"meta": {
"nf-test": "0.8.4",
"nextflow": "24.04.3"
"nf-test": "0.9.0",
"nextflow": "24.04.4"
},
"timestamp": "2024-09-12T10:40:54.71628575"
"timestamp": "2024-11-04T16:16:19.916570689"
}
}
41 changes: 17 additions & 24 deletions modules/nf-core/bcftools/annotate/bcftools-annotate.diff

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

2 changes: 0 additions & 2 deletions modules/nf-core/bcftools/annotate/environment.yml

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

12 changes: 6 additions & 6 deletions modules/nf-core/bcftools/annotate/main.nf

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

94 changes: 53 additions & 41 deletions modules/nf-core/bcftools/annotate/meta.yml

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

Loading

0 comments on commit 73cca58

Please sign in to comment.