FastX-Toolkit
A collection of command line tools for Short-Reads FASTA/FASTQ files preprocessing
FastX-Toolkit requires an environment module
In order to use FastX-Toolkit, you must first load the appropriate environment module:
module load gnu
From the developer's website:
Next-Generation sequencing machines usually produce FASTA or FASTQ files, containing multiple short-reads sequences (possibly with quality information).
The main processing of such FASTA/FASTQ files is mapping (aka aligning) the sequences to reference genomes or other databases using specialized programs. Example of such mapping programs are: Blat, SHRiMP, LastZ, MAQ and many many others.