1BOWTIE2-BUILD(1)                 User Commands                BOWTIE2-BUILD(1)
2
3
4

NAME

6       bowtie2-build - manual page for bowtie2-build 2.4.1
7

SYNOPSIS

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

DESCRIPTION

12       Bowtie   2   version   2.4.1   by   Ben  Langmead  (langmea@cs.jhu.edu,
13       www.cs.jhu.edu/~langmea)
14
15       reference_in
16              comma-separated list of files with ref sequences
17
18       bt2_index_base
19              write bt2 data to files with this dir/basename
20
21       *** Bowtie 2 indexes work only with v2 (not v1).  Likewise for  v1  in‐
22       dexes. *** Options:
23
24       -f     reference files are Fasta (default)
25
26       -c     reference sequences given on cmd line (as <reference_in>)
27
28       --large-index
29              force  generated index to be 'large', even if ref has fewer than
30              4 billion nucleotides
31
32       --debug
33              use the debug binary; slower, assertions enabled
34
35       --sanitized
36              use sanitized binary; slower, uses ASan and/or UBSan
37
38       --verbose
39              log the issued command
40
41       -a/--noauto
42              disable automatic -p/--bmax/--dcv memory-fitting
43
44       -p/--packed
45              use packed strings internally; slower, less memory
46
47       --bmax <int>
48              max bucket sz for blockwise suffix-array builder
49
50       --bmaxdivn <int>
51              max bucket sz as divisor of ref len (default: 4)
52
53       --dcv <int>
54              diff-cover period for blockwise (default: 1024)
55
56       --nodc disable diff-cover (algorithm becomes quadratic)
57
58       -r/--noref
59              don't build .3/.4 index files
60
61       -3/--justref
62              just build .3/.4 index files
63
64       -o/--offrate <int>
65              SA is sampled every 2^<int> BWT chars (default: 5)
66
67       -t/--ftabchars <int>
68              # of chars consumed in initial lookup (default: 10)
69
70       --threads <int>
71              # of threads
72
73       --seed <int>
74              seed for random number generator
75
76       -q/--quiet
77              verbose output (for debugging)
78
79       -h/--help
80              print detailed description of tool and its options
81
82       --usage
83              print this usage message
84
85       --version
86              print version information and quit
87
88
89
90bowtie2-build 2.4.1              January 2021                 BOWTIE2-BUILD(1)
Impressum