Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating GATK #1419

Merged
merged 33 commits into from
Feb 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
5cdc724
updating gatk/haplotypecaller
asp8200 Feb 22, 2024
9694d25
Temporarily disabling nf-test for gatk/haplotypecaller
asp8200 Feb 22, 2024
1ec78f1
Temporarily disabling nf-test for gatk4/haplotypecaller
asp8200 Feb 22, 2024
d320370
updating gatk4/applybqsr and gatk4/applyvqsr
asp8200 Feb 22, 2024
b995340
Removing redundant input-channel dbsnp_vqsr from BAM_VARIANT_CALLING_…
asp8200 Feb 22, 2024
fd62f6d
updating gatk4/baserecalibrator
asp8200 Feb 22, 2024
757f921
Temporarily disabling nf-test for gatk4/baserecalibrator
asp8200 Feb 22, 2024
8b2dbc2
updating gatk4/calculatecontamination
asp8200 Feb 22, 2024
be434c7
updating gatk4/cnnscorevariants
asp8200 Feb 22, 2024
3efde7e
updating gatk4/createsequencedictionary
asp8200 Feb 22, 2024
c12c40a
updating gatk4/estimatelibrarycomplexity
asp8200 Feb 22, 2024
2b47d51
updating gatk4/filtermutectcalls
asp8200 Feb 22, 2024
bec8c99
updating gatk4/filtervarianttranches
asp8200 Feb 22, 2024
50ad22c
updating gatk4/gatherbqsrreports
asp8200 Feb 22, 2024
b8c1902
updating gatk4/gatherpileupsummaries
asp8200 Feb 22, 2024
dbcfb21
updating gatk4/genomicsdbimport
asp8200 Feb 22, 2024
057ef59
Temporarily disabling nf-test for gatk4/genomicsdbimport
asp8200 Feb 22, 2024
1cf073a
updating md5sum for mutect2.filtered.vcf.gz.filteringStats.tsv
asp8200 Feb 22, 2024
d66027a
updating gatk4/genotypegvcfs
asp8200 Feb 22, 2024
ee2f427
updating gatk4/getpileupsummaries
asp8200 Feb 22, 2024
2c15196
updating gatk4/intervallisttobed
asp8200 Feb 22, 2024
3ffb94c
updating gatk4/learnreadorientationmodel
asp8200 Feb 22, 2024
bd500cd
updating gatk4/markduplicates
asp8200 Feb 22, 2024
c0312f7
Temporarily disabling nf-test for gatk4/markduplicates
asp8200 Feb 22, 2024
f3fe6df
updating gatk4/mergemutectstats
asp8200 Feb 22, 2024
7cc1609
updating gatk4/mergevcfs
asp8200 Feb 22, 2024
dd135e9
Temporarily disabling nf-test for gatk4/mergevcfs
asp8200 Feb 22, 2024
b548bff
updating gatk4/mutect2
asp8200 Feb 22, 2024
1095957
updating gatk4/variantrecalibrator
asp8200 Feb 22, 2024
f998adb
Updating changelog
asp8200 Feb 22, 2024
ac598b8
Updating changelog
asp8200 Feb 22, 2024
9bb7bb4
Adding meta in certain input-channels in call to BAM_VARIANT_CALLING_…
asp8200 Feb 23, 2024
9ab72f2
Removing meta in certain input-channels in call to GATK4_HAPLOTYPECALLER
asp8200 Feb 23, 2024
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
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,12 @@ jobs:
- tags: "dragmap/align"
- tags: "fastp"
- tags: "fastqc"
- tags: "gatk4/applybqsr"
- tags: "gatk4/baserecalibrator"
- tags: "gatk4/genomicsdbimport"
- tags: "gatk4/haplotypecaller"
- tags: "gatk4/markduplicates"
- tags: "gatk4/mergevcfs"
- tags: "multiqc"
- tags: "samtools/mpileup"
- tags: "samtools/stats"
Expand Down
2 changes: 2 additions & 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
- [#1360](https://github.com/nf-core/sarek/pull/1360) - Sync `TEMPLATE` with `tools` `2.11`
- [#1408](https://github.com/nf-core/sarek/pull/1408), [#1412](https://github.com/nf-core/sarek/pull/1412) - Updating samtools to v1.19.2 - except in GATK/markduplicates. (Temporarily disabled nf-test for bwamem2/mem.)
- [#1411](https://github.com/nf-core/sarek/pull/1411) - Temporarily disable sentieon related tests
- [#1419](https://github.com/nf-core/sarek/pull/1419) - Updating GATK to v4.5, and updating samtools to v1.19.2 in GATK/markduplicates.

### Fixed

Expand All @@ -45,6 +46,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

| Dependency | Old version | New version |
| ---------- | ----------- | ----------- |
| gatk | 4.4.0.0 | 4.5.0.0 |
| multiqc | 1.17 | 1.18 |
| samtools | 1.17 | 1.19.2 |

Expand Down
44 changes: 22 additions & 22 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,112 +172,112 @@
},
"gatk4/applybqsr": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "d742e3143f2ccb8853c29b35cfcf50b5e5026980",
"installed_by": ["modules"]
},
"gatk4/applyvqsr": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "d742e3143f2ccb8853c29b35cfcf50b5e5026980",
"installed_by": ["modules"]
},
"gatk4/baserecalibrator": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "d742e3143f2ccb8853c29b35cfcf50b5e5026980",
"installed_by": ["modules"]
},
"gatk4/calculatecontamination": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "d742e3143f2ccb8853c29b35cfcf50b5e5026980",
"installed_by": ["modules"]
},
"gatk4/cnnscorevariants": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "87e46f8fe8b056486a80c14b1d61e7cd6046bc06",
"installed_by": ["modules"]
},
"gatk4/createsequencedictionary": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "d742e3143f2ccb8853c29b35cfcf50b5e5026980",
"installed_by": ["modules"]
},
"gatk4/estimatelibrarycomplexity": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "d742e3143f2ccb8853c29b35cfcf50b5e5026980",
"installed_by": ["modules"]
},
"gatk4/filtermutectcalls": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "d742e3143f2ccb8853c29b35cfcf50b5e5026980",
"installed_by": ["modules"]
},
"gatk4/filtervarianttranches": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "d742e3143f2ccb8853c29b35cfcf50b5e5026980",
"installed_by": ["modules"]
},
"gatk4/gatherbqsrreports": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "d742e3143f2ccb8853c29b35cfcf50b5e5026980",
"installed_by": ["modules"]
},
"gatk4/gatherpileupsummaries": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "d742e3143f2ccb8853c29b35cfcf50b5e5026980",
"installed_by": ["modules"]
},
"gatk4/genomicsdbimport": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "d742e3143f2ccb8853c29b35cfcf50b5e5026980",
"installed_by": ["modules"]
},
"gatk4/genotypegvcfs": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "d742e3143f2ccb8853c29b35cfcf50b5e5026980",
"installed_by": ["modules"]
},
"gatk4/getpileupsummaries": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "d742e3143f2ccb8853c29b35cfcf50b5e5026980",
"installed_by": ["modules"]
},
"gatk4/haplotypecaller": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "d742e3143f2ccb8853c29b35cfcf50b5e5026980",
"installed_by": ["modules"]
},
"gatk4/intervallisttobed": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "d742e3143f2ccb8853c29b35cfcf50b5e5026980",
"installed_by": ["modules"]
},
"gatk4/learnreadorientationmodel": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "d742e3143f2ccb8853c29b35cfcf50b5e5026980",
"installed_by": ["modules"]
},
"gatk4/markduplicates": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "d742e3143f2ccb8853c29b35cfcf50b5e5026980",
"installed_by": ["modules"]
},
"gatk4/mergemutectstats": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "d742e3143f2ccb8853c29b35cfcf50b5e5026980",
"installed_by": ["modules"]
},
"gatk4/mergevcfs": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "d742e3143f2ccb8853c29b35cfcf50b5e5026980",
"installed_by": ["modules"]
},
"gatk4/mutect2": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "d742e3143f2ccb8853c29b35cfcf50b5e5026980",
"installed_by": ["modules"]
},
"gatk4/variantrecalibrator": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "d742e3143f2ccb8853c29b35cfcf50b5e5026980",
"installed_by": ["modules"]
},
"gatk4spark/applybqsr": {
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/gatk4/applybqsr/environment.yml

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

4 changes: 2 additions & 2 deletions modules/nf-core/gatk4/applybqsr/main.nf

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

95 changes: 95 additions & 0 deletions modules/nf-core/gatk4/applybqsr/tests/main.nf.test

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

102 changes: 102 additions & 0 deletions modules/nf-core/gatk4/applybqsr/tests/main.nf.test.snap

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

2 changes: 2 additions & 0 deletions modules/nf-core/gatk4/applybqsr/tests/tags.yml

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/applyvqsr/environment.yml

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

Loading
Loading