Skip to content
Snippets Groups Projects
Commit 405b2045 authored by Holly Ruess's avatar Holly Ruess
Browse files

fix errors

parent ae1c1465
Branches
Tags
1 merge request!26Resolve "Annotate peaks"
Pipeline #7104 failed with stages
in 7 hours, 49 minutes, and 12 seconds
......@@ -509,6 +509,7 @@ process consensusPeaks {
output:
file '*.replicated.*' into consensusPeaks
file '*.rejected.*' into rejectedPeaks
file '*.replicated_noblacklist*' optional true into blPeaks
file("design_exQC.tsv") into designExperimentQC
file('version_*.txt') into consensusPeaksVersions
file("design_annotatePeaks.tsv") into designAnnotatePeaks
......
......@@ -18,7 +18,7 @@ def test_annotation_singleend_human():
annotation_file = test_output_path + 'ENCSR265ZXX.chipseeker_annotation.tsv'
assert os.path.exists(annotation_file)
assert utils.count_lines(annotation_file) >= 116163
assert utils.count_lines(annotation_file) >= 116025
@pytest.mark.pairedend_mouse
......
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