Skip to content
Sebastian Benjamin edited this page Sep 20, 2021 · 8 revisions

Overview of nimble

nimble is a fast, accurate, and configurable RNA sequence aligner that executes lightweight alignments on arbitrary reference libraries. It uses pseudo-alignment to rapidly generate supplemental calls to complement a data pipeline's primary alignment. It does this with low overhead, making it possible to run supplemental alignments on any machine.

The nimble workflow involves three steps:

  1. Generate a nimble library from .fasta or .csv data, which can contain arbitrary metadata for use further down the pipeline
  2. Align a nimble library to single or double-paired .fastq data, or a 10x .bam file
  3. Filter the alignment output with a suite of post-processing algorithms

Getting Started

Config and Options

Specifications

Other Links

Clone this wiki locally