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
rpy2.rinterface_lib.embedded.RRuntimeError: Error in (function (XtX, Xty, yty, n, X_colmeans = NA, y_mean = NA, maf = NULL, :
susie_suff_stat no longer accepts inputs bhat, shat, R or var_y; these inputs are now accepted by susie_rss instead
I was able to fix it by just substituting susierss for susie_suff_stat using sed. I hope I'm not leading future users astray! Thank you for your work on this project.
The text was updated successfully, but these errors were encountered:
Hi! In finemapper.py, I got the following error:
rpy2.rinterface_lib.embedded.RRuntimeError: Error in (function (XtX, Xty, yty, n, X_colmeans = NA, y_mean = NA, maf = NULL, :
susie_suff_stat no longer accepts inputs bhat, shat, R or var_y; these inputs are now accepted by susie_rss instead
I was able to fix it by just substituting susierss for susie_suff_stat using sed. I hope I'm not leading future users astray! Thank you for your work on this project.
The text was updated successfully, but these errors were encountered: