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
Sam Nooij
Jovian screener
Commits
67d56ae4
Commit
67d56ae4
authored
Aug 07, 2020
by
Sam Nooij
Browse files
Fix typo
parent
b19a7ff1
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/concatenate_depth_tables.py
View file @
67d56ae4
...
...
@@ -73,7 +73,7 @@ everything from "_to_" until the end.
if
"Depth_of_coverage"
in
without_path
:
without_prefix
=
without_path
.
replace
(
"Depth_of_coverage-"
,
""
)
elif
"Deduplicated_depth_of_coverge"
in
without_path
:
elif
"Deduplicated_depth_of_cover
a
ge"
in
without_path
:
without_prefix
=
without_path
.
replace
(
"Deduplicated_depth_of_coverage-"
,
""
)
else
:
# This should never happen, but the result will show in the sample names
...
...
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