Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BICF
Astrocyte
chipseq_analysis
Commits
807f5ec0
Commit
807f5ec0
authored
Mar 23, 2020
by
Venkat Malladi
Browse files
Fix spacing.
parent
e952181e
Pipeline
#6334
failed with stages
in 454 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
workflow/tests/test_plot_profile.py
View file @
807f5ec0
...
...
@@ -16,4 +16,4 @@ def test_plot_singleend():
@
pytest
.
mark
.
pairedend
def
test_plot_pairedend
():
assert
os
.
path
.
exists
(
os
.
path
.
join
(
test_output_path
,
'plotProfile.png'
))
assert
os
.
path
.
getsize
(
os
.
path
.
join
(
test_output_path
,
'plotProfile.png'
))
>
0
assert
os
.
path
.
getsize
(
os
.
path
.
join
(
test_output_path
,
'plotProfile.png'
))
>
0
Write
Preview
Markdown
is supported
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