Skip to content

Fix metadata file validation #212

@multimeric

Description

@multimeric

Cpipe checks that the input file's extensions are a subset of {fastq, gz}, when it should just check that it ends in .fastq.gz:

if fastq_path.exists() and set(fastq_path.suffixes).issubset({'.fastq', '.gz'}):

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions