-
Notifications
You must be signed in to change notification settings - Fork 705
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
Re-create existing pipeline level tests in nf-test format #1195
Comments
Summary of existing tests (by eye): Skip steps--skip_qc Run without reference genomes--gtf false Alternative/additional methods--trimmer fastp Save intermediate files--save_align_intermeds --save_reference Alternative parameter value--min_mapped_reads 90 |
ProposalRemove or replace with subworkflow level testsThe following can be made into subworkflow level tests or removed entirely.
Create pipeline level tests for the followingGlobal options
Alternative workflows
|
Description of feature
The current CI includes many different parameters
rnaseq/.github/workflows/ci.yml
Lines 76 to 90 in b89fac3
rnaseq/.github/workflows/ci.yml
Lines 138 to 141 in b89fac3
rnaseq/.github/workflows/ci.yml
Lines 189 to 192 in b89fac3
rnaseq/.github/workflows/ci.yml
Lines 240 to 247 in b89fac3
We should re-create these in nf-test format.
Use this as a chance to review them and decide when, where and how they should be executed. We can use tags and criteria to filter which tests exist. Ideally, we recreate all tests in nf-test format with additional checks for correct outputs etc.
The text was updated successfully, but these errors were encountered: