An ultra-fast all-in-one FASTQ preprocessor (QC/adapters/trimming/filtering/splitting/merging...)
-
Updated
Jul 21, 2020 - C++
An ultra-fast all-in-one FASTQ preprocessor (QC/adapters/trimming/filtering/splitting/merging...)
A cross-platform and ultrafast toolkit for FASTA/Q file manipulation in Golang
Versatile open-source tool for microbiome analysis
Automatic Filtering, Trimming, Error Removing and Quality Control for fastq data
zUMIs: A fast and flexible pipeline to process RNA sequencing data with UMIs
Viral genomics analysis pipelines
An efficient FASTQ manipulation suite
Detect and visualize target mutations by scanning FastQ files directly
When working with very large SAM files it is often convenient to remove sequence and quality information to reduce storage and improve I/O.
Following from this it would be convenient to have a stripSeqQual function that replaces the two fields with *.
Simple FASTQ quality assessment using Python
FastQC port to Qt5: A quality control tool for high throughput sequence data.
My bioinfo toolbox
Nucleotide Archival Format - Compressed file format for DNA/RNA/protein sequences
A golang package and a CLI for manipulating small k-mers (k <= 32) optional with Taxids but without frequency information
Randomly subsample sequencing reads to a specified coverage
memory efficient, fast & precise taxnomomic classification system for metagenomic read mapping
Ultra-fast Multi-threaded FASTQ Demultiplexing
Parse and process FASTA and FASTQ formatted files of biological sequences.
Accelerating the deduplication and collapsing process for reads with Unique Molecular Identifiers (UMI).
Simulate metagenomic short reads from one or more populations.
Validation and manipulation of FASTQ files, scRNA-seq barcode pre-processing and UMI quantification.
Sync paired-end FASTA/Q files and keep singleton reads
Add a description, image, and links to the fastq topic page so that developers can more easily learn about it.
To associate your repository with the fastq topic, visit your repo's landing page and select "manage topics."
Stefan Kurtz reported the following issue over our seqan-dev list:
I followed the description for the Cmake-setup and noticed in the example CMakeList.txt shown at the end of https://docs.seqan.de/seqan/3-master-user/setup.html that compiler optimization options such as -O3 is missing, which will lead to poor performance for users who do not recognize it.
I now use