User Tools

Site Tools


seqtk-software

Table of Contents

seqtk

Seqtk is a fast and lightweight tool for processing sequences in the FASTA or FASTQ format.

Information

Usage

See versions of seqtk which are available:

$ module avail seqtk

Load one version into your environment and run it:

$ module load seqtk/1.3
$ seqtk

Installation

Notes from the sysadmin during installation:

$ cd /tmp
$ wget https://github.com/lh3/seqtk/archive/v1.3.tar.gz
$ tar xf v1.3.tar.gz
$ cd seqtk-1.3
$ scl enable devtoolset-7 bash
$ make
$ sudo mkdir -p /export/apps/seqtk/1.3/bin
$ sudo cp seqtk /export/apps/seqtk/1.3/bin
seqtk-software.txt · Last modified: 2019/10/25 12:33 by aorth