-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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:
cpipe/lib/cpipe/metadata_schema.py
Line 32 in 642afa8
| if fastq_path.exists() and set(fastq_path.suffixes).issubset({'.fastq', '.gz'}): |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels