lskatz / mashtree

:deciduous_tree: Create a tree using Mash distances
GNU General Public License v3.0
156 stars 24 forks source link

Missing mash distance for some pairs of fasta assembly #73

Open tifwan opened 1 year ago

tifwan commented 1 year ago

issue Mash distance matrix produced NA values for some pairs of mash distance (but were able to generate mash distance when paired with other fasta assemblies)

command mashtree --mindepth 0 --numcpus 12 *.fasta --outree --outmatrix;

Expected behavior outmatrix with no mash distance for all repective pairs

Screenshots (NA values shown in gray color) Screenshot 2023-03-24 at 3 03 17 PM

Desktop (please complete the following information):

madeleinevlt commented 1 year ago

Hi, This error also exist in Mashtree 1.2.2, OS Ubuntu whith Docker installation. In some outmatrix sample1 vs sample2 distance are calculated but not sample2 vs sample1.