All Projects → billzt → readfq

billzt / readfq

Licence: other
A simple tool to calculate reads number and total base count in FASTQ file

Labels

Projects that are alternatives of or similar to readfq

fastq utils
Validation and manipulation of FASTQ files, scRNA-seq barcode pre-processing and UMI quantification.
Stars: ✭ 25 (+31.58%)
Mutual labels:  ngs, fastq
ngs pipeline
Exome/Capture/RNASeq Pipeline Implementation using snakemake
Stars: ✭ 40 (+110.53%)
Mutual labels:  ngs, fastq
fastq-and-furious
Efficient handling of FASTQ files from Python
Stars: ✭ 49 (+157.89%)
Mutual labels:  ngs, fastq
bin
My bioinfo toolbox
Stars: ✭ 42 (+121.05%)
Mutual labels:  ngs, fastq
ngsLD
Calculation of pairwise Linkage Disequilibrium (LD) under a probabilistic framework
Stars: ✭ 25 (+31.58%)
Mutual labels:  ngs
disq
A library for manipulating bioinformatics sequencing formats in Apache Spark
Stars: ✭ 29 (+52.63%)
Mutual labels:  ngs
ngs-preprocess
A pipeline for preprocessing NGS data from Illumina, Nanopore and PacBio technologies
Stars: ✭ 22 (+15.79%)
Mutual labels:  ngs
nullarbor
💾 📃 "Reads to report" for public health and clinical microbiology
Stars: ✭ 111 (+484.21%)
Mutual labels:  fastq
fuc
Frequently used commands in bioinformatics
Stars: ✭ 23 (+21.05%)
Mutual labels:  fastq
ilus
A handy variant calling pipeline generator for whole genome re-sequencing (WGS) and whole exom sequencing data (WES) analysis. 一个简易且全面的 WGS/WES 分析流程生成器.
Stars: ✭ 64 (+236.84%)
Mutual labels:  ngs
fq
Command line utility for manipulating Illumina-generated FastQ files.
Stars: ✭ 31 (+63.16%)
Mutual labels:  fastq
asap
A scalable bacterial genome assembly, annotation and analysis pipeline
Stars: ✭ 47 (+147.37%)
Mutual labels:  ngs
angsd-wrapper
Utilities for analyzing next generation sequencing data.
Stars: ✭ 13 (-31.58%)
Mutual labels:  ngs
IMPACT-Pipeline
Framework to process and call somatic variation from NGS dataset generated using MSK-IMPACT assay
Stars: ✭ 52 (+173.68%)
Mutual labels:  ngs
needlestack
Multi-sample somatic variant caller
Stars: ✭ 45 (+136.84%)
Mutual labels:  ngs
IARC-nf
List of IARC bioinformatics nextflow pipelines
Stars: ✭ 34 (+78.95%)
Mutual labels:  ngs
STing
Ultrafast sequence typing and gene detection from NGS raw reads
Stars: ✭ 15 (-21.05%)
Mutual labels:  ngs
bio-dockers
🐳 Bio-dockers: dockerized bioinformatic tools
Stars: ✭ 33 (+73.68%)
Mutual labels:  ngs
BWA-MEME
Faster BWA-MEM2 using learned-index
Stars: ✭ 77 (+305.26%)
Mutual labels:  ngs
IsoQuant
Reference-based transcript discovery from long RNA read
Stars: ✭ 26 (+36.84%)
Mutual labels:  ngs
This is a simple tool to calculate reads number and total base count in FASTQ file. Modified from http://lh3lh3.users.sourceforge.net/parsefastq.shtml.

Compile:
gcc -o kseq_fastq_base kseq_fastq_base.c -lz

Usage:
kseq_fastq_base [input.fq]
FASTQ files could be gzipped! ^_^.
The statistic results would be printed on STDOUT.

It could deal with ~4M reads (1G base) in less than 40 seconds, ~50M reads (14G base) in less than 5 minutes!!!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].