Skip to content

Commit

Permalink
Merge pull request #1412 from asp8200/update_samtools_II
Browse files Browse the repository at this point in the history
Update mulled-containers to samtools v1.19.2
  • Loading branch information
maxulysse authored Feb 20, 2024
2 parents e92cfb3 + 1bcdf57 commit fa75797
Show file tree
Hide file tree
Showing 29 changed files with 452 additions and 75 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ jobs:
exclude:
- tags: "bwa/index"
- tags: "bwa/mem"
- tags: "bwamem2/mem"
- tags: "cat/cat"
- tags: "cat/fastq"
- tags: "custom/dumpsoftwareversions"
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#1359](https://github.com/nf-core/sarek/pull/1359) - Removing params usage from local modules
- [#1359](https://github.com/nf-core/sarek/pull/1359) - Removing params usage from local subworkflows
- [#1360](https://github.com/nf-core/sarek/pull/1360) - Sync `TEMPLATE` with `tools` `2.11`
- [#1408](https://github.com/nf-core/sarek/pull/1408) - Updating samtools to v1.19.2 in "pure" samtools-modules, that is, samtools in mulled containers have NOT yet been updated.
- [#1411](https://github.com/nf-core/sarek/pull/1411) - Temporally disable sentieon related tests
- [#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

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion conf/modules/tiddit.config
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ process {

// SVDB
withName: 'NFCORE_SAREK:SAREK:BAM_VARIANT_CALLING_SOMATIC_ALL:BAM_VARIANT_CALLING_SOMATIC_TIDDIT:SVDB_MERGE' {
ext.prefix = { "${meta.id}.tiddit" }
ext.prefix = { "${meta.id}.tiddit_sv_merge" }
publishDir = [
mode: params.publish_dir_mode,
path: { "${params.outdir}/variant_calling/tiddit/${meta.id}/" },
Expand Down
18 changes: 9 additions & 9 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"bwa/mem": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "ba3f3df395d2719dcef5c67189042a1dc555c701",
"installed_by": ["modules"]
},
"bwamem2/index": {
Expand All @@ -53,7 +53,7 @@
},
"bwamem2/mem": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "74363e1acc38eaedeede8d429477397c1a6f9e18",
"installed_by": ["modules"]
},
"cat/cat": {
Expand All @@ -68,22 +68,22 @@
},
"cnvkit/antitarget": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "a64788f5ad388f1d2ac5bd5f1f3f8fc81476148c",
"installed_by": ["modules"]
},
"cnvkit/batch": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "76c858e2589c7762c68d7d14191d78f6db98a445",
"installed_by": ["modules"]
},
"cnvkit/genemetrics": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "a64788f5ad388f1d2ac5bd5f1f3f8fc81476148c",
"installed_by": ["modules"]
},
"cnvkit/reference": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "a64788f5ad388f1d2ac5bd5f1f3f8fc81476148c",
"installed_by": ["modules"]
},
"controlfreec/assesssignificance": {
Expand Down Expand Up @@ -125,7 +125,7 @@
},
"dragmap/align": {
"branch": "master",
"git_sha": "3c77ca9aac783e76c3614a06db3bfe4fef619bde",
"git_sha": "575e1bc54b083fb15e7dd8b5fcc40bea60e8ce83",
"installed_by": ["modules"],
"patch": "modules/nf-core/dragmap/align/dragmap-align.diff"
},
Expand Down Expand Up @@ -342,7 +342,7 @@
},
"samblaster": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "8ad1f37288c6f5a36871c169aa85614832152fd1",
"installed_by": ["modules"]
},
"samtools/bam2fq": {
Expand Down Expand Up @@ -452,7 +452,7 @@
},
"svdb/merge": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "8c498400bfa0f0e5c1750fab21496a27bc8d9ad0",
"installed_by": ["modules"]
},
"tabix/bgziptabix": {
Expand Down
3 changes: 2 additions & 1 deletion modules/nf-core/bwa/mem/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/bwa/mem/main.nf

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

1 change: 1 addition & 0 deletions modules/nf-core/bwa/mem/tests/main.nf.test

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

56 changes: 36 additions & 20 deletions modules/nf-core/bwa/mem/tests/main.nf.test.snap

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

3 changes: 2 additions & 1 deletion modules/nf-core/bwamem2/mem/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/bwamem2/mem/main.nf

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

Loading

0 comments on commit fa75797

Please sign in to comment.