Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Holland Computing Center
chipathlon
Commits
cb25ad5e
Commit
cb25ad5e
authored
Jun 14, 2017
by
aknecht2
Browse files
Merge branch '26-zerone' of git.unl.edu:hcc/chipathlon into 26-zerone
parents
fd81dc40
7e950f2b
Changes
2
Hide whitespace changes
Inline
Side-by-side
chipathlon/conf.py
View file @
cb25ad5e
...
...
@@ -88,7 +88,7 @@ peak_types = {
"music"
:
[
"narrow"
,
"punctate"
,
"broad"
],
"zerone"
:
[
"broad"
],
"hiddendomains"
:
[
"broad"
],
"pepr"
:
[
"narrow"
,
"
broad
"
],
"pepr"
:
[
"narrow"
,
"
sharp
"
],
}
# File extensions
...
...
chipathlon/generators/idr_generator.py
View file @
cb25ad5e
...
...
@@ -50,7 +50,7 @@ class IdrGenerator(ModuleGenerator):
self
.
output_files
[
"zerone"
][
"broad"
]
=
[
"results_sorted.bed"
]
self
.
output_files
[
"hiddendomains"
][
"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
:
print
"[LOADING GENERATOR] IdrGenerator"
return
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment