ParBLiSS / FastANI

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

the '-h' thing, maybe better if it went to std::out? #24

Open gaboentropy opened 5 years ago

gaboentropy commented 5 years ago

Not urgent, since the help is not too long.

When checking the help with the '-h' option, if I try

fastANI -h | more

I don't see the page-to-page help, I have to use

fastANI -h |& more

(that's with the tcsh, with bash nothing works to get page-by-page output)

which means that the output of the help goes to std::cerr, rather than to std::cout. Something that might be useful to fix, for the sake of UNIXers.

Best, and thanks for making this program. Runs very well!