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

Nicer message.

parent 28de1679
No related branches found
No related tags found
No related merge requests found
...@@ -91,7 +91,7 @@ def main(): ...@@ -91,7 +91,7 @@ def main():
region_extractor = itemgetter("chrom", "start", "end") region_extractor = itemgetter("chrom", "start", "end")
from_region = region_extractor(config["from_region"]) from_region = region_extractor(config["from_region"])
to_region = region_extractor(config["to_region"]) to_region = region_extractor(config["to_region"])
print(f"Copying {from_region} of {config['from_bw']} " print(f"Copying {from_region} of {config['from_bw']}\n"
f"into {to_region} of {config['to_bw']}") f"into {to_region} of {config['to_bw']}")
paste_bigwig_region( paste_bigwig_region(
config["from_bw"], config["to_bw"], config["from_bw"], config["to_bw"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment