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`: https://github.com/MelbourneGenomics/cpipe/blob/642afa87495746dc7412ba1dd3b8b9a775f2ddf2/lib/cpipe/metadata_schema.py#L32
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