-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error is raised for problematic rows #560
Comments
Hello. I am having the same problem, which seems to be identical to #534. 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 |
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)
The text was updated successfully, but these errors were encountered: