lh3 / seqtk

Toolkit for processing sequences in FASTA/Q formats
MIT License
1.39k stars 307 forks source link
bioinformatics sequence-analysis

Introduction

Seqtk is a fast and lightweight tool for processing sequences in the FASTA or FASTQ format. It seamlessly parses both FASTA and FASTQ files which can also be optionally compressed by gzip. To install seqtk,

git clone https://github.com/lh3/seqtk.git;
cd seqtk; make

The only library dependency is zlib.

Seqtk Examples