Scroll to navigation

BOWTIE2-BUILD(1) User Commands BOWTIE2-BUILD(1)

NAME

bowtie2-build - wrapper for bowtie2-build-*

SYNOPSIS

bowtie2-build [options]* <reference_in> <bt2_index_base>

DESCRIPTION

comma-separated list of files with ref sequences
write bt2 data to files with this dir/basename

*** Bowtie 2 indexes will work with Bowtie v1.2.3 and later. ***

OPTIONS

-f reference files are Fasta (default)

reference sequences given on cmd line (as <reference_in>)
force generated index to be 'large', even if ref has fewer than 4 billion nucleotides
use the debug binary; slower, assertions enabled
log the issued command
disable automatic -p/--bmax/--dcv memory-fitting
use packed strings internally; slower, less memory
max bucket sz for blockwise suffix-array builder
max bucket sz as divisor of ref len (default: 4)
diff-cover period for blockwise (default: 1024)
disable diff-cover (algorithm becomes quadratic)
don't build .3/.4 index files
-3/--justref
just build .3/.4 index files
SA is sampled every 2^<int> BWT chars (default: 5)
# of chars consumed in initial lookup (default: 10)
# of threads
seed for random number generator
verbose output (for debugging)
print this message and quit
print version information and quit
February 2023 bowtie2-build 2.5.0