.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. .TH RAZERS "1" "June 2017" "razers 2.3.1+dfsg-4" "User Commands" .SH NAME razers \- Fast Read Mapping with Sensitivity Control .PP SYNOPSIS .IP razers [OPTIONS] razers [OPTIONS] .PP DESCRIPTION .IP RazerS is a versatile full\-sensitive read mapper based on a k\-mer counting filter. It supports single and paired\-end mapping, and optimally parametrizes the filter based on a user\-defined minimal sensitivity. See http://www.seqan.de/projects/razers for more information. .IP Input to RazerS is a reference genome file and either one file with single\-end reads or two files containing left or right mates of paired\-end reads. Use \- to read single\-end reads from stdin. .IP (c) Copyright 2009 by David Weese. .PP REQUIRED ARGUMENTS .IP ARGUMENT 0 INPUT_FILE .IP A reference genome file. Valid filetypes are: .sam, .raw, .gbk, \&.frn, .fq, .fna, .ffn, .fastq, .fasta, .faa, .fa, .embl, and .bam. .IP READS List of INPUT_FILE's .IP Either one (single\-end) or two (paired\-end) read files. Valid filetypes are: .sam, .raw, .gbk, .frn, .fq, .fna, .ffn, .fastq, \&.fasta, .faa, .fa, .embl, and .bam. .PP OPTIONS .HP \fB\-h\fR, \fB\-\-help\fR .IP Display the help message. .HP \fB\-\-version\-check\fR BOOL .IP Turn this option off to disable version update notifications of the application. One of 1, ON, TRUE, T, YES, 0, OFF, FALSE, F, and NO. Default: 1. .HP \fB\-\-version\fR .IP Display version information. .IP Main Options: .HP \fB\-f\fR, \fB\-\-forward\fR .IP Map reads only to forward strands. .HP \fB\-r\fR, \fB\-\-reverse\fR .IP Map reads only to reverse strands. .HP \fB\-i\fR, \fB\-\-percent\-identity\fR DOUBLE .IP Percent identity threshold. In range [50..100]. Default: 92. .HP \fB\-rr\fR, \fB\-\-recognition\-rate\fR DOUBLE .IP Percent recognition rate. In range [80..100]. Default: 99. .HP \fB\-pd\fR, \fB\-\-param\-dir\fR STRING .IP Read user\-computed parameter files in the directory . .HP \fB\-id\fR, \fB\-\-indels\fR .IP Allow indels. Default: mismatches only. .HP \fB\-ll\fR, \fB\-\-library\-length\fR INTEGER .IP Paired\-end library length. In range [1..inf]. Default: 220. .HP \fB\-le\fR, \fB\-\-library\-error\fR INTEGER .IP Paired\-end library length tolerance. In range [0..inf]. Default: 50. .HP \fB\-m\fR, \fB\-\-max\-hits\fR INTEGER .IP Output only of the best hits. In range [1..inf]. Default: 100. .HP \fB\-\-unique\fR .IP Output only unique best matches (\fB\-m\fR 1 \fB\-dr\fR 0 \fB\-pa\fR). .HP \fB\-tr\fR, \fB\-\-trim\-reads\fR INTEGER .IP Trim reads to given length. Default: off. In range [14..inf]. .HP \fB\-o\fR, \fB\-\-output\fR OUTPUT_FILE .IP Change output filename (use \- to dump to stdout in razers format). Default: .razers. Valid filetypes are: .razers, .gff, \&.fasta, .fa, and .eland. .HP \fB\-v\fR, \fB\-\-verbose\fR .IP Verbose mode. .HP \fB\-vv\fR, \fB\-\-vverbose\fR .IP Very verbose mode. .IP Output Format Options: .HP \fB\-a\fR, \fB\-\-alignment\fR .IP Dump the alignment for each match (only razer or fasta format). .HP \fB\-pa\fR, \fB\-\-purge\-ambiguous\fR .IP Purge reads with more than best matches. .HP \fB\-dr\fR, \fB\-\-distance\-range\fR INTEGER .IP Only consider matches with at most NUM more errors compared to the best. Default: output all. .HP \fB\-gn\fR, \fB\-\-genome\-naming\fR INTEGER .IP Select how genomes are named (see Naming section below). In range [0..1]. Default: 0. .HP \fB\-rn\fR, \fB\-\-read\-naming\fR INTEGER .IP Select how reads are named (see Naming section below). In range [0..2]. Default: 0. .HP \fB\-so\fR, \fB\-\-sort\-order\fR INTEGER .IP Select how matches are sorted (see Sorting section below). In range [0..1]. Default: 0. .HP \fB\-pf\fR, \fB\-\-position\-format\fR INTEGER .IP Select begin/end position numbering (see Coordinate section below). In range [0..1]. Default: 0. .IP Filtration Options: .HP \fB\-s\fR, \fB\-\-shape\fR STRING .IP Manually set k\-mer shape. Default: 11111111111. .HP \fB\-t\fR, \fB\-\-threshold\fR INTEGER .IP Manually set minimum k\-mer count threshold. In range [1..inf]. .HP \fB\-oc\fR, \fB\-\-overabundance\-cut\fR INTEGER .IP Set k\-mer overabundance cut ratio. In range [0..1]. .HP \fB\-rl\fR, \fB\-\-repeat\-length\fR INTEGER .IP Skip simple\-repeats of length . In range [1..inf]. Default: 1000. .HP \fB\-tl\fR, \fB\-\-taboo\-length\fR INTEGER .IP Set taboo length. In range [1..inf]. Default: 1. .HP \fB\-lm\fR, \fB\-\-low\-memory\fR .IP Decrease memory usage at the expense of runtime. .IP Verification Options: .HP \fB\-mN\fR, \fB\-\-match\-N\fR .IP N matches all other characters. Default: N matches nothing. .HP \fB\-ed\fR, \fB\-\-error\-distr\fR STRING .IP Write error distribution to FILE. .HP \fB\-mcl\fR, \fB\-\-min\-clipped\-len\fR INTEGER .IP Set minimal read length for read clipping. In range [0..inf]. Default: 0. .HP \fB\-qih\fR, \fB\-\-quality\-in\-header\fR .IP Quality string in fasta header. .PP FORMATS, NAMING, SORTING, AND COORDINATE SCHEMES .IP RazerS supports various output formats. The output format is detected automatically from the file name suffix. .IP \&.razers .IP Razer format .IP \&.fa, .fasta .IP Enhanced Fasta format .IP \&.eland .IP Eland format .TP \&.gff GFF format .IP By default, reads and contigs are referred by their Fasta ids given in the input files. With the \fB\-gn\fR and \fB\-rn\fR options this behaviour can be changed: .TP 0 Use Fasta id. .TP 1 Enumerate beginning with 1. .TP 2 Use the read sequence (only for short reads!). .IP The way matches are sorted in the output file can be changed with the \fB\-so\fR option for the following formats: razer, fasta, sam, and amos. Primary and secondary sort keys are: .TP 0 1. read number, 2. genome position .TP 1 1. genome position, 2. read number .IP The coordinate space used for begin and end positions can be changed with the \fB\-pf\fR option for the razer and fasta formats: .TP 0 Gap space. Gaps between characters are counted from 0. .TP 1 Position space. Characters are counted from 1. .PP EXAMPLES .IP razers example/genome.fa example/reads.fa \fB\-id\fR \fB\-a\fR \fB\-mN\fR \fB\-v\fR .IP Map single\-end reads with 4% error rate, indels, and output the alignments. Ns are considered to match everything. .IP razers example/genome.fa example/reads.fa example/reads2.fa \fB\-id\fR \fB\-mN\fR .IP Map paired\-end reads with up to 4% errors, indels, and output concordantly mapped pairs within default library size. Ns are considered to match everything. .PP VERSION .IP Last update: razers version: 1.5.6 [tarball] SeqAn version: 2.3.1