We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running nf-core lint with a readme file that has the following in it:
nf-core lint
## Quick Start 1. Install [`Nextflow`](https://www.nextflow.io/docs/latest/getstarted.html#installation) (`>=21.04.0`)
A warning is triggered:
readme: README did not have a Nextflow minimum version mentioned in Quick Start section.
This warning should not be triggering as the minimum nextflow version is in the readme file.
Link to code location
tools/nf_core/lint/readme.py
Lines 65 to 66 in 0129101
The text was updated successfully, but these errors were encountered:
readme
Closing due to the merge of #1261.
Sorry, something went wrong.
No branches or pull requests
When running
nf-core lint
with a readme file that has the following in it:A warning is triggered:
This warning should not be triggering as the minimum nextflow version is in the readme file.
Link to code location
tools/nf_core/lint/readme.py
Lines 65 to 66 in 0129101
The text was updated successfully, but these errors were encountered: