Language

Package: bowtie @ 2.3.4.3

Synopsis

Fast and sensitive nucleotide sequence read aligner

Description

Bowtie 2 is a fast and memory-efficient tool for aligning sequencing reads to long reference sequences. It is particularly good at aligning reads of about 50 up to 100s or 1,000s of characters, and particularly good at aligning to relatively long (e.g. mammalian) genomes. Bowtie 2 indexes the genome with an FM Index to keep its memory footprint small: for the human genome, its memory footprint is typically around 3.2 GB. Bowtie 2 supports gapped, local, and paired-end alignment modes.

Home page
http://bowtie-bio.sourceforge.net/bowtie2/index.shtml
Location
gnu/packages/bioinformatics.scm (line: 1957, column: 2)
License

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'python' does not match package name 'python-wrapper'
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?