Closed kpatankar closed 1 year ago
Hi,
UMI-tools expects the title line in a fastq file to start with an @
. The error is produced because the line being processed should be the start of a new fastq record, which should start with @
, but doesn't.
The error message should contain the line that is missing the @ symbol. The fact that there is a blank after "in line" suggests that the line is blank. Perhaps your fastq file has an extra blank line at the end?
Did you manage to get this sorted?
Greetings,
When running UMI-tools extract on paired end fastq files I am getting following error
Would appreciate help resolving it.