Skip to content
Snippets Groups Projects
Commit 28de1679 authored by Blaise Li's avatar Blaise Li
Browse files

Fixing message.

parent 2e675cd6
Branches
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ def main():
from_region = region_extractor(config["from_region"])
to_region = region_extractor(config["to_region"])
print(f"Copying {from_region} of {config['from_bw']} "
"into {to_region} of {config['to_bw']}")
f"into {to_region} of {config['to_bw']}")
paste_bigwig_region(
config["from_bw"], config["to_bw"],
from_region, to_region,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment