NGMLR(1) | User Commands | NGMLR(1) |
ngmlr - CoNvex Gap-cost alignMents for Long Reads
ngmlr [options] -r <reference> -q <reads> [-o <output>]
Ngmlr is a long-read mapper designed to sensitively align PacBilo or Oxford Nanopore to (large) reference genomes. It was designed to quickly and correctly align the reads, including those spanning (complex) structural variations. Ngmlr uses an SV aware k-mer search to find approximate mapping locations for a read and then a banded Smith- Waterman alignment algorithm to compute the final alignment. Ngmlr uses a convex gap cost model that penalizes gap extensions for longer gaps less than for shorter ones to compute precise alignments.
-r <file>, --reference <file>
-q <file>, --query <file>
-o <string>, --output <string>
--skip-write
--bam-fix
--rg-id <string>
--rg-sm <string>
--rg-lb <string>
--rg-pl <string>
--rg-ds <string>
--rg-dt <string>
--rg-pu <string>
--rg-pi <string>
--rg-pg <string>
--rg-cn <string>
--rg-fo <string>
--rg-ks <string>
-t <int>, --threads <int>
-x <pacbio, ont>, --presets <pacbio, ont>
-i <0-1>, --min-identity <0-1>
-R <int/float>, --min-residues <int/float>
--no-smallinv
--no-lowqualitysplit
--verbose
--no-progress
--match <float>
--mismatch <float>
--gap-open <float>
--gap-extend-max <float>
--gap-extend-min <float>
--gap-decay <float>
-k <10-15>, --kmer-length <10-15>
--kmer-skip <int>
--bin-size <int>
--max-segments <int>
--subread-length <int>
--subread-corridor <int>
This manpage was written by Nilesh Patra for the Debian
distribution and
can be used for any other usage of the program.
June 2020 | ngmlr 0.2.7 |