[][src]Function fmlrc::read_correction::correction_job

pub fn correction_job(
    arc_bwt: Arc<BitVectorBWT>,
    long_read: LongReadFA,
    arc_params: Arc<CorrectionParameters>
) -> CorrectionResults

This will run a correction "job" on a single long read using a shared BWT resource.

Argument

  • arc_bwt - the shared BitVectorBWT resource
  • long_read - the read to correct
  • arc_params - the shared parameters to use for performing the correction