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
Fairly self explanatory, as of right now we have:
nf-core modules create-test-yml
nf-core subworkflows create-test-yml
We should complete the set with:
nf-core workflows create-test-yml
This would roughly create a test for every workflow definition in a certain structure.
The text was updated successfully, but these errors were encountered:
This might be easier to manage by grouping workflows for different executions, e.g.:
workflows/ ├── default/ │ ├── main.nf │ ├── nextflow.config │ └── test_default.yml ├── skip_qc/ ├── skip_align/ └── skip_x/
This is a little different to how Sarek does it but is more consistent with modules, subworkflows.
modules
subworkflows
Sorry, something went wrong.
closing as we have an issue to track adding pipeline level nf-test #2994
No branches or pull requests
Description of feature
Fairly self explanatory, as of right now we have:
nf-core modules create-test-yml
nf-core subworkflows create-test-yml
We should complete the set with:
nf-core workflows create-test-yml
This would roughly create a test for every workflow definition in a certain structure.
The text was updated successfully, but these errors were encountered: