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

Fix test data.

parent 4c48db63
No related merge requests found
Pipeline #2246 failed with stages
in 9 seconds
......@@ -15,9 +15,9 @@ def steps():
@pytest.fixture
def steps_1(steps):
design_file = "test_data/design_ENCSR238SGC_SE.txt"
design_file = "test_data/design_ENCSR265ZXX_SE.txt"
step = [
"grep H3K4me1 %s " % (design_file)]
"grep A549 %s " % (design_file)]
return step
......
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