The --quiet option doesn't prevent the program from prompting for user input in case of an error:
$cattest.phy
11
AG
$codonphyml-itest.phy--quiet
Optionforfrequency(-foption)notset;assumeempiricalfrequencies.
.Err:weneedatleast3sequencestoanalyze.
.Typeentertoexit.
In my particular bash pipeline the problem manifested itself in a very unexpected way. The only workaround for now is sending one or better infinite number of line feeds:
Hi Andrey. Thank you for your feedback. I will redirect the error messages to a log file when --quiet is enabled. If you have any other inquires let me know! Best.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The --quiet option doesn't prevent the program from prompting for user input in case of an error:
In my particular bash pipeline the problem manifested itself in a very unexpected way. The only workaround for now is sending one or better infinite number of line feeds:
Last edit: Andrey Rozenberg 2016-07-15
Hi Andrey. Thank you for your feedback. I will redirect the error messages to a log file when --quiet is enabled. If you have any other inquires let me know! Best.