-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fix when multiple PacBio files are given #90
Conversation
Not truly original PacBio files because they've been subsetted, but good enough for testing.
Looks good for me. |
Merging to the main branch should be blocked by CI but not actually.
|
Interesting find. I can see that the expected way is to name the branch I added a commit to this PR to fix master/main in |
The bug occurred when there were multiple PacBio files. SAMTOOLS_FILTER was getting unsynchronised data from
ch_reads
andPACBIO_FILTER.out.list
. The fix is to pair elements in those two channels before feeding SAMTOOLS_FILTER.PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).