CMD + K

bowtie2-no_tbb

Community

[NOTE: built in NO_TBB=1 mode] Bowtie 2 is an ultrafast and memory-efficient tool for aligning sequencing reads to long reference sequences.

Installation

To install this package, run one of the following:

Conda
$conda install beliveau-lab::bowtie2-no_tbb

Usage Tracking

2.3.5.1
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

From the bowtie2 manual:

Bowtie 2 can be run on many threads. By default, Bowtie 2 uses the Threading Building Blocks library (TBB) for this. If TBB is not available on your system (e.g. make prints an error like tbb/mutex.h: No such file or directory), you can install it yourself from source (see Threading Building Blocks library) or install it using your operating system's preferred package manager. The table below list some of the commands for a few of the more popular operating systems.

If all fails Bowtie 2 can be built with make NO_TBB=1 to use pthreads or Windows native multithreading instead.

This conda package contains a build of bowtie2 that was compiled with the NO_TBB=1 flag, for users that are not able to install the external dependencies.

About

Summary

[NOTE: built in NO_TBB=1 mode] Bowtie 2 is an ultrafast and memory-efficient tool for aligning sequencing reads to long reference sequences.

Last Updated

Apr 21, 2021 at 17:17

License

GPL-3.0-only

Supported Platforms

linux-64