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

add assert of new test

parent e9fa82db
Branches
Tags
1 merge request!54Resolve "Single control or experiment fails at call peaks macs"
Pipeline #4409 failed with stages
in 5 seconds
...@@ -70,8 +70,7 @@ def test_single_rep(design_experiment_2): ...@@ -70,8 +70,7 @@ def test_single_rep(design_experiment_2):
shutil.copy(test_design_path + 'A_1.tagAlign.gz', cwd) shutil.copy(test_design_path + 'A_1.tagAlign.gz', cwd)
shutil.copy(test_design_path + 'B_1.tagAlign.gz', cwd) shutil.copy(test_design_path + 'B_1.tagAlign.gz', cwd)
single_rep = pool_and_psuedoreplicate.generate_design('false', 1.2, design_experiment_2, cwd, 1, 1) single_rep = pool_and_psuedoreplicate.generate_design('false', 1.2, design_experiment_2, cwd, 1, 1)
design_df = pd.read_csv(single_rep, sep="\t") assert single_rep.shape[0] == 5
assert design_df.shape[0] == 5
@pytest.mark.singleend @pytest.mark.singleend
def test_pool_and_psuedoreplicate_singleend(): def test_pool_and_psuedoreplicate_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