Skip to content

Commit

Permalink
test wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Jun 4, 2024
1 parent 2fe7f0d commit 4baa2ff
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/test_anglerfish/test_demux/test_demux.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,17 @@ def test_parse_paf_lines(tmp_demux_path):
}

assert paf_lines_complex == expected_complex


def test_parse_cd(tmp_demux_path):
paf_path = tmp_demux_path / "test.paf"
paf_lines_simple = to_test.parse_paf_lines(paf_path)

cs = to_test.parse_cs(
cs_string=paf_lines_simple["truseq-read_10_C-index_5G"][1]["cs"],
index="GGGGG",
umi_before=0,
umi_after=0,
)

#TODO: Finish this test

0 comments on commit 4baa2ff

Please sign in to comment.