This package browser is in early development. Mind the rough edges.

fastx-toolkit

Tools for FASTA/FASTQ file preprocessing

The FASTX-Toolkit is a collection of command line tools for Short-Reads FASTA/FASTQ files preprocessing.

Next-Generation sequencing machines usually produce FASTA or FASTQ files, containing multiple short-reads sequences. The main processing of such FASTA/FASTQ files is mapping the sequences to reference genomes. However, it is sometimes more productive to preprocess the files before mapping the sequences to the genome---manipulating the sequences to produce better mapping results. The FASTX-Toolkit tools perform some of these preprocessing tasks.

Installation

Install the latest version of fastx-toolkit as follows:

guix install fastx-toolkit

Or install a particular version:

guix install fastx-toolkit@0.0.14

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of fastx-toolkit about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/fastx-toolkit'><img src='https://packages.guix.gnu.org/packages/fastx-toolkit/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/fastx-toolkit/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/fastx-toolkit)

Example Org:

[[https://packages.guix.gnu.org/packages/fastx-toolkit][https://packages.guix.gnu.org/packages/fastx-toolkit/badges/latest-version.svg]]