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

Update file location

parent e5f96dbf
Branches
1 merge request!54Resolve "Single control or experiment fails at call peaks macs"
Pipeline #4382 failed with stages
in 5 seconds
......@@ -7,6 +7,8 @@ import os
import pool_and_psuedoreplicate
import shutil
test_design_path = os.path.dirname(os.path.abspath(__file__)) + \
'/../../test_data/'
test_output_path = os.path.dirname(os.path.abspath(__file__)) + \
'/../output/design/'
......@@ -63,7 +65,7 @@ def test_check_controls_single(design_experiment_3):
@pytest.mark.unit
def test_single_rep(design_experiment_2):
cwd = os.getcwd()
shutil.copy(test_output_path + '../../../test_data/B_1.bedse.gz', cwd)
shutil.copy(test_design_path + 'B_1.bedse.gz', cwd)
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