Skip to content
Snippets Groups Projects
Commit e8746395 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Update testing to check 0 value.

parent 4dae1632
Branches
Tags
1 merge request!63Resolve "Single Rep Pool and Pseudo"
Pipeline #6193 failed with stages
in 5 seconds
......@@ -85,7 +85,7 @@ def test_single_control(design_experiment_3):
shutil.copy(test_design_path + 'B_1.bedpe.gz', cwd)
shutil.copy(test_design_path + 'A_1.tagAlign.gz', cwd)
single_control = pool_and_psuedoreplicate.generate_design('true', 1.2, design_experiment_3, cwd, 1, 1)
assert 'B_1.tagAlign.gz' in single_control['control_tag_align'].unique()[1]
assert 'B_1.tagAlign.gz' in single_control['control_tag_align'].unique()[0]
@pytest.mark.singleend
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment