Closed jayrbolton closed 6 years ago
No ANI output is reported for a genome pair if ANI value is much below 80%. Such case should be computed at amino acid level. (Also mentioned in the README file). Could you check the AAI between the two genomes? If it turns out to be more than 80%, then it's an issue in FastANI.
Thanks, I must've missed that sentence in the docs. Closing I can check AAI but I am sure it is below 80
Okay. I think that's a useful feedback. It would be useful to incorporate AAI computation within FastANI itself at some point.
See also #19 on missing output for poor aligments
In certain (fairly rare) cases, I'm finding blank output from certain fasta data.
Example query file: https://github.com/jayrbolton/random-test-data/blob/master/fasta/shewanella.fasta Example reference file: https://github.com/jayrbolton/random-test-data/blob/master/fasta/rhodobacter.fasta
Commands to reproduce
The file is empty. The stdout is:
At first I thought this had to do with lowercase/uppercase nucleotides in the fasta, but that does not seem to make a difference.