Function minimap2::asm20

source ·
pub fn asm20() -> Aligner
Expand description

Ergonomic function for Aligner. Just to see if people prefer this over the preset() function.

Aligner {
  threads: 8,
 ..asm20()
};