Phylign icon indicating copy to clipboard operation
Phylign copied to clipboard

[Batch map] Consider decompressing by the tar tool instead of Python (should be much faster)

Open karel-brinda opened this issue 4 years ago • 1 comments

Should be substantially faster than un-xz-ing in Python

karel-brinda avatar Mar 28 '22 10:03 karel-brinda

The trick is tar -xOvf - this will print all the files in a stream.

karel-brinda avatar Jul 17 '22 13:07 karel-brinda