combine_pair_from_strs

Function combine_pair_from_strs 

Source
pub fn combine_pair_from_strs(
    tag1: &str,
    seq1: &str,
    qual1: &str,
    tag2: &str,
    seq2: &str,
    qual2: &str,
    params: &CombineParams,
) -> Result<CombineOutcome>