CompareM
CompareM copied to clipboard
comparem heat map error, prodigal default meta?
I ran comparem heatmap on the output file of comparem aai_wf (aai_summary.tsv) as suggested by comparem heatmap -h on a ubuntu linux platform in python3 environment:
comparem heatmap ./aai_summary.tsv aai_heatmap.pdf
but it generate error:
[2020-05-08 12:11:17] INFO: CompareM v0.1.1 [2020-05-08 12:11:17] INFO: comparem heatmap ./aai_summary.tsv pico_aai_heatmap.pdf [2020-05-08 12:11:17] INFO: Making heatmap. /usr/local/Caskroom/miniconda/base/lib/python3.7/site-packages/comparem-0.1.1-py3.7.egg/comparem/plots/heatmap.py:97: ClusterWarning: scipy.cluster: The symmetric non-negative hollow observation matrix looks suspiciously like an uncondensed distance matrix linkage = cluster.linkage(dist.squareform(d), method='average', metric='cityblock')
Unexpected error: <class 'IndexError'>
Traceback (most recent call last):
File "/usr/local/Caskroom/miniconda/base/bin/comparem", line 4, in
Any idea why? I check the heatmap.py, Do I need to do something on the aai_summary.tsv file?
Also, how to add the meta option for prodigal? I cannot find it.
Thanks.
Jianshu