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
1 merge request!49Fix fasta file refernce and add check for correct genome version
Pipeline #4029 passed with stages
in 14 hours, 26 minutes, and 30 seconds
......@@ -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