Skip to content
Snippets Groups Projects

Resolve "Astrocyte Bug Fixes"

Merged Venkat Malladi requested to merge 52-outstading-bugs into master
Viewing commit 051d31fa
Show latest version
1 file
+ 1
1
Preferences
File browser
Compare changes
@@ -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