wham - Wisconsin's High-Throughput Alignment Method
- wham [options]* {<readfile> | -1 <m1file> -2
<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
- -l <int>
- use first <int> bases in each read
- -k <int>
- report up to <int> valid alignemtns per read (default: 1).
- -a/--all
- report all valid alignments per read.
- --best
- reprot valid alignments in a sorted order of quality.
- -m <int>
- discard reads with more than <int> valid alignmetns.
- -t <int>
- specify the number of threads
- --nocat
- do not concatenate results from various threads
- --step
<int>
- specify the number of indexes that fit into memory.
This manpage was written by Nilesh Patra for the Debian
distribution and
can be used for any other usage of the program.