Skip to content
Snippets Groups Projects

Resolve "Use SampleIds/ Experiment Id as file names throughtout pipeline"

Merged Venkat Malladi requested to merge 23-rename_output into master
Viewing commit 89340f9c
Show latest version
6 files
+ 15
15
Preferences
File browser
Compare changes
@@ -16,7 +16,7 @@ def test_annotate_peaks_singleend():
assert os.path.exists(os.path.join(test_output_path, 'ENCSR238SGC.chipseeker_upsetplot.pdf'))
annotation_file = test_output_path + 'ENCSR238SGC.chipseeker_annotation.tsv'
assert os.path.exists(annotation_file)
assert utils.count_lines(annotation_file) == 152840
assert utils.count_lines(annotation_file) == 149820
@pytest.mark.pairedend
@@ -25,4 +25,4 @@ def test_annotate_peaks_pairedend():
assert os.path.exists(os.path.join(test_output_path, 'ENCSR729LGA.chipseeker_upsetplot.pdf'))
annotation_file = test_output_path + 'ENCSR729LGA.chipseeker_annotation.tsv'
assert os.path.exists(annotation_file)
assert utils.count_lines(annotation_file) == 25391
assert utils.count_lines(annotation_file) == 25579