is there a tool to recover corrupted fastq files
So I have several fastq files of a BS-seq assay and most of them are corrupted, some reads either don't have a header or the third line (the line with + ), since the files are quiet large, I don't think I could recover them with typical commands in linux. So I was wondering if there is a tool that removes only the corrupted reads.
Thanks in advance
• 2,884 views
•
link
2 answers
You can use seqkit sana to remove malformed entries, and optionally seqkit pair afterwards if it's paired end data to match up the remaining read pairs.
• 0 views
•
link
You may also want to give a try to FastqWiper (https://github.com/mazzalab/fastqwiper)
• 0 views
•
link
Log in to answer this question.