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

Error Check Update Path Name for paired-end

parent 44edba97
Branches
Tags
No related merge requests found
......@@ -39,4 +39,4 @@ def test_limited_peaks_pairedend():
def test_motif_search_pairedend():
assert os.path.exists(os.path.join(test_output_path, 'ENCSR729LGA_memechip', 'ENCSR729LGA.fa'))
assert os.path.exists(os.path.join(test_output_path, 'ENCSR729LGA_memechip', 'index.html'))
assert os.path.getsize(os.path.join(test_output_path, 'ENCSR238SGC_memechip', 'ENCSR729LGA.fa')) > 0
assert os.path.getsize(os.path.join(test_output_path, 'ENCSR729LGA_memechip', 'ENCSR729LGA.fa')) > 0
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