Skip to content

Commit

Permalink
Merge pull request #390 from ewels/bump-preseq
Browse files Browse the repository at this point in the history
Bump preseq
  • Loading branch information
edmundmiller authored Jun 28, 2024
2 parents 32297ea + ce40e8d commit 36f8470
Show file tree
Hide file tree
Showing 10 changed files with 141 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
- 🐛 fix sample/replicate merge [#401](https://github.com/nf-core/methylseq/pull/401)
- 🐛 fix fasta reference usage [#403](https://github.com/nf-core/methylseq/pull/403)

### Pipeline Updates

- 🔧 Updated nf-core modules for preseq [#390](https://github.com/nf-core/methylseq/pull/390)

## [v2.6.0](https://github.com/nf-core/methylseq/releases/tag/2.6.0) - 2024-01-05

### Bug fixes & refactoring
Expand Down
6 changes: 6 additions & 0 deletions conf/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ params {
}

includeConfig './test_data.config'

process {
withName: PRESEQ_LCEXTRAP {
errorStrategy = 'ignore'
}
}
2 changes: 1 addition & 1 deletion modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
},
"preseq/lcextrap": {
"branch": "master",
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"git_sha": "4d178c536f91d022a3bff078bb84037e866c7da4",
"installed_by": ["modules"]
},
"qualimap/bamqc": {
Expand Down
7 changes: 7 additions & 0 deletions modules/nf-core/preseq/lcextrap/environment.yml

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

5 changes: 3 additions & 2 deletions modules/nf-core/preseq/lcextrap/main.nf

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

9 changes: 4 additions & 5 deletions modules/nf-core/preseq/lcextrap/meta.yml
100755 → 100644

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

54 changes: 54 additions & 0 deletions modules/nf-core/preseq/lcextrap/tests/main.nf.test

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

58 changes: 58 additions & 0 deletions modules/nf-core/preseq/lcextrap/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/preseq/lcextrap/tests/tags.yml

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

4 changes: 2 additions & 2 deletions tests/pipeline/bismark_hisat/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
],
"meta": {
"nf-test": "0.8.4",
"nextflow": "23.10.1"
"nextflow": "24.04.2"
},
"timestamp": "2024-02-26T22:44:25.773445334"
"timestamp": "2024-06-28T15:35:18.303882773"
},
"single_end_rrbs_software_versions": {
"content": [
Expand Down

0 comments on commit 36f8470

Please sign in to comment.