class
Minimap2::AlignerBuilder
- Minimap2::AlignerBuilder
- Reference
- Object
Defined in:
minimap2/builder.crConstant Summary
-
PRESETS =
{ map_ont: "map-ont", map_hifi: "map-hifi", map_pb: "map-pb", splice: "splice", splice_hq: "splice:hq", splice_sr: "splice:sr", asm5: "asm5", asm10: "asm10", asm20: "asm20", sr: "sr", }
Constructors
Instance Method Summary
- #asm10 : self
- #asm20 : self
- #asm5 : self
- #map_hifi : self
- #map_ont : self
- #map_pb : self
- #preset(preset : String) : self
- #splice : self
- #splice_hq : self
- #splice_sr : self
- #sr : self
- #with_cigar : self
- #with_index(path : String, output : String | Nil = nil) : Aligner
- #with_index_threads(threads : Int32) : self