-
I am using the following script to get unreviewed and reviewed GOterm information from SwissProt, modified from instructions on this page under "2.2 Large number of results: use pagination":
I can run this code on my local machine (python v.3.7.4 ) but it takes ~10 days to complete. I tried running this on our cluster, but the output ended up being garbled. That is not an issue when I run it on a local machine, so I thought I'd try using raven (Grace ran the script for me since I don't have VPN access). I got the following error from raven: I got the same error on ostrich. Both raven and ostrich have python v.2. Is there a reason why the syntax in this script is not working for machines with python v.2? Is there something else going on preventing me from running my script on raven or ostrich? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
The instructions indicate that Python code is written to use Python v3, so I wouldn't expect it to work with a Python v2.x version. Run conda/miniconda to use an updated Python version. You might have to install it. |
Beta Was this translation helpful? Give feedback.
-
Knowing this, I'd highly recommend you start a |
Beta Was this translation helpful? Give feedback.
The instructions indicate that Python code is written to use Python v3, so I wouldn't expect it to work with a Python v2.x version.
Run conda/miniconda to use an updated Python version. You might have to install it.