Open ArtPoon opened 4 years ago
Ah, it's not a bug. Distances are only being stored in the matrix if they fall below the -t
threshold, which defaults to 0.015
. Setting -t1
reports out all distances. Unexpected behaviour though :-)
Dear @ArtPoon,
This is a valid point. -t
should either be required and/or explicitly stated in stdout
as a report.
Reopening.
Best, Steven
Dear @ArtPoon and @stevenweaver,
What do you think the appropriate modification should be? One possibility is to report N/A
or null
in the matrix for distances that have not been computed.
Best, Sergei
Setting
-f
tohyphy
outputs a matrix comprising mostly100
entries. To reproduce, I retrieve NCBI PopSet 1892228972 and downloaded the FASTA file assequence.fasta
:See also #16