Entering edit mode
4.5 years ago
543541656
▴
20
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)
fastq_quality_filter
is probably not able to read from a pipe|STDIN. You can usereformat.sh
from BBMap suite. A guide is available here.