deepTools
deepTools copied to clipboard
AttributeError: 'module' object has no attribute 'to_hex'(deeptools v2.3.2)
Dear all,
Thank your team to code so great software that I cannot wait to learn when I first know it. However, there is a problem that I cannot resolve in a long time even though I always search Google and repair bugger. could you please help me with that and why?
(deeptools==2.3.2; matplotlib==1.4.3)
I use this computeMatrix reference-point -p 22 -b 3000 -a 3000 -S ./deeptools/Middle.bw -R ge2.bed -o Middle_TSS.gz to get Middle result, and I command this plotHeatmap -m Middle_TSS.gz -o heatma.pdf so the bugger as follow:
Traceback (most recent call last):
File "/public/home/jssun_gdl/software/deptols/bin/plotHeatmap", line 7, in
That version of deepTools is from 6 years ago and the matplotlib version you're using is similarly old. I'd suggest updating both to more recent versions.