Skip to content

Commit

Permalink
Merge pull request #874 from maxulysse/dev_update_modules
Browse files Browse the repository at this point in the history
nf-core modules update -a
  • Loading branch information
maxulysse authored Dec 1, 2022
2 parents ae76448 + 4715c67 commit fe24ecb
Show file tree
Hide file tree
Showing 29 changed files with 604 additions and 617 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- [#859](https://github.com/nf-core/sarek/pull/859) - Back to dev
- [#860](https://github.com/nf-core/sarek/pull/860) - replace local subworkflow with nf-core version - vcf_annotate_snpeff
- [#865](https://github.com/nf-core/sarek/pull/865) - replace local subworkflow with nf-core version - vcf_annotate_ensemblvep
- [#860](https://github.com/nf-core/sarek/pull/860) - Replace local subworkflow with nf-core version - vcf_annotate_snpeff
- [#865](https://github.com/nf-core/sarek/pull/865) - Replace local subworkflow with nf-core version - vcf_annotate_ensemblvep
- [#874](https://github.com/nf-core/sarek/pull/874) - Update all modules

### Fixed

- [#870](https://github.com/nf-core/sarek/pull/870) - Fix output for locally realigned reads from haplotypecaller
- [#874](https://github.com/nf-core/sarek/pull/874) - Remove `CITATION.cff`

### Deprecated

### Removed

### Dependencies

| Dependency | Old version | New version |
| ---------- | ----------- | ----------- |
| `svdb` | 2.6.1 | 2.8.1 |

## [3.1.1](https://github.com/nf-core/sarek/releases/tag/3.1.1) - Lilla Luleälven

Lilla Luleälven river's main affluent is Rapaätno.
Expand Down
56 changes: 0 additions & 56 deletions CITATION.cff

This file was deleted.

14 changes: 7 additions & 7 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"bwa/mem": {
"branch": "master",
"git_sha": "cf5b9c30a2adacc581793afb79fae5f5b50bed01",
"git_sha": "653588be2a4aadab487b530643dbc9baf7a485c4",
"installed_by": ["modules"]
},
"bwamem2/index": {
Expand All @@ -42,7 +42,7 @@
},
"bwamem2/mem": {
"branch": "master",
"git_sha": "cf5b9c30a2adacc581793afb79fae5f5b50bed01",
"git_sha": "653588be2a4aadab487b530643dbc9baf7a485c4",
"installed_by": ["modules"]
},
"cat/cat": {
Expand Down Expand Up @@ -119,8 +119,8 @@
},
"ensemblvep": {
"branch": "master",
"git_sha": "69f158610f25a3bff40b3eadfedd3ac67a3cfc23",
"installed_by": ["modules", "vcf_annotate_ensemblvep"]
"git_sha": "1ec0d59beb1e794a7a4a4351e15138ffa213aa20",
"installed_by": ["vcf_annotate_ensemblvep", "modules"]
},
"fastp": {
"branch": "master",
Expand All @@ -129,7 +129,7 @@
},
"fastqc": {
"branch": "master",
"git_sha": "3dd73937b084b547f9272bc901e0f120a7913fd8",
"git_sha": "810e8f2603ec38401d49a4aaed06f6d058745552",
"installed_by": ["modules"]
},
"fgbio/callmolecularconsensusreads": {
Expand Down Expand Up @@ -265,7 +265,7 @@
},
"gatk4/mergevcfs": {
"branch": "master",
"git_sha": "7578005a576f3ac1b0d4f10c037dde34cdedfb67",
"git_sha": "c25943553f62be5f907e3c12c42eaf0a1b40746d",
"installed_by": ["modules"]
},
"gatk4/mutect2": {
Expand Down Expand Up @@ -381,7 +381,7 @@
},
"svdb/merge": {
"branch": "master",
"git_sha": "5e34754d42cd2d5d248ca8673c0a53cdf5624905",
"git_sha": "4a8a2caf44b87734b41ea4c67f508c14f0745ee7",
"installed_by": ["modules"]
},
"tabix/bgziptabix": {
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/bwa/mem/main.nf

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

2 changes: 1 addition & 1 deletion modules/nf-core/bwamem2/mem/main.nf

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

2 changes: 1 addition & 1 deletion modules/nf-core/ensemblvep/main.nf

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

10 changes: 8 additions & 2 deletions modules/nf-core/fastqc/main.nf

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

2 changes: 1 addition & 1 deletion modules/nf-core/gatk4/mergevcfs/main.nf

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

9 changes: 6 additions & 3 deletions modules/nf-core/gatk4/mergevcfs/meta.yml

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

6 changes: 3 additions & 3 deletions modules/nf-core/svdb/merge/main.nf

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

Loading

0 comments on commit fe24ecb

Please sign in to comment.