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
Blaise LI
libhts
Commits
9d8662b0
Commit
9d8662b0
authored
Sep 24, 2020
by
Blaise Li
Browse files
Wrong variable name.
parent
a763c9a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
libhts/libhts.py
View file @
9d8662b0
...
...
@@ -462,7 +462,7 @@ def size_factor_correlations(counts_data, summaries, normalizer):
if
str
(
err
)
==
"array must not contain infs or NaNs"
:
msg
=
(
f
"Cannot compute Pearson correlation with size factors "
f
"when normalizing using
{
normali
s
er
}
"
)
f
"when normalizing using
{
normali
z
er
}
"
)
warnings
.
warn
(
msg
)
return
np
.
nan
else
:
...
...
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