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
Commits
f8e4853b
Commit
f8e4853b
authored
5 years ago
by
Venkat Malladi
Browse files
Options
Downloads
Plain Diff
Merge branch '65-test_failing' into 'master'
Update paired-end diff to skip this test. Closes
#65
See merge request
!60
parents
2d542075
968f5bb3
Branches
Branches containing commit
1 merge request
!60
Update paired-end diff to skip this test.
Pipeline
#5788
failed with stages
in 15 hours, 46 minutes, and 50 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
workflow/tests/test_diff_peaks.py
+1
-1
1 addition, 1 deletion
workflow/tests/test_diff_peaks.py
with
2 additions
and
1 deletion
CHANGELOG.md
+
1
−
0
View file @
f8e4853b
...
...
@@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
-
Use GTF files instead of TxDb and org libraries in Annotate Peaks
-
Make gtf and geneName files as param inputs
-
Fix xcor to increase file size for --random-source
-
Fix skip diff test for paired-end data
## [publish_1.0.6 ] - 2019-05-31
### Added
...
...
This diff is collapsed.
Click to expand it.
workflow/tests/test_diff_peaks.py
+
1
−
1
View file @
f8e4853b
...
...
@@ -15,7 +15,7 @@ def test_diff_peaks_singleend_single_rep():
assert
os
.
path
.
isdir
(
test_output_path
)
==
False
@pytest.mark.pairedend
@pytest.mark.pairedend
skip_true
def
test_diff_peaks_pairedend_single_rep
():
assert
os
.
path
.
isdir
(
test_output_path
)
==
False
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment