ParBLiSS / FastANI

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

xargs example #9

Closed lskatz closed 1 year ago

lskatz commented 6 years ago

Hi guys, I thought that you might like this xargs example and so I suggested a way of running it in your readme. This is actually how I run FastANI in practice. I have not changed any other code in this pull request.

srirampc commented 1 year ago

FastANI supports multi-threaded parallelization now and therefore xargs is not necessary to run it in parallel.