Add 'strandedness' to permitted meta keys - #4473
Merged
Merged
Conversation
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: mashehu <mashehu3@gmail.com> Co-authored-by: nf-core-bot <core@nf-co.re> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Co-authored-by: JulianFlesch <julianflesch@googlemail.com> Co-authored-by: Matthieu Muffato <mm49@sanger.ac.uk> Co-authored-by: yuxinNing <ningyuxin1999@126.com> Co-authored-by: yuxinNing <92061677+ningyuxin1999@users.noreply.github.com> Co-authored-by: JosuaCarl-Agents <josua.carl@web.de> Co-authored-by: CodSpeed Bot <no-reply@codspeed.io> Co-authored-by: louis <louislenezet@gmail.com> Co-authored-by: Louis Le Nézet <58640615+LouisLeNezet@users.noreply.github.com> Co-authored-by: Nicolas Vannieuwkerke <101190534+nvnieuwk@users.noreply.github.com> Co-authored-by: Jonathan Manning <jonathan.manning@seqera.io> Co-authored-by: Beatriz Vinhas <beatriz.sa.vinhas@gmail.com> Co-authored-by: Nicolas Vannieuwkerke <nicolas.vannieuwkerke@ugent.be> Co-authored-by: Alexander Peltzer <apeltzer@users.noreply.github.com> Co-authored-by: Adrien Coulier <adrien.coulier@pixelgen.com> Co-authored-by: Phil Ewels <phil.ewels@seqera.io> Co-authored-by: Maxime U Garcia <max.u.garcia@gmail.com> Co-authored-by: simojoe <37026683+simojoe@users.noreply.github.com> Co-authored-by: Joël Simoneau <simoneaujoel@gmail.com> Co-authored-by: Vincent Gao <gaobing1230@gmail.com> Co-authored-by: James A. Fellows Yates <jfy133@gmail.com> Co-authored-by: JulianFlesch <julian.flesch@qbic.uni-tuebingen.de> Co-authored-by: znorgaard <zach@fulcrumgenomics.com> Co-authored-by: Josua Carl <53010862+JosuaCarl@users.noreply.github.com> Co-authored-by: sanmaxdev <sanmaxdev@users.noreply.github.com> Co-authored-by: Sangeeth Thilakarathna <46221775+sanmaxdev@users.noreply.github.com> Co-authored-by: codspeed-hq[bot] <117304815+codspeed-hq[bot]@users.noreply.github.com> Co-authored-by: Damon-Lee Pointon <51855558+DLBPointon@users.noreply.github.com> Co-authored-by: Matthias Zepper <6963520+MatthiasZepper@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
The invalid-keys case used meta.strandedness as an example, but this PR adds strandedness to the permitted set, so it no longer triggers a lint failure. Swap it for meta.region and add a strandedness case to the valid-keys assertion to exercise the actual change.
pinin4fjords
marked this pull request as draft
September 17, 2026 10:55
Member
|
@nf-core-bot fix linting pretty please 🙏 |
Contributor
|
maxulysse
reviewed
Sep 18, 2026
ewels
marked this pull request as ready for review
September 18, 2026 09:12
ewels
approved these changes
Sep 18, 2026
Member
|
Presumably needs docs on the website too. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Following discussion in Maintainers team, allow 'strandedness' as an allowed meta field.
Updates
test_validate_meta_keysto match.PR checklist
CHANGELOG.mdis updateddocsis updated