Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
chipseq_analysis
Manage
Activity
Members
Labels
Plan
Issues
19
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
BICF
Astrocyte
chipseq_analysis
Merge requests
!18
Resolve "Add in current chip-analysis functionality."
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Add in current chip-analysis functionality."
15_Annotation_diff_bind
into
master
Overview
0
Commits
81
Pipelines
1
Changes
27
Merged
Venkat Malladi
requested to merge
15_Annotation_diff_bind
into
master
6 years ago
Overview
0
Commits
81
Pipelines
1
Changes
4
Expand
Closes
#15 (closed)
Edited
6 years ago
by
Venkat Malladi
0
0
Merge request reports
Viewing commit
e3a0a043
Prev
Next
Show latest version
4 files
+
13
−
7
Expand all files
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
Search (e.g. *.vue) (Ctrl+P)
e3a0a043
Add in paired end tests for calling peaks.
· e3a0a043
Venkat Malladi
authored
6 years ago
workflow/tests/test_call_peaks_macs.py
+
4
−
2
Options
@@ -18,5 +18,7 @@ def test_call_peaks_macs_singleend():
@pytest.mark.integration
def
test_call_peaks_macs_pairedend
():
# Do the same thing for paired end data
pass
assert
os
.
path
.
exists
(
os
.
path
.
join
(
test_output_path
,
'
ENCLB568IYX.fc_signal.bw
'
))
assert
os
.
path
.
exists
(
os
.
path
.
join
(
test_output_path
,
'
ENCLB568IYX.pvalue_signal.bw
'
))
peak_file
=
test_output_path
+
'
ENCLB568IYX_peaks.narrowPeak
'
assert
utils
.
count_lines
(
peak_file
)
==
112652