Skip to content
Snippets Groups Projects
Commit e9fae142 authored by Jeremy Mathews's avatar Jeremy Mathews
Browse files

fix syntax in test

parent 0158a2a0
Branches
Tags
1 merge request!54Resolve "Single control or experiment fails at call peaks macs"
Pipeline #4341 failed with stages
in 18 seconds
......@@ -61,7 +61,7 @@ def test_check_controls_single(design_experiment_3):
@pytest.mark.unit
def test_generate_design(design_experiment_2)
def test_generate_design(design_experiment_2):
control_df = pool_and_psuedoreplicate.get_read_count_ratio(design_experiment_2)
control_files = design_experiment_2.control_tag_align.unique()
pool_control = pool_and_psuedoreplicate.pool(control_files, "pool_control", true)
......
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