-
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: '+' expected #565
Comments
Could you please upload a piece of your data so that I can reproduce this issue?
------------------ Original ------------------
From: ***@***.***>;
Date: Wed, Jun 5, 2024 03:56 PM
To: ***@***.***>;
Cc: ***@***.***>;
Subject: [OpenGene/fastp] ERROR: '+' expected (Issue #565)
Hello. I keep getting the same error when running my RNA-seq data with fastp. The error implies that there is a '+' missing, but I don't see that in my fastq file. Please help.
Here is an example:
Command:
fastp --in1 R2_FKRN240086271-1A_2253CMLT4_L7_1.fq --out1 fastp_R2_1_trimmed.fq --in2 R2_FKRN240086271-1A_2253CMLT4_L7_2.fq --out2 fastp_R2_2_trimmed.fq
Error message:
Expected '+', got @LH00281:101:2253CMLT4:7:1153:17937:24071 2:N:0:GAAGACTAGC+TAGGAAGAGC
ERROR: '+' expected
I found the line in the fastq file where this error message is pointing to, and don't see any '+' missing:
Screenshot.2024-06-05.at.9.53.46.AM.png (view on web)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
I uploaded here 1M reads each of my forward and reverse files: https://1drv.ms/f/s!AlHK-h6IM1EWl-o0nQvUh8iCeZ5VYA?e=AF7xpe I ran the following command: And got the following message: Not sure if this information is helpful: I am using a MacBook Pro with Apple M3 Pro chip. |
I just wanted to provide an update that I ran the exact same code using the exact same data, but on my institution's clusters (instead of my personal MacBook), and it worked perfectly. |
I checked your data, seems that the file R2_R_1M.fq is with bad format
|
and the two files have different line numbers:
|
Hello. I keep getting the same error when running my RNA-seq data with fastp. The error implies that there is a '+' missing, but I don't see that in my fastq file. Please help.
Here is an example:
Command:
fastp --in1 R2_FKRN240086271-1A_2253CMLT4_L7_1.fq --out1 fastp_R2_1_trimmed.fq --in2 R2_FKRN240086271-1A_2253CMLT4_L7_2.fq --out2 fastp_R2_2_trimmed.fq
Error message:
Expected '+', got @LH00281:101:2253CMLT4:7:1153:17937:24071 2:N:0:GAAGACTAGC+TAGGAAGAGC
ERROR: '+' expected
I found the line in the fastq file where this error message is pointing to, and don't see any '+' missing:
The text was updated successfully, but these errors were encountered: