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
For UTILS_NFVALIDATION_PLUGIN, I had to add the following tags to get the nf-core linting to get it to pass:
tag "plugin/nf-validation" tag "'plugin/nf-validation'"
If I didn't include the double quoted tag it didn't like it.
nf-core --verbose subworkflows lint utils_nfvalidation_plugin │ utils_nfvalidation_plugin │ subworkflows/nf-core/utils_nfvalidation_plugin/tests/main.nf.test │ Tags do not adhere to guidelines. Tags missing in main.nf.test: │ │ │ │ ["'plugin/nf-validation'"]
No response
The text was updated successfully, but these errors were encountered:
parse include statement for plugin/nf-validation correctly
00e57b5
fixes nf-core#2555
For one of my local workflows, I had to add a single quote at the end, inside double quote as in "gt/gff3validator'" to pass the lint.
"gt/gff3validator'"
Sorry, something went wrong.
fixed in #2558
No branches or pull requests
Description of the bug
For UTILS_NFVALIDATION_PLUGIN, I had to add the following tags to get the nf-core linting to get it to pass:
If I didn't include the double quoted tag it didn't like it.
Command used and terminal output
System information
No response
The text was updated successfully, but these errors were encountered: