fastp icon indicating copy to clipboard operation
fastp copied to clipboard

fastp version 0.23.0 and above failed to process interleaved Fastq files

Open carl- opened this issue 4 years ago • 4 comments

Dr, chen, when process interleaved fastq, fastp version 0.23.0 and 0.23.1 segment fault or hangs. but using version 0.22.0 and other older versions, it works smoothly.

please verify this issue.

carl- avatar Nov 10 '21 03:11 carl-

Hello! I have the same issue. free(): invalid pointer (core dumped) fastp --in1 ${SR1}.fastq.gz --in2 ${SR2}.fastq.gz --out1 ${SR1}.trimmed.fastq --out2 ${SR2}.trimmed.fastq --overlapped_out ${SR1}.overlaps.fastq --detect_adapter_for_pe --dup_calc_accuracy 5 --correction --overrepresentation_analysis --overrepresentation_sampling 2 --thread $THR --json fastp-report.json --html fastp-report.html

asan-emirsaleh avatar Nov 28 '21 03:11 asan-emirsaleh

Will fix it soon.

sfchen avatar Nov 29 '21 00:11 sfchen

fixed, please update to v0.23.2

sfchen avatar Dec 01 '21 14:12 sfchen

Thank you a lot. I will try. In case I used only --out1 and --out2 without --overlapped_out reads has been processed normally.

asan-emirsaleh avatar Dec 01 '21 16:12 asan-emirsaleh