Skip to content
Snippets Groups Projects

Update tests and import of yaml.

Merged Venkat Malladi requested to merge 34-yaml_reader_fix into master
Compare and
4 files
+ 4
2
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) == 152255
assert utils.count_lines(annotation_file) == 149284
@pytest.mark.pairedend