Skip to content
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

run_qc.py: fix incorrect default for --split-fastqs-by-lane #923

Merged
merged 2 commits into from
Dec 14, 2023

Conversation

pjbriggs
Copy link
Member

@pjbriggs pjbriggs commented Dec 13, 2023

Fixes a bug in the standalone QC pipeline runner run_qc.py, whereby the option to split Fastqs by lane for the QC (i.e. the --split-fastqs-by-lane option) always defaulted to be being switched on. The fix is to change the default to off, and only enable the splitting if the option is specified on the command line.

Also adds a trap to check for non-canonical Illumina-style Fastq names when splitting is explicitly requested, as the pipeline (actually the split_fastqs.py utility) currently can't handle the resulting names when the Fastqs are split (issue #924).

@pjbriggs pjbriggs merged commit 392f9e9 into devel Dec 14, 2023
6 checks passed
@pjbriggs pjbriggs deleted the run_qc.py-fix-default-split-fqs-by-lane branch December 14, 2023 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

run_qc.py should refuse to split Fastqs by lane for non-canonical names
1 participant