Пример #1
0
def test_read_network_csv():
    """Read haplotype network from my csv format."""
    assert read_network_csv(CSV_FILEPATH) is not None
Пример #2
0
def test_network_haplotypes():
    """Extract haplotypes from a network."""
    g = read_network_csv(CSV_FILEPATH)
    assert network_haplotypes(g) is not None