nanoq icon indicating copy to clipboard operation
nanoq copied to clipboard

stdout compression auto detection

Open esteinig opened this issue 1 year ago • 0 comments

Auto detection of compression when writing to stdout is currently not implemented. It can be activated when specifying the --output-type|-O argument. It would be better for consistency to enable auto detection on stdout.

# do not run, output not compressed
nanoq -i test.fq > test.fq.gz

# do run, output compressed
nanoq -i test.fq -o test.fq.gz

# do run, output compressed
nanoq -i test.fq -O g > test.fq.gz

esteinig avatar Oct 12 '23 22:10 esteinig