ParBLiSS / FastANI

Fast Whole-Genome Similarity (ANI) Estimation
Apache License 2.0
374 stars 67 forks source link

Redirect ANI value to stdout #2

Closed lskatz closed 6 years ago

lskatz commented 6 years ago

Would it be possible to output to stdout if no output file is given?

cjain7 commented 6 years ago

-o /dev/stdout should do this on linux?

lskatz commented 6 years ago

I believe so, yes!

This isn't necessary but making -o optional would make things a little nicer.