-
I keep forgetting - how does one balance all coolers in a multi-cooler? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
for i in `cooler ls foo.mcool`; do
cooler balance {options} $i;
done
Since all Extending commands to operate on mcools or larger collections opens up a lot of surface area and needs some thought. For now, probably better to better document or make this answer more visible. |
Beta Was this translation helpful? Give feedback.
Since all
cooler
commands operate on single coolers and this task needs to be done sequentially anyway,cooler ls
is really the concept to teach.Extending commands to operate on mcools or larger collections opens up a lot of surface area and needs some thought. For now, probably better to better document or make this answer more visible.