-
Updated
Jul 21, 2020 - C++
#
fastq
Here are 146 public repositories matching this topic...
An ultra-fast all-in-one FASTQ preprocessor (QC/adapters/trimming/filtering/splitting/merging...)
adapter
quality
bioinformatics
quality-control
filter
ngs
sequencing
overlap
splitting
duplication
umi
trimming
overlapping
preprocessing
filtering
illumina
fastq
merging
qc
polyg
A cross-platform and ultrafast toolkit for FASTA/Q file manipulation in Golang
-
Updated
Aug 8, 2020 - Go
Versatile open-source tool for microbiome analysis
search
bioinformatics
clustering
metagenomics
chimera
fasta
microbiome
fastq
metabarcoding
amplicon
sequence-alignment
-
Updated
Aug 4, 2020 - C++
Automatic Filtering, Trimming, Error Removing and Quality Control for fastq data
bioinformatics
quality-control
ngs
sequencing
overlap
error
trimming
filtering
fastq
qc
adapter-trimming
-
Updated
May 14, 2020 - Python
zUMIs: A fast and flexible pipeline to process RNA sequencing data with UMIs
-
Updated
Aug 14, 2020 - R
Viral genomics analysis pipelines
genomics
genome
variant-calling
bam
genome-sequencing
illumina
fastq
genome-assembly
variant-annotations
viral-ngs
viral
-
Updated
May 20, 2020 - Python
An efficient FASTQ manipulation suite
-
Updated
Jan 27, 2020 - C
Detect and visualize target mutations by scanning FastQ files directly
-
Updated
Jan 21, 2020 - C
unode
commented
Feb 28, 2019
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
-
Updated
May 29, 2018 - Python
FastQC port to Qt5: A quality control tool for high throughput sequence data.
-
Updated
Aug 4, 2020 - C++
public-health
report
variant-calling
bacteria
fastq
phylogenomics
denovo-assembly
genotyping
resistome
virulome
-
Updated
Aug 3, 2020 - Perl
My bioinfo toolbox
-
Updated
Jul 29, 2020 - Python
Nucleotide Archival Format - Compressed file format for DNA/RNA/protein sequences
-
Updated
Apr 8, 2020 - C
A golang package and a CLI for manipulating small k-mers (k <= 32) optional with Taxids but without frequency information
-
Updated
Aug 11, 2020 - Go
Randomly subsample sequencing reads to a specified coverage
-
Updated
Jun 26, 2020 - Rust
memory efficient, fast & precise taxnomomic classification system for metagenomic read mapping
bioinformatics
genome
taxonomy
metagenomics
classification
fasta
fastq
metagenomes
dna-sequences
short-read-mapper
read-mapping
metagenomic-analysis
metagenomic-classification
genomic-data-analysis
bioinformatics-algorithms
long-reads
metagenomic-data
refseq
ncbi-refseq
bioinformatics-tool
-
Updated
Mar 31, 2020 - C++
Ultra-fast Multi-threaded FASTQ Demultiplexing
-
Updated
Jul 28, 2018 - C
Parse and process FASTA and FASTQ formatted files of biological sequences.
parsing
julia
bio
file-format
fasta
fastq-format
fastq
fastq-files
fasta-format
biojulia
fasta-files
-
Updated
Aug 16, 2020 - Julia
Accelerating the deduplication and collapsing process for reads with Unique Molecular Identifiers (UMI).
java
data-structures
fastq
deduplication
string-search
string-similarity
hamming
unique-molecular-identifiers
-
Updated
Oct 10, 2019 - Java
Simulate metagenomic short reads from one or more populations.
-
Updated
Jun 7, 2020 - Python
-
Updated
Mar 21, 2020 - Rust
Validation and manipulation of FASTQ files, scRNA-seq barcode pre-processing and UMI quantification.
validation
ngs
sequencing
scrna-seq
umi
single-cell
fastq
high-throughput-sequencing
barcodes
10x
drop-seq
fastq-files
dge
umi-count
fastq-filterpair
digital-gene-expression
fastq-validation
-
Updated
Jul 27, 2020 - C
Sync paired-end FASTA/Q files and keep singleton reads
-
Updated
Mar 7, 2017 - Perl
Improve this page
Add a description, image, and links to the fastq topic page so that developers can more easily learn about it.
Add this topic to your repo
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