ParBLiSS / FastANI

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

What does NA mean in the result of fastANI matrix output? #93

Open antoniocamillo opened 2 years ago

antoniocamillo commented 2 years ago

Hello.

It may be a silly question, but the result within the matrix values represented by NA can be any value?

Or is there a cutoff limit for the values?

I'm just starting to use the tool, I'm learning how to use it.

If this cut limit occurs, can I remove this restriction on the command line? I need all the values, even if they are lower than expected.

Thanks.

Herbaspirillum sp K1R23-30.fasta 78.250549 NA NA 78.578194 78.588776 78.285095 78.805077 78.449890 78.417480 78.283737 78.185516 78.336975 78.355698 78.523407 78.693100 78.352158 78.382851 78.300049 NA NA NA NA NA NA 78.072609 77.977020 78.465851 78.434601 78.444366 78.532547 78.185631

fastANI --threads 4 --ql querylist.txt --rl reflist.txt --matrix -o fastani.out

cjain7 commented 2 years ago

NA means not available. Also see https://github.com/ParBLiSS/FastANI/issues/19