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
When trying to run create_finemapper_jobs.py, it fails with the following error:
File "resources/finemapping/polyfun/create_finemapper_jobs.py", line 6, in
from polyfun import configure_logger, check_package_versions
File "/scratch/mdd-meta/resources/finemapping/polyfun/polyfun.py", line 13, in
from compute_ldscores_ukb import compute_ldscores_chr
ModuleNotFoundError: No module named 'compute_ldscores_ukb'
I think this is because "compute_ldscores_ukb.py" is now "compute_ldscores_from_ld.py"?
The text was updated successfully, but these errors were encountered:
(Sorry, this one is my fault following #34...!)
When trying to run create_finemapper_jobs.py, it fails with the following error:
File "resources/finemapping/polyfun/create_finemapper_jobs.py", line 6, in
from polyfun import configure_logger, check_package_versions
File "/scratch/mdd-meta/resources/finemapping/polyfun/polyfun.py", line 13, in
from compute_ldscores_ukb import compute_ldscores_chr
ModuleNotFoundError: No module named 'compute_ldscores_ukb'
I think this is because "compute_ldscores_ukb.py" is now "compute_ldscores_from_ld.py"?
The text was updated successfully, but these errors were encountered: