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

Make test more generic.

parent b3b80117
1 merge request!46Resolve "Astrocyte Bug Fixes"
This commit is part of merge request !46. Comments created here will be created in the context of that merge request.
......@@ -24,7 +24,7 @@ def test_upsetplot_singleend():
def test_annotation_singleend():
annotation_file = test_output_path + 'ENCSR238SGC.chipseeker_annotation.tsv'
assert os.path.exists(annotation_file)
assert utils.count_lines(annotation_file) == 149284
assert utils.count_lines(annotation_file) >= 149284
@pytest.mark.pairedend
......
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