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
Once I download the model in Ontospy: url = "http://purl.obolibrary.org/obo/go.owl" model = ontospy.Ontospy(url)
I extract only the GO_xxxxxxx anotated numbers from the classes, and write them down in a file. But it does not retrieve all the classes. I found this issue comparing the query with ontospy with another one using regular expressions.
I cannot figure out what's the problem.
Many thanks,
Corina
The text was updated successfully, but these errors were encountered:
Once I download the model in Ontospy:
url = "http://purl.obolibrary.org/obo/go.owl"
model = ontospy.Ontospy(url)
I extract only the GO_xxxxxxx anotated numbers from the classes, and write them down in a file. But it does not retrieve all the classes. I found this issue comparing the query with ontospy with another one using regular expressions.
I cannot figure out what's the problem.
Many thanks,
Corina
The text was updated successfully, but these errors were encountered: