Module parse

Module parse 

Source

Structs§

RawSequenceRead
A struct to hold the raw sequencing information and transform it if there are sequencing errors
SequenceMatchResult
A struct to hold the results of the regex search on the sequence along with perform the functions to fix and find
SequenceParser
SharedMutData

Functions§

fix_error
Fix an error in a sequence by comparing it to all possible sequences. If no sequence matches with fewer or equal to the number of mismatches ‘None’ is returned. ‘None’ is also returned if two or more sequences are best matches. Will work with vec and hashset