File: wham.1

package info (click to toggle)
wham-align 0.1.5-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 892 kB
  • sloc: cpp: 8,769; sh: 76; makefile: 52
file content (82 lines) | stat: -rw-r--r-- 2,337 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.16.
.TH WHAM "1" "February 2021" "wham 0.1.5" "User Commands"
.SH NAME
wham \- Wisconsin's High-Throughput Alignment Method
.SH DESCRIPTION
.SS "Usage:"
.IP
wham [options]* {<readfile> | \fB\-1\fR <m1file> \fB\-2\fR <m2file>} <basepath> <output>
<readfile>         comma\-separated list of files containing unpaired reads
<m1file>           comma\-separated list of files containing upstream mates
<m2file>           comma\-separated list of files containing downstream mates
<basepath>         write wham data to files with this dir/basename
<output>           file to write alignments to
.SS "Input options:"
.TP
\fB\-l\fR <int>
use first <int> bases in each read
.SS "Alignment options:"
.TP
\fB\-v\fR <int>
specify the max number of errors in a reported alignment.
.TP
\fB\-g\fR/\-\-gap <int>
specify the max number of gaps in a reported alignment.
.TP
\fB\-e\fR/\-\-maqerr <int>
max sum of mismatch quals across alignment
.TP
\fB\-\-nofw\fR/\-\-norc
do not align to forward/reverse\-complement ref strand
.TP
\fB\-\-nofr\fR/\-\-norf
do not align to mate1/mate2 strand: fw/rev, rev/fw.
.TP
\fB\-I\fR/\-\-minins <int>
minimum insert size for paired\-end alignment (default: 0).
.TP
\fB\-X\fR/\-\-maxins <int>
maximum insert size for paired\-end alignment (default: 250).
.SS "Reporting options:"
.TP
\fB\-k\fR <int>
report up to <int> valid alignemtns per read (default: 1).
.TP
\fB\-a\fR/\-\-all
report all valid alignments per read.
.TP
\fB\-\-best\fR
reprot valid alignments in a sorted order of quality.
.TP
\fB\-m\fR <int>
discard reads with more than <int> valid alignmetns.
.SS "Output options:"
.TP
\fB\-S\fR/\-\-sam
write alignment in SAM format
.TP
\fB\-\-al\fR <fname>
write aligned reads/pairs to file(s) <fname>
.TP
\fB\-\-un\fR <fname>
write unaligned reads/pairs to file(s) <fname>
.SS "Performance options:"
.TP
\fB\-t\fR <int>
specify the number of threads
.TP
\fB\-\-nocat\fR
do not concatenate results from various threads
.TP
\fB\-\-step\fR <int>
specify the number of indexes that fit into memory.
.SS "Other options:"
.TP
\fB\-\-version\fR
print version information
.TP
\fB\-h\fR/\-\-help
print this usage message
.SH AUTHOR
 This manpage was written by Nilesh Patra for the Debian distribution and
 can be used for any other usage of the program.