1BOWTIE2-INSPECT(1) User Commands BOWTIE2-INSPECT(1)
2
3
4
6 bowtie2-inspect - manual page for bowtie2-inspect 2.5.1
7
9 bowtie2-inspect [options]* <bt2_base>
10
12 Bowtie 2 version 2.5.1 by Ben Langmead (langmea@cs.jhu.edu,
13 www.cs.jhu.edu/~langmea)
14
15 <bt2_base>
16 bt2 filename minus trailing .1.bt2/.2.bt2
17
18 By default, prints FASTA records of the indexed nucleotide se‐
19 quences to standard out. With -n, just prints names. With -s,
20 just prints a summary of the index parameters and sequences.
21
23 --large-index
24 force inspection of the 'large' index, even if a 'small' one is
25 present.
26
27 --debug
28 use the debug binary; slower, assertions enabled
29
30 --sanitized
31 use sanitized binary; slower, uses ASan and/or UBSan
32
33 --verbose
34 log the issued command
35
36 -a/--across <int>
37 Number of characters across in FASTA output (default: 60)
38
39 -n/--names
40 Print reference sequence names only
41
42 -s/--summary
43 Print summary incl. ref names, lengths, index properties
44
45 -o/--output
46 Save output to filename (default stdout)
47
48 -v/--verbose
49 Verbose output (for debugging)
50
51 -h/--help
52 print this and message quit
53
54
55
56bowtie2-inspect 2.5.1 July 2023 BOWTIE2-INSPECT(1)