-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorporating POLYFUN #130
Comments
BUG DESCRIPTION (SUPPLEMENT TO ISSUE)I was also unable to install Polyfun module with your example data and here I responded 'y' to prompt to install: REPRODUCIBLE EXAMPLEtopSNPs <- echodata::import_topSNPs(
CONSOLE OUTPUTPolyFun is not installed. Reinstall echofinemap with PolyFun? This will automatically restart R. (y/n): y
Backtrace:
BUG DESCRIPTION As well, I was unable to access PAINTORREPRODUCIBLE EXAMPLE
CONSOLE OUTPUTError in PAINTOR_find_executable(paintor_path = paintor_path) : SESSION INFOutils::sessionInfo() Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): |
I tried again after reinstalling echolocatoR - with your example - got farther than before - but with final line:Error in echofinemap::POLYFUN_install() : PolyFun is not installed. REPRODUCIBLE EXAMPLEresults <- echolocatoR::finemap_loci(
CONSOLE OUTPUTPolyFun is not installed. Reinstall echofinemap with PolyFun? This will automatically restart R. (y/n): Y
|
Same here! Do you perhaps have a solution now? |
1. Bug description
PolyFun is not installed. Reinstall echofinemap with PolyFun? This will automatically restart R. (y/n):
Error in echofinemap::POLYFUN_install() : PolyFun is not installed.
Awesome package! Also thanks in advance for any help you can give me!
Expected behaviour
Your example echodata::BCST results included POLYFUN_SUSIE results.
2. Reproducible example
results <- echolocatoR::finemap_loci(
Console output
PolyFun is not installed. Reinstall echofinemap with PolyFun? This will automatically restart R. (y/n):
Error in echofinemap::POLYFUN_install() : PolyFun is not installed.
Data
As set forth in the next comment, I tried to access Polyfun using your example data. There I also responded 'y' to option to install Polyfun.
If it would help to see my data, I can certainly upload a small sample. Note that there was no problem when I cut out all but "ABF" (not relevant since not binary), "SUSIE", and "FINEMAP". I used a GWAS generated using GSEM (with 6.7 million snps, munged down using MungeSumstats to 3.7 million due to multiallelic snps).
(If possible, upload a small sample of your data so that we can reproduce the bug on our end. If that's not possible, please at least include a screenshot of your data and other relevant details.)
3. Session info
(Add output of the R function
utils::sessionInfo()
below. This helps us assess version/OS conflicts which could be causing bugs.)The text was updated successfully, but these errors were encountered: