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

Assert paired end files exist.

parent 58b92f5d
No related merge requests found
......@@ -15,6 +15,5 @@ def test_convert_reads_singleend():
@pytest.mark.integration
def test_map_qc_pairedend():
# Do the same thing for paired end data
# Also check that bedpe exists
pass
assert os.path.exists(os.path.join(test_output_path, 'ENCFF293YFE_val_2ENCFF330MCZ_val_1.filt.nodup.tagAlign.gz'))
assert os.path.exists(os.path.join(test_output_path, 'ENCFF293YFE_val_2ENCFF330MCZ_val_1.filt.nodup.bedpe.gz'))
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