Phylign
Phylign copied to clipboard
[Batch map] Consider decompressing by the tar tool instead of Python (should be much faster)
Should be substantially faster than un-xz-ing in Python
The trick is tar -xOvf - this will print all the files in a stream.