From 06d8679ce363174ecfc804218d8fd2bb14476f27 Mon Sep 17 00:00:00 2001 From: Shifu Chen Date: Fri, 11 Oct 2024 15:40:31 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e014983..154e867 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,12 @@ https://badges.debian.net/badges/debian/unstable/fastp/version.svg)](https://pac [![fastp ci](https://github.com/OpenGene/fastp/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/OpenGene/fastp/actions/workflows/ci.yml) # fastp -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. +A tool designed to provide ultrafast all-in-one preprocessing and quality control for FastQ data. + +This tool is designed for processing short reads (i.e. Illumina NovaSeq, MGI), if you are looking for tools to process long reads (i.e. Nanopore, PacBio, Cyclone), please use [fastplong](https://github.com/OpenGene/fastplong) Citation: Shifu Chen. 2023. Ultrafast one-pass FASTQ data preprocessing, quality control, and deduplication using fastp. iMeta 2: e107. https://doi.org/10.1002/imt2.107 -- [fastp](#fastp) - [features](#features) - [simple usage](#simple-usage) - [examples of report](#examples-of-report)