sourmash 0.22.0

tools for comparing biological sequences with k-mer sketches
Documentation
1
2
3
4
5
6
7
8
#![cfg(all(target_arch = "wasm32", target_os = "unknown"))]

use wasm_bindgen_test::*;

#[wasm_bindgen_test]
fn pass() {
    assert_eq!(1, 1);
}