Galaxy | Tool Preview

fastp (version 0.23.4+galaxy0)
Input FASTQ file #1
Adapter Trimming Options
Adapter Trimming Options 0
Global trimming options
Global trimming options 0
Overrepresented Sequence Analyses
Overrepresented Sequence Analysis 0
Filter Options
Filter Options 0
Read Modification Options
Read Modification Options 0
Output Options
Output Options 0

What it does

fastp is a tool designed to provide fast all-in-one preprocessing for FASTQ files. This tool is developed in C++ with multithreading supported to afford high performance.

Features

  1. Filter out bad reads (too low quality, too short, or too many N...)
  2. Cut low quality bases for per read in its 5' and 3' by evaluating the mean quality from a sliding window (like Trimmomatic but faster)
  3. Trim all reads in front and tail
  4. Cut adapters. Adapter sequences can be automatically detected, which means you don't have to input the adapter sequences to trim them.
  5. Correct mismatched base pairs in overlapped regions of paired end reads, if one base is with high quality while the other is with ultra-low quality
  6. Trim polyG in 3' ends, which is commonly seen in NovaSeq/NextSeq data. Trim polyX in 3' ends to remove unwanted polyX tailing (i.e. polyA tailing for mRNA-Seq data)
  7. Preprocess unique molecular identifer (UMI) enabled data, shift UMI to sequence name
  8. Report JSON format result for further interpreting
  9. Visualize quality control and filtering results on a single HTML page (like FASTQC but faster and more informative)
  10. Split the output to multiple files (0001.R1.gz, 0002.R1.gz...) to support parallel processing. Two modes can be used, limiting the total split file number, or limitting the lines of each split file (Not enabled in this Galaxy tool)
  11. Support long reads (data from PacBio / Nanopore devices)

Inputs

Single-end or Paired-end FASTQ or FASTQ.GZ reads


Outputs

  • Processed reads

Optionally, under Output Options you can choose to output

  • HTML report (default is Yes)
  • JSON report (compatible with MultiQC)