Thank you for your suggestion. I will try anyone of it as possible.
• 1 views
•
link
Hi,
I use fast-x toolkit for quality filtering of my data. I get an error when running the command
fastq_quality_filter -v -Q 64 -q 25 -p 75 -i sra_data.fastq -o sample_filtered.fastq
fastq_quality_filter: Invalid quality score value (char '.' ord 46 quality value -18) on line 4
I need a moderate threshold of average quality>25. please, can anyone suggest a possible solution for this?
Looks like a normal fastq file. In any case, I recommend going away from fastx-toolkit. It is very old and newer (and faster) alternatives exist. Options are among others: fastp, skewer, cutadapt etc. I checked with skewer and it does not throw any error. Check which tools you feel comfortable with, they all have a lot of options to customize the trimming.
Thank you for your suggestion. I will try anyone of it as possible.
Log in to answer this question.
Output of
head -n 4 sra_data.fastq?This is the output for head -n 4 sra_data.fastq
dcb@dcb-P6-2355IL:~$ head -n 4 sra_data.fastqHello athira112athira,
Please use the formatting bar (especially the

codeoption) to present your post better. I've done it for you this time.Thank you!
Thank you so much, I will take care about it from the very next post.