Function minimap2::splice

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

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

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