You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The standalone QC runner run_qc.py should refuse to split Fastqs by lane if the input Fastqs have "non-canonical" Illumina-style names (e.g. PJB1_S1_R1_L001_001_extra_stuff.fastq.gz instead of PJB1_S1_R1_L001_001.fastq.gz).
This is because the split_fastqs.py utility can't handle non-canonical names, which messes up the reporting.
The text was updated successfully, but these errors were encountered:
The standalone QC runner
run_qc.py
should refuse to split Fastqs by lane if the input Fastqs have "non-canonical" Illumina-style names (e.g.PJB1_S1_R1_L001_001_extra_stuff.fastq.gz
instead ofPJB1_S1_R1_L001_001.fastq.gz
).This is because the
split_fastqs.py
utility can't handle non-canonical names, which messes up the reporting.The text was updated successfully, but these errors were encountered: