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
!21
Resolve "skip motif search and diff bind"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "skip motif search and diff bind"
31-skip_steps
into
master
Overview
0
Commits
8
Pipelines
5
Changes
5
Merged
Venkat Malladi
requested to merge
31-skip_steps
into
master
6 years ago
Overview
0
Commits
8
Pipelines
5
Changes
5
Expand
Closes
#31 (closed)
0
0
Merge request reports
Compare
master
version 5
ec22feba
6 years ago
version 4
65749462
6 years ago
version 3
5c720694
6 years ago
version 2
a8684f42
6 years ago
version 1
a8684f42
6 years ago
master (base)
and
latest version
latest version
82a4e5a5
8 commits,
6 years ago
version 5
ec22feba
7 commits,
6 years ago
version 4
65749462
5 commits,
6 years ago
version 3
5c720694
4 commits,
6 years ago
version 2
a8684f42
3 commits,
6 years ago
version 1
a8684f42
55 commits,
6 years ago
5 files
+
31
−
3
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)
workflow/tests/test_annotate_peaks.py
+
1
−
0
Options
@@ -19,6 +19,7 @@ def test_pie_singleend():
def
test_upsetplot_singleend
():
assert
os
.
path
.
exists
(
os
.
path
.
join
(
test_output_path
,
'
ENCSR238SGC.chipseeker_upsetplot.pdf
'
))
@pytest.mark.singleend
def
test_annotation_singleend
():
annotation_file
=
test_output_path
+
'
ENCSR238SGC.chipseeker_annotation.tsv
'