You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Outliers were detected in the data. Consider using the --removeOutliers parameter to avoid a bias in the pearson correlation.
Traceback (most recent call last):
File "/.../bin/plotCorrelation", line 12, in <module>
main(args)
File "/.../python3.10/site-packages/deeptools/plotCorrelation.py", line 239, in main
corr.plot_scatter(args.plotFile,
File "/////python3.10/site-packages/deeptools/correlation.py", line 507, in plot_scatter
tick.label.set_rotation('45')
File "/.../python3.10/site-packages/matplotlib/text.py", line 1196, in set_rotation
raise ValueError("rotation must be 'vertical', 'horizontal' or "
ValueError: rotation must be 'vertical', 'horizontal' or a number, not 45
==================================================
Problem can be repaired by changing the value str '45' for int 45 in /.../deeptools/correlation.py