Skip to content
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 #534

Open
wangsanshui1028 opened this issue Nov 26, 2023 · 1 comment
Open

ERROR: '+' expected #534

wangsanshui1028 opened this issue Nov 26, 2023 · 1 comment

Comments

@wangsanshui1028
Copy link

I encountered an error while using the basic functions of fastp,here is my conmond:
fastp -i /public/data/RNA-seq1116/R1_fq.tar.gz -I /public/data/RNA-seq1116/R2_fq.tar.gz -o /public/data/RNA_seq1116/clean_reads/R1_trim.tar.gz -O /public/data/RNA_seq1116/clean_reads/R2_trim.tar.gz -f 9 -q 20

The error is:
Expected '+', got ´쥂RQQ©Nr
ERROR: '+' expected

Why does this error occur?And how can I solve it?

Thank you

@johnw2358
Copy link

johnw2358 commented Nov 27, 2023

I'm troubleshooting a similar error. Seems to be related to the fastq comments. For example, does this command succeed for you?

fastp -i <(zcat -f /public/data/RNA-seq1116/R1_fq.tar.gz | awk '{print $1}') -I <(zcat -f /public/data/RNA-seq1116/R2_fq.tar.gz | awk '{print $1}') -o /public/data/RNA_seq1116/clean_reads/R1_trim.tar.gz -O /public/data/RNA_seq1116/clean_reads/R2_trim.tar.gz -f 9 -q 20

In my case, trimming the fastq comments allows fastp to run, but I don't want to throw away the fastq comments. Please let me know what you find!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants