Skip to content

Commit

Permalink
Merge pull request #2947 from maxulysse/immutable_sort_false_gcp
Browse files Browse the repository at this point in the history
fix(collectfile): sort true for methods_description_mqc.yaml
  • Loading branch information
maxulysse authored May 3, 2024
2 parents aa63109 + 7786e25 commit 4813ef3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
- Update GitHub Actions ([#2939](https://github.com/nf-core/tools/pull/2939))
- Update codecov/codecov-action digest to 5ecb98a ([#2948](https://github.com/nf-core/tools/pull/2948))
- Update gitpod/workspace-base Docker digest to 124f2b8 ([#2943](https://github.com/nf-core/tools/pull/2943))
- fix(collectfile): sort true for methods_description_mqc.yaml ([#2947](https://github.com/nf-core/tools/pull/2947))

## [v2.13.1 - Tin Puppy Patch](https://github.com/nf-core/tools/releases/tag/2.13) - [2024-02-29]

Expand Down
2 changes: 1 addition & 1 deletion nf_core/pipeline-template/workflows/pipeline.nf
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ workflow {{ short_name|upper }} {
ch_multiqc_files = ch_multiqc_files.mix(
ch_methods_description.collectFile(
name: 'methods_description_mqc.yaml',
sort: false
sort: true
)
)

Expand Down

0 comments on commit 4813ef3

Please sign in to comment.