Skip to content

Files

Latest commit

927d6e9 · Jan 30, 2024

History

History
This branch is 31 commits ahead of, 139 commits behind StaPH-B/docker-builds:master.

2.6.1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 30, 2024
Jan 30, 2024

SeqKit container

Main tool : SeqKit

SeqKit is a cross-platform and ultrafast toolkit for FASTA/Q file manipulation.

Citation:

W Shen, S Le, Y Li*, F Hu*. SeqKit: a cross-platform and ultrafast toolkit for FASTA/Q file manipulation. PLOS ONE. doi:10.1371/journal.pone.0163962.

Example Usage

# get simple statistics from FASTA/Q files

seqkit stats <file name(s)>

# or with flags

seqkit stats --all --tabular <file name(s)>

# conversion from FASTA to FASTQ

seqkit fa2fq <file name(s)>