Filter fastq files with FASTP

FASTP is a tool designed to provide fast all-in-one preprocessing for FastQ files.
Please check out the fastp github page for some detailed information:
https://github.com/OpenGene/fastp

Recommend using private browser windows to avoid troubles caused by cookies and caches (open from the menu at the topright corner)

No spaces are allowed in input file names!

Step 1: load fastq files and set filtering options






Step 2: Start filtering


Acknowledgement

  1. fastp: https://github.com/OpenGene/fastp
  2. WebAssembly of fastp was compiled from source based on the patch file of https://github.com/biowasm/biowasm/tree/main/tools/fastp with additional option --interleaved_out added.