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
200ded13
There was a problem fetching the pipeline stages.
Commit
200ded13
authored
6 years ago
by
Venkat Malladi
Browse files
Options
Downloads
Patches
Plain Diff
Fixed test data and test output.
parent
7f082ef8
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!18
Resolve "Add in current chip-analysis functionality."
Pipeline
#2763
failed with stages
in 11 hours, 3 minutes, and 9 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
test_data/design_diff_PE.txt
+1
-1
1 addition, 1 deletion
test_data/design_diff_PE.txt
workflow/tests/test_annotate_peaks.py
+3
-3
3 additions, 3 deletions
workflow/tests/test_annotate_peaks.py
workflow/tests/test_call_peaks_macs.py
+1
-1
1 addition, 1 deletion
workflow/tests/test_call_peaks_macs.py
with
5 additions
and
5 deletions
test_data/design_diff_PE.txt
+
1
−
1
View file @
200ded13
...
...
@@ -4,4 +4,4 @@ ENCLB568IYX ENCSR729LGA MCF-7 SP1 None 2 ENCLB336TVW ENCFF330MCZ.fastq.gz ENCFF2
ENCLB678IDC ENCSR217LRF MCF-7 Control None 1 ENCLB678IDC ENCFF002DTU.fastq.gz ENCFF002EFI.fastq.gz
ENCLB336TVW ENCSR217LRF MCF-7 Control None 2 ENCLB336TVW ENCFF002EFG.fastq.gz ENCFF002DTS.fastq.gz
ENCLB552ACZ ENCSR757EMK MCF-7 SUZ12 None 1 ENCLB678IDC ENCFF833EZX.fastq.gz ENCFF161HBP.fastq.gz
ENCLB
568IYX
ENCSR757EMK MCF-7 SUZ12 None 2 ENCLB336TVW ENCFF776KZU.fastq.gz ENCFF119KHM.fastq.gz
ENCLB
872TQR
ENCSR757EMK MCF-7 SUZ12 None 2 ENCLB336TVW ENCFF776KZU.fastq.gz ENCFF119KHM.fastq.gz
This diff is collapsed.
Click to expand it.
workflow/tests/test_annotate_peaks.py
+
3
−
3
View file @
200ded13
...
...
@@ -21,8 +21,8 @@ def test_annotate_peaks_singleend():
@pytest.mark.pairedend
def
test_annotate_peaks_pairedend
():
assert
os
.
path
.
exists
(
os
.
path
.
join
(
test_output_path
,
'
ENCSR
217
LGA.chipseeker_pie.pdf
'
))
assert
os
.
path
.
exists
(
os
.
path
.
join
(
test_output_path
,
'
ENCSR
217
LGA.chipseeker_upsetplot.pdf
'
))
annotation_file
=
test_output_path
+
'
ENCSR
217
LGA.chipseeker_annotation.csv
'
assert
os
.
path
.
exists
(
os
.
path
.
join
(
test_output_path
,
'
ENCSR
729
LGA.
.
chipseeker_pie.pdf
'
))
assert
os
.
path
.
exists
(
os
.
path
.
join
(
test_output_path
,
'
ENCSR
729
LGA.
.
chipseeker_upsetplot.pdf
'
))
annotation_file
=
test_output_path
+
'
ENCSR
729
LGA.
.
chipseeker_annotation.csv
'
assert
os
.
path
.
exists
(
annotation_file
)
assert
utils
.
count_lines
(
annotation_file
)
==
25391
This diff is collapsed.
Click to expand it.
workflow/tests/test_call_peaks_macs.py
+
1
−
1
View file @
200ded13
...
...
@@ -21,4 +21,4 @@ def test_call_peaks_macs_pairedend():
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
)
==
1
38827
assert
utils
.
count_lines
(
peak_file
)
==
1
12652
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