-
Hello Churchman Lab Team, I have recently tried to implement your module for an enrichment analysis on genes I got from a differential gene expression analysis. However, an error keeps on recurring and I am unsure of what the problem is. My Python version is 3.8.6 which should be able to run GeneWalk. I also installed the module with no errors. The following lines show up when I try to run the module
I have attached the gene list I am trying to run as well. I hope you can help me resolve this issue. Thank you so much in advance! Best, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi Sinja, It seems your SSL certificate is self-signed which causes problems with downloading some of the resource files. I cannot give advice on your SSL certificate settings since that is not a problem caused by GeneWalk , but if you cannot change the SSL settings: I would recommend to first check the file You can then run See if the other file downloads also give similar SSL certificate errors and manually download them based on the error log you get. Once all the downloaded files are present in the resource folder, you should be able to rerun GeneWalk with the first command you used: |
Beta Was this translation helpful? Give feedback.
-
Hi! Your solution of downloading the .tsv file worked! I downloaded the rest of the resources without a problem and the program is running as expected. Thank you very much for your help! Best, |
Beta Was this translation helpful? Give feedback.
-
Just to add for completeness, SSL certificate issues (on macOS) such as the above can also be solved by installing your Python SSL certificates according to instructions described here: Afterwards, rerun the original genewalk command. |
Beta Was this translation helpful? Give feedback.
Hi Sinja,
It seems your SSL certificate is self-signed which causes problems with downloading some of the resource files. I cannot give advice on your SSL certificate settings since that is not a problem caused by GeneWalk , but if you cannot change the SSL settings:
I would recommend to first check the file
hgnc_entries.tsv
is not yet located in yourinto /Users/sinjiafan/genewalk/resources/
folder. Then download the following file manually from the link below and add it into to the resource folder.https://www.genenames.org/cgi-bin/download/custom?col=gd_hgnc_id&col=gd_app_sym&col=gd_app_name&col=gd_prev_sym&col=gd_status&col=md_eg_id&col=md_prot_id&col=md_mgd_id&col=md_rgd_id&col=gd_pu…