This is a test version of Biostars. For the public version, visit https://www.biostars.org.
an problem occuring when using fastq_quality_filter

how can i sove the problem when i execute the following command?? gunzip -c 9311/9311_2.Rn.1.gz | fastq_quality_filter -Q 33 -v -q 30 -p 90 -z -o 9311/q30p90/9311_2.RnFq30p90.1.gz Segmentation fault (core dumped)

reads filter fastq_quality_filter

fastq_quality_filter is probably not able to read from a pipe|STDIN. You can use reformat.sh from BBMap suite. A guide is available here.

0 answers

No answers yet.

Log in to answer this question.