-
Notifications
You must be signed in to change notification settings - Fork 10
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
Problem with tutorial #10
Comments
Hi. I also have this same problem with running the tutorial. No output or error messages are generated after this point:
The job keeps running until it times out after 2 days, but it doesn't appear to be doing anything during this time. Thanks. |
Hi, @nrs225 I managed to solve the problem changing the versions of the Python packages SUPERGNOVA requires. I let them noted here in case you want to give it a try: Numpy 1.19.5 Scipy 1.5.4 pandas 0.25.3 bitarray 2.1.0 sklearn = scikit-learn 0.24.2 |
Hi @nvice111, I am still using the same versions for the packages and Python. For the SUPERGNOVA environment, I am using Python 3.7.13. The complete list of packages for the environment is the following: Package Version bitarray 2.1.0 |
Hi, I just run this step from the tutorial: python3 supergnova.py ./data/sumstats/ASD.txt.sumstats.gz ./data/sumstats/CP.txt.sumstats.gz on my server using 56 threads, and it took around 2 hours to complete for ALL the chromosomes. Regarding the results, I checked that region on chromosome one, and my p-value is also slightly different from the Supplementary Table and yours (p-value = 1.8681e-05), but I think they are similar enough not to indicate a problem. |
I am trying to run the tutorial, but the final command, where supergnova.py is called, gets stuck at the following message:
"24 CPUs are detected. Using 24 threads in computation ..."
without showing any error after it has been running for more than 24 hours.
I have created a conda environment with the required packages to run the commands, but I don't know what might be going on. I suspect the problem could be that I am not using the right package versions, as it happens with the pandas newest version. I would be very grateful if you could help me to know what is causing this.
Thanks.
The text was updated successfully, but these errors were encountered: