How to Install fastaq in Ubuntu 18.04



Install fastaq by entering the following commands in the terminal:

sudo apt update
sudo apt install fastaq

Description:

FASTA and FASTQ file manipulation tools

Fastaq represents a diverse collection of scripts that perform useful and common FASTA/FASTQ manipulation tasks, such as filtering, merging, splitting, sorting, trimming, search/replace, etc. Input and output files can be gzipped (format is automatically detected) and individual Fastaq commands can be piped together.

Homepage: https://github.com/sanger-pathogens/Fastaq

Version: 3.17.0-1

Section: universe/science