philres / catfishq

Cat FASTQ files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when parsing fastq files with empty sequences

biorococo opened this issue · comments

Reads with empty sequence field in fastq files are interpreted as fasta entries in output:

@ReadID1
$
+
$
@ReadID2

is outputted like:

ReadID1
$
@ReadID2