Skip to content

Commit

Permalink
Merge pull request #1227 from maxulysse/container_customdump_software
Browse files Browse the repository at this point in the history
FIX: update modules
  • Loading branch information
maxulysse authored Sep 12, 2023
2 parents 767e4af + 7bebb39 commit 0a3abcc
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 19 deletions.
1 change: 1 addition & 0 deletions .nf-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ repository_type: pipeline
lint:
actions_ci: False
files_exist:
- .github/workflows/awsfulltest.yml
- conf/modules.config
files_unchanged:
- assets/nf-core-sarek_logo_light.png
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Rapaselet is a delta formed by the Rapaätno river between the Bielloriehppe mas
- [#1200](https://github.com/nf-core/sarek/pull/1200) - Streamline Github Actions workflows
- [#1212](https://github.com/nf-core/sarek/pull/1212) - Use matrix for AWS megatests
- [#1218](https://github.com/nf-core/sarek/pull/1218) - Remove Singularity tests for GHA
- [#1227](https://github.com/nf-core/sarek/pull/1227) - Update modules

### Fixed

Expand Down Expand Up @@ -67,6 +68,7 @@ Rapaselet is a delta formed by the Rapaätno river between the Bielloriehppe mas
- [#1222](https://github.com/nf-core/sarek/pull/1222) - Better documentation for annotation cache
- [#1224](https://github.com/nf-core/sarek/pull/1224) - Update BCFTOOLS_SORT module with `--temp-dir .` added as option, which was required for Singularity
- [#1225](https://github.com/nf-core/sarek/pull/1225) - Better test coverage for all tests
- [#1227](https://github.com/nf-core/sarek/pull/1227) - Lint warning fix

### Dependencies

Expand Down
6 changes: 3 additions & 3 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"bwa/index": {
"branch": "master",
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"git_sha": "bfed129da5134b4439b1821c917972570d44d39c",
"installed_by": ["modules"]
},
"bwa/mem": {
Expand All @@ -42,7 +42,7 @@
},
"bwamem2/index": {
"branch": "master",
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"git_sha": "bfed129da5134b4439b1821c917972570d44d39c",
"installed_by": ["modules"]
},
"bwamem2/mem": {
Expand Down Expand Up @@ -102,7 +102,7 @@
},
"custom/dumpsoftwareversions": {
"branch": "master",
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"git_sha": "05c280924b6c768d484c7c443dad5e605c4ff4b4",
"installed_by": ["modules"]
},
"deepvariant": {
Expand Down
16 changes: 9 additions & 7 deletions modules/nf-core/bwa/index/main.nf

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

15 changes: 9 additions & 6 deletions modules/nf-core/bwamem2/index/main.nf

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/custom/dumpsoftwareversions/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 nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
},
"input_restart": {
"type": "string",
"description": "Automatic retrieval for restart",
"format": "file-path",
"exists": true,
"mimetype": "text/csv",
Expand Down

0 comments on commit 0a3abcc

Please sign in to comment.