-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev -> Master for 2.14.0 #2958
Dev -> Master for 2.14.0 #2958
Conversation
Gives an error message if safe_get() returns 401 (wrong GITHUB_TOKEN?)
Rename nf-test template files
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
…-values Add type of values to the error description for schema errors
Uses a click callback function to normalize the name of a module/subworkflow that is provided by the user on the CLI, so that names written in uppercase still resolve to the expected lowercase name. In case no argument is provided, the callback function simply returns None, and thus the current behaviour of a user being asked to select a component via an interactive prompt is maintained. The .casefold() method is used in favour of .lower() for slightly more robust case normalization. See: https://stackoverflow.com/questions/45745661/lower-vs-casefold-in-string-matching-and-converting-to-lowercase The callback is applied to all occurrences of "tool/module/subworkflow" arguments, except those in the the "create" functions, because these already contain an internal check that prompts to user to adhere to the lowercase naming convention. Updates to CHANGELOG.md. Co-authored-by: Adam Talbot <adam.talbot@seqera.io> Co-authored-by: Phil Ewels <phil.ewels@seqera.io> Co-authored-by: Arthur Gymer <24782660+awgymer@users.noreply.github.com>
The subworkflow info command referred to the subworkflow name as "tool" in its list of arguments. It has been renamed to "subworkflow" to align with the other subworkflow commands.
…wnloaded pipelines
Less strict logo comparison
Co-authored-by: Maxime U Garcia <maxime.garcia@seqera.io>
Co-authored-by: Júlia Mir Pedrol <mirp.julia@gmail.com>
Add `force_pr` flag to sync, to force a PR even though there are no changes committed
Fix nf-core lint ValueError when config is missing 'manifest.name'
Adds test data base path to classic test configs for more easily switching between test data location
bump version to 2.14.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Linting: handle request errors more gracefully for actions validation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files☔ View full report in Codecov by Sentry. |
No description provided.