Maybe this info will be helpful for those using SRA files. In case of header like
@SRR1030982.1 HWI-ST1143-137:4:1101:1069:2548 length=96
following shell command corrects it so it is accepted by filterbytile.sh
sed -r 's/^@SRR[0-9]{7}\.[0-9]* /@/' x.fastq | sed '/@/s/ length.*$/ 1:/' > xrepair.fastq
and as a result we have
@HWI-ST1143-137:4:1101:1069:2548 1:
It is for single-end data, so it should be slightly modified for paired-end (addition of 2 instead of 1 for second read from pair). Very possible it is not optimal command but it works.
Thanks GenoMax for inspiration
see C: Introducing FilterByTile: Remove Low-Quality Reads Without Adding Bias
I did it (fatq-dump -F XXXXXXXXX) I i obtain the same thing.......
Loading kmers: 7.484 seconds.