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
bioinfo_utils
Commits
2a04a039
Commit
2a04a039
authored
Nov 04, 2019
by
Blaise Li
Browse files
Fix syntax error and variable name.
parent
430fe610
Changes
1
Hide whitespace changes
Inline
Side-by-side
RNA_Seq_Cecere/RNA-seq.snakefile
View file @
2a04a039
...
...
@@ -1614,7 +1614,7 @@ rule test_size_factor:
format="pdf",
title=params.counts_distrib_plot_title.format(normalizer))
except TypeError as e:
if str(e)
== in no_data_errs
:
if str(e)
in NO_DATA_ERRS
:
warn("\n".join([
"Got TypeError:",
f"{str(e)}",
...
...
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