Skip to content

Make decombine.fastq_check() raise clear errors#39

Merged
mvcowley merged 1 commit intomasterfrom
feat-fastqcheck-clarity
Aug 5, 2025
Merged

Make decombine.fastq_check() raise clear errors#39
mvcowley merged 1 commit intomasterfrom
feat-fastqcheck-clarity

Conversation

@mvcowley
Copy link
Member

@mvcowley mvcowley commented Aug 5, 2025

Features added:

  • Simpler FASTQ checking function.
  • Clearer errors reported when FASTQ does not match the expected format.

Technical details:

This change is for improved code readability and clarity of the error reported to the user. It also handles cases where gzip.open() opens the file as bytes, causing comparisons with strings to break.

@mvcowley mvcowley force-pushed the feat-fastqcheck-clarity branch from b2d9e1e to ad0b58a Compare August 5, 2025 13:45
@mvcowley mvcowley merged commit d2a59c0 into master Aug 5, 2025
4 checks passed
@mvcowley mvcowley deleted the feat-fastqcheck-clarity branch August 5, 2025 13:47
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.

1 participant