augur read-file

Read a file like Augur, with transparent optimized decompression and universal newlines.

Input is read from the given file path, as the compression format detection requires a seekable stream. The given path may be “-” to explicitly read from stdin, but no decompression will be done.

Output is always to stdout.

Universal newline translation is always performed, so n, rn, and r in the input are all translated to the system’s native newlines (e.g. n on Unix, rn on Windows) in the output.

usage: augur read-file [-h] PATH

Positional Arguments

PATH

path to file