fastp
fastp copied to clipboard
error handling gzipped input file
just got this on a file; fastp 0.23.4
========== Expected '+', got ERROR: '+' expected
a line number in the error message would be handy!
now this is a very odd one, because gunzip, and gzip, of the input files... and then it just works
########### this fails cp orig_asfq/* .
fastp --thread 10 -i asfq.1.R1.fq.gz -I asfq.1.R2.fq.gz -o apa1.fq -O apa2.fq
########### this is ok cp orig_asfq/* .
gunzip asfq.1.R1.fq.gz gunzip asfq.1.R2.fq.gz
gzip asfq.1.R1.fq gzip asfq.1.R2.fq
fastp --thread 10 -i asfq.1.R1.fq.gz -I asfq.1.R2.fq.gz -o apa1.fq -O apa2.fq
Files to reproduce are here: http://beagle.henlab.org/public/henriksson/bug_fastp.zip
Can you please try the latest v0.24.1 to check if this issue resolved?
can confirm 0.24.0 does not work; will try 0.24.1 later
I am a bit struggling with compiling from source; possible to update the build at
wget http://opengene.org/fastp/fastp chmod a+x ./fastp ?
added a line message