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

generate fake B_1.bedse.gz file

parent 01331989
Branches
1 merge request!54Resolve "Single control or experiment fails at call peaks macs"
Pipeline #4373 failed with stages
in 5 seconds
......@@ -63,7 +63,7 @@ def test_check_controls_single(design_experiment_3):
@pytest.mark.unit
def test_single_rep(design_experiment_2):
cwd = os.getcwd()
B_1 = open(cwd + 'B_1.bedse.gz')
B_1 = open(cwd + '/B_1.bedse.gz', "w+")
B_1.close()
single_rep = pool_and_psuedoreplicate.generate_design('false', 1.2, design_experiment_2, cwd, 1, 1)
......
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