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
70933515
Commit
70933515
authored
Jun 06, 2017
by
aknecht2
Browse files
Added missing parenthesis to ccat format bed.
parent
e88859c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/chip-job-ccat-format-bed
View file @
70933515
...
...
@@ -19,7 +19,7 @@ parser.add_argument("--output", "-o", dest="output", required=True, help="Output
args
=
parser
.
parse_args
()
if
not
os
.
path
.
isfile
(
args
.
input
):
sys
.
exit
(
"Could not open input file '%s' for reading."
%
(
args
.
input
,)
sys
.
exit
(
"Could not open input file '%s' for reading."
%
(
args
.
input
,)
)
bed_data
=
[]
# To sort we unfortunately need to load the whole file
...
...
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