From e0e0fb578a2d0b66d221e4c22e1bf4461ffd0cc8 Mon Sep 17 00:00:00 2001 From: Yong-Xin Liu Date: Sat, 6 Apr 2024 11:01:49 +0800 Subject: [PATCH 1/3] Update README.md Add citation in front --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bee7909..857ee9b 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ https://badges.debian.net/badges/debian/unstable/fastp/version.svg)](https://pac # 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. +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) From bc7d44600465cdf86361a95d64ef248047b23d6f Mon Sep 17 00:00:00 2001 From: Yong-Xin Liu Date: Sat, 6 Apr 2024 11:03:23 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 857ee9b..7fe69e6 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ https://badges.debian.net/badges/debian/unstable/fastp/version.svg)](https://pac # 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. + 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) From 721b69b512d685e807cb62564eb74052ce167ef4 Mon Sep 17 00:00:00 2001 From: Yong-Xin Liu Date: Sat, 6 Apr 2024 11:03:38 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7fe69e6..4ecca53 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ https://badges.debian.net/badges/debian/unstable/fastp/version.svg)](https://pac 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. 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)