Open TomerAntman opened 6 months ago
Hello. I am having the same problem, which seems to be identical to #534.
"Expected '+', got CCACAGTGAGCCGCCGATTTGTTCCATGCCTGCAC...
It seems like it causes the run to terminate at the problematic read rather than continuing. @TomerAntman are the quality threshold parameters you're using for trimmomatic the same for the fastp run?
@nickgladman yes they are as far as I remember. I solved this the other day by running seqkit sana
on the files and then seqkit pair
and then run fastp on the paired "rescued" reads. It solved the issue for most of my files
Could you please upload a piece of your data so that I can reproduce this issue? ------------------ Original ------------------ From: @.>; Date: Sun, Jun 2, 2024 03:04 AM To: @.>; Cc: @.***>; Subject: Re: [OpenGene/fastp] Error is raised for problematic rows (Issue #560)
Hello. I am having the same problem, which seems to be identical to #534. "Expected '+', got CCACAGTGAGCCGCCGATTTGTTCCATGCCTGCAC...
It seems like it causes the run to terminate at the problematic read rather than continuing. @TomerAntman are the quality threshold parameters you're using for trimmomatic the same for the fastp run?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>
In some of the fastq files that I have, there are some problematic rows, such as this:
These problematic rows crash the code and the error is:
I tried just deleting the empty rows but it still doesn't work. Trimmomatic seems to be able to bypass this issue (it doesn't crash)