Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
chipseq_analysis
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
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
Astrocyte
Workflows
BICF
chipseq_analysis
Commits
023a7f7b
There was an error fetching the commit references. Please try again later.
Commit
023a7f7b
authored
6 years ago
by
Venkat Malladi
Browse files
Options
Downloads
Plain Diff
Merge branch '15_Annotation_diff_bind' into 23-rename_output
parents
db853de3
96069f62
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
workflow/conf/biohpc.config
+5
-5
5 additions, 5 deletions
workflow/conf/biohpc.config
workflow/tests/test_annotate_peaks.py
+4
-4
4 additions, 4 deletions
workflow/tests/test_annotate_peaks.py
workflow/tests/test_overlap_peaks.py
+1
-1
1 addition, 1 deletion
workflow/tests/test_overlap_peaks.py
with
10 additions
and
10 deletions
workflow/conf/biohpc.config
+
5
−
5
View file @
023a7f7b
...
...
@@ -14,19 +14,19 @@ process {
}
withName
:
alignReads
{
module
= [
'python/3.6.1-2-anaconda'
,
'bwa/intel/0.7.12'
,
'samtools/1.6'
]
cpus
=
32
queue
=
'128GB,256GB,256GBv1'
}
withName
:
filterReads
{
module
= [
'python/3.6.1-2-anaconda'
,
'samtools/1.6'
,
'sambamba/0.6.6'
,
'bedtools/2.26.0'
]
cpus
=
32
queue
=
'128GB,256GB,256GBv1'
}
withName
:
experimentQC
{
module
= [
'python/3.6.1-2-anaconda'
,
'deeptools/2.5.0.1'
]
cpus
=
32
queue
=
'128GB,256GB,256GBv1'
}
withName
:
convertReads
{
module
= [
'python/3.6.1-2-anaconda'
,
'samtools/1.6'
,
'bedtools/2.26.0'
]
cpus
=
32
queue
=
'128GB,256GB,256GBv1'
}
withName
:
crossReads
{
module
= [
'python/3.6.1-2-anaconda'
,
'phantompeakqualtools/1.2'
]
...
...
@@ -42,7 +42,7 @@ process {
}
withName
:
callPeaksMACS
{
module
= [
'python/3.6.1-2-anaconda'
,
'macs/2.1.0-20151222'
,
'phantompeakqualtools/1.2'
,
'UCSC_userApps/v317'
,
'bedtools/2.26.0'
]
cpus
=
32
queue
=
'128GB,256GB,256GBv1'
}
withName
:
consensusPeaks
{
module
= [
'python/3.6.1-2-anaconda'
,
'bedtools/2.26.0'
]
...
...
This diff is collapsed.
Click to expand it.
workflow/tests/test_annotate_peaks.py
+
4
−
4
View file @
023a7f7b
...
...
@@ -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
,
'
ENCSR729LGA.
.
chipseeker_pie.pdf
'
))
assert
os
.
path
.
exists
(
os
.
path
.
join
(
test_output_path
,
'
ENCSR729LGA.
.
chipseeker_upsetplot.pdf
'
))
annotation_file
=
test_output_path
+
'
ENCSR729LGA.
.
chipseeker_annotation.csv
'
assert
os
.
path
.
exists
(
os
.
path
.
join
(
test_output_path
,
'
ENCSR729LGA.chipseeker_pie.pdf
'
))
assert
os
.
path
.
exists
(
os
.
path
.
join
(
test_output_path
,
'
ENCSR729LGA.chipseeker_upsetplot.pdf
'
))
annotation_file
=
test_output_path
+
'
ENCSR729LGA.chipseeker_annotation.csv
'
assert
os
.
path
.
exists
(
annotation_file
)
assert
utils
.
count_lines
(
annotation_file
)
==
25
391
assert
utils
.
count_lines
(
annotation_file
)
==
25
614
This diff is collapsed.
Click to expand it.
workflow/tests/test_overlap_peaks.py
+
1
−
1
View file @
023a7f7b
...
...
@@ -44,4 +44,4 @@ def test_overlap_peaks_singleend():
def
test_overlap_peaks_pairedend
():
assert
os
.
path
.
exists
(
os
.
path
.
join
(
test_output_path
,
'
ENCSR729LGA.rejected.narrowPeak
'
))
peak_file
=
test_output_path
+
'
ENCSR729LGA.replicated.narrowPeak
'
assert
utils
.
count_lines
(
peak_file
)
==
25
655
assert
utils
.
count_lines
(
peak_file
)
==
25
878
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