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
2e675cd6
Commit
2e675cd6
authored
Apr 29, 2020
by
Blaise Li
Browse files
Adding progression messages.
parent
b5d98f70
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/copypaste_bigwig_regions.py
View file @
2e675cd6
...
...
@@ -91,10 +91,13 @@ def main():
region_extractor
=
itemgetter
(
"chrom"
,
"start"
,
"end"
)
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']}"
)
paste_bigwig_region
(
config
[
"from_bw"
],
config
[
"to_bw"
],
from_region
,
to_region
,
config
[
"dest_bw"
])
print
(
f
"Results written in
{
config
[
'dest_bw'
]
}
"
)
return
0
...
...
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