Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
chipathlon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Holland Computing Center
chipathlon
Commits
7e950f2b
Commit
7e950f2b
authored
7 years ago
by
Natasha Pavlovikj
Browse files
Options
Downloads
Patches
Plain Diff
Replace narrow with sharp peak type for PePr
parent
74836b3c
No related branches found
Branches containing commit
No related tags found
1 merge request
!34
Resolve "Zerone"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
chipathlon/conf.py
+1
-1
1 addition, 1 deletion
chipathlon/conf.py
chipathlon/generators/idr_generator.py
+1
-1
1 addition, 1 deletion
chipathlon/generators/idr_generator.py
with
2 additions
and
2 deletions
chipathlon/conf.py
+
1
−
1
View file @
7e950f2b
...
@@ -88,7 +88,7 @@ peak_types = {
...
@@ -88,7 +88,7 @@ peak_types = {
"
music
"
:
[
"
narrow
"
,
"
punctate
"
,
"
broad
"
],
"
music
"
:
[
"
narrow
"
,
"
punctate
"
,
"
broad
"
],
"
zerone
"
:
[
"
broad
"
],
"
zerone
"
:
[
"
broad
"
],
"
hiddendomains
"
:
[
"
broad
"
],
"
hiddendomains
"
:
[
"
broad
"
],
"
pepr
"
:
[
"
narrow
"
,
"
broad
"
],
"
pepr
"
:
[
"
narrow
"
,
"
sharp
"
],
}
}
# File extensions
# File extensions
...
...
This diff is collapsed.
Click to expand it.
chipathlon/generators/idr_generator.py
+
1
−
1
View file @
7e950f2b
...
@@ -50,7 +50,7 @@ class IdrGenerator(ModuleGenerator):
...
@@ -50,7 +50,7 @@ class IdrGenerator(ModuleGenerator):
self
.
output_files
[
"
zerone
"
][
"
broad
"
]
=
[
"
results_sorted.bed
"
]
self
.
output_files
[
"
zerone
"
][
"
broad
"
]
=
[
"
results_sorted.bed
"
]
self
.
output_files
[
"
hiddendomains
"
][
"
broad
"
]
=
[
"
results_sorted.bed
"
]
self
.
output_files
[
"
hiddendomains
"
][
"
broad
"
]
=
[
"
results_sorted.bed
"
]
self
.
output_files
[
"
pepr
"
][
"
broad
"
]
=
[
"
results_sorted.bed
"
]
self
.
output_files
[
"
pepr
"
][
"
broad
"
]
=
[
"
results_sorted.bed
"
]
self
.
output_files
[
"
pepr
"
][
"
narrow
"
]
=
[
"
results_sorted.bed
"
]
self
.
output_files
[
"
pepr
"
][
"
sharp
"
]
=
[
"
results_sorted.bed
"
]
if
debug
:
if
debug
:
print
"
[LOADING GENERATOR] IdrGenerator
"
print
"
[LOADING GENERATOR] IdrGenerator
"
return
return
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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