precimed / pleiofdr

Pleiotropy-informed conditional and conjunctional false discovery rate
GNU General Public License v3.0
24 stars 7 forks source link

Manhattan plot error #20

Closed NicolasC0 closed 1 year ago

NicolasC0 commented 1 year ago

Hello, thank you very much for developing the method!

I've successfully gone through every step of the procedure, from preparing the input files to running the scripts. Everything has gone correctly, plotting all the images, except the Manhattan plot at the end (I use a server without graphic support, but haven't had issue with the other plots). I'm encountering the following error:

Creating Manhattan plots... Error using matlab.graphics.axis.Axes/set Unrecognized property XTickLength for class Axes.

Error in plot_Manhattan (line 219) set(gca, 'XTickLength', [0.007 0.007])

Error in pleiotropy_analysis (line 272) h_Manhattan = plot_Manhattan(results, traitname1, traitnames, chrnumvec, options);

if exit_matlab_upon_completion exit end

I've installed the 2022 version of matlab (the latest for which I have a license) to bypass any possible version mishaps and I still run into the exact same error. Do you have an ideia of what might be happening?

Thank you :)

NicolasC0 commented 1 year ago

Ironically, after posting this issue I've been able to find the issue! Terribly sorry for the inconvenience.

Thank you!