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
Traceback (most recent call last):
File "C:\Anaconda3\pkgs\goatools-1.2.3-pyh7cba7a3_2\python-scripts\plot_go_term.py", line 84, in <module>
g = GODag(obo_file)
File "C:\Anaconda3\envs\pip_env\lib\site-packages\goatools\obo_parser.py", line 321, in __init__
self.version, self.data_version = self.load_obo_file(
File "C:\Anaconda3\envs\pip_env\lib\site-packages\goatools\obo_parser.py", line 327, in load_obo_file
reader = OBOReader(obo_file, optional_attrs)
File "C:\Anaconda3\envs\pip_env\lib\site-packages\goatools\obo_parser.py", line 56, in __init__
raise Exception(
Exception: COULD NOT READ(go-basic.obo)
download obo file first
[http://geneontology.org/ontology/go-basic.obo]
As I am on Windows, I cant use wget. Therefore, I manually downloaded the go-basic.obo file and put it in C:\Anaconda3\pkgs\goatools-1.2.3-pyh7cba7a3_2\site-packages\goatools. This is because it looks like OBOReader expects the obo file to be in the same location as the obo_parser module. However, I got the same error.
Can I confirm where the obo file should be placed? Please could you suggest any other potential fixes?
Thanks very much!
Tim
The text was updated successfully, but these errors were encountered:
Hello,
Thank you for making this tool.
I am trying to replicate this usecase with this command on Windows 11, Python 3:
python C:\Anaconda3\pkgs\goatools-1.2.3-pyh7cba7a3_2\python-scripts\plot_go_term.py --term=GO:0055013,GO:0060048,GO:0003300,GO:0055008,GO:0055003,GO:0035995,GO:0007076,GO:0006936,GO:0010628,GO:0050714,GO:0010737,GO:0051592,GO:0045214,GO:0048769,GO:0030241,GO:0030240,GO:0006941
I get this error:
As I am on Windows, I cant use wget. Therefore, I manually downloaded the go-basic.obo file and put it in
C:\Anaconda3\pkgs\goatools-1.2.3-pyh7cba7a3_2\site-packages\goatools
. This is because it looks likeOBOReader
expects the obo file to be in the same location as theobo_parser
module. However, I got the same error.Can I confirm where the obo file should be placed? Please could you suggest any other potential fixes?
Thanks very much!
Tim
The text was updated successfully, but these errors were encountered: