Skip to content

Pipeline fails at samplesheet check if files are not fastq.gz or fq.gz #301

Description

@wong-nw

Description of the bug

Files downloaded from SRA archive were imported as unpacked .fastq files. CHAMPAGNE failed at samplesheet check. Log indicates failure at

if not fastq.endswith(".fastq.gz") and not fastq.endswith(".fq.gz"):

Appears to require both file as fastq.gz format and matching format name in samplesheet.csv

Command used and terminal output

champagne run --output . --input samplesheet.csv

Relevant files

No response

System information

No response

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions