News: fastp 0.22 released, with new FASTQ deduplication feature.
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
nanopore sequencing - fastp dedup option
written by HarperReed •Hello everyone, Should I use the dedup option when filtering my reads using Fastp while working on FASTQ files generated with Nanopore sequencing technology? -D, …
-
Empty output from UMItools dedup after fastp processing
written by c.heininger •Hello, I have been running into an interesting error during my sequencing analysis. We have a paired-end library with UMIs on both ends of the …
-
Tool: fastp 0.23.0 released, runs 2x faster, and generates reproducible outputs.
written by chen[fastp][1], the widely used ultra-fast FASTQ preprocessing and QC tool, and till now has been cited over 2,000 times. Today, a new version, v0.23.0 has …
-
Tutorial: introduce a tool for fast identification of SARS-CoV-2 and other microbes from sequencing…
written by chenThese tools and resources have been published in `Briefings in Bioinformatics`: https://academic.oup.com/bib/advance-article/doi/10.1093/bib/bbaa231/5917007 fastv is an ultra-fast tool for identification of SARS-CoV-2 and other microbes from …
-
Forum: Do you need a deduplication tool for FASTQ data in fastp?
written by chenHi, I am the author of [fastp][1], a tool to provide ultra-fast all-in-one FASTQ preprocessing functions. This tool has received 500+ stars in github (https://github.com/OpenGene/fastp), …
-
Tool: fastp (the ultra-fast all-in-one FASTQ preprocessing tool) v0.18.0 released, 2X faster, with …
written by chen# fastp An open-source tool designed to provide ultra-fast all-in-one preprocessing for FastQ files. This tool is developed in C++ with multithreading supported to afford …
-
Tutorial: gencore: a tool to reduce sequencing noises by generating consensus reads
written by chen`gencore` is a tool to generate consensus reads. It's a new open source project in github: https://github.com/OpenGene/gencore . It is one project developed by [OpenGene][1] …
-
Tool: fastp, the ultra-fast FASTQ preprocessing tool, is now on BioConda
written by chen[fastp][1] is a tool designed to provide ultra-fast all-in-one preprocessing for FastQ files. This tool is developed in C++ with multithreading supported to afford high …
-
Tutorial: Use fastp to preprocess FASTQ data with unique molecular identifer (UMI) integrated
written by chenfastp (https://github.com/OpenGene/fastp) is an open source tool designed to provide fast all-in-one preprocessing for FastQ files. This tool is developed in C++ with multithreading supported …
-
Tool: fastp v0.9 released: an all-in-one FASTQ preprocessor (QC, adapters, trimming, quality filter…
written by chen`fastp` v0.9 is released (Nov 29, 2017), with a new feature added: **preprocess unique molecular identifer (UMI) enabled data, shift UMI to sequence name.**. See …
Thanks for this program, it simplifies my life so much
Hi,
I couldn't install the latest version from bioconda or with wget command, but I assume it was anaconda's bug; I managed to download it directly from the file section of github, so that was solved.
I couldn't use the deduplication function though, here was my command:
and it returned this along with a 11Mb file compared to the 3.8Gb fastq file:
Hope you can look into this and point out if I did anything wrong or whatever led to this. Thanks.
If error says "killed" then your job likely ran out or memory. Deduplication (assuming
fastpis doing it in memory) will need a lot of it.Please post questions about tools in a separate thread. This post is for announcement of a new tool.
charlie is there an option to de-dup using UMI information please?