ParBLiSS / FastANI

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

Suppress console output and write log file #53

Closed vinisalazar closed 4 years ago

vinisalazar commented 5 years ago

Dear developers,

Is there a way to suppress the console output (e.g. a "quiet" parameter) and only write a log file instead?

Thank you for any assistance you can provide.

cjain7 commented 5 years ago

You can always redirect the standard error to a file , using `1 > log'.