It looks like the file-like object returned by `xopen()` for Gzip compressed files misses the `seek()` method. ``` AttributeError: 'PipedGzipReader' object has no attribute 'seek' ``` This would be very helpful to define `def seek(self, offset, whence=0)`