$metaphlan_hclust_heatmap.py -c bbcry --top 25 --minv 0.1 --in merged_abundance_table.txt --out abundance_heatmap.png
Traceback (most recent call last):
File "/home/hig18/anaconda3/envs/humann2/bin/metaphlan_hclust_heatmap.py", line 481, in <module>
tax_lev = pars['tax_lev']
File "/home/hig18/anaconda3/envs/humann2/bin/metaphlan_hclust_heatmap.py", line 435, in hclust
Y2 = sch.linkage( Dt, method=method, metric=dist_func )
File "/home/hig18/anaconda3/envs/humann2/lib/python2.7/site-packages/scipy/cluster/hierarchy.py", line 713, in linkage
raise ValueError("The condensed distance matrix must contain only "
ValueError: The condensed distance matrix must contain only finite values.
--
You received this message because you are subscribed to the Google Groups "MetaPhlAn-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to metaphlan-use...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
1) use python 3 instead of python 2 (could be the scipy version is different between the two)
2) there are samples that have missing information or truncated
- merge step via merge_metaphlan_tables.py does not check this