mirror of
https://codeberg.org/JasterV/sarscov-hierarchy.git
synced 2026-04-27 02:15:45 +00:00
Update lib.rs
This commit is contained in:
parent
ed2bf3824e
commit
46d94443c6
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ pub fn par_compare(v: Vec<(&str, &str)>, map: HashMap<&str, &str>, num_threads:
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Performs global sequence alignment of two `&str` using the Needleman-Wunsch classic algorithm.
|
/// Performs global sequence alignment of two `&str` using the Needleman-Wunsch classic algorithm.
|
||||||
/// The returning value is the distances between the 2 samples, computed considering a MATCH a value
|
/// Returns the distances between the 2 samples, computed considering a MATCH a value
|
||||||
/// of distance 0, a GAP distance of 2 and a MISMATCH distance of 1.
|
/// of distance 0, a GAP distance of 2 and a MISMATCH distance of 1.
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue