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
There are cases when I get the following message when I use a protein list while running the cytoscape plugin of genemania command-line: 'status': 500, 'type': 'urn:cytoscape:ci:cyrest-core:v1:handle-json-command:errors:2', 'message': 'connect timed out'
This error seems to be arbitrary as re-running the same command line statement for the same protein list produces the necessary results. Please let me know if there is another explanation for this.
I use the following command line to execute genemania:
body = dict(attrLimit='10', geneLimit='20', genes=names, organism='9606')
get_genemania = requests.post('http://localhost:1234/v1/commands/genemania/search', json=body)
where names is a list of protein ids separated by '|'
The text was updated successfully, but these errors were encountered:
There are cases when I get the following message when I use a protein list while running the cytoscape plugin of genemania command-line:
'status': 500, 'type': 'urn:cytoscape:ci:cyrest-core:v1:handle-json-command:errors:2', 'message': 'connect timed out'
This error seems to be arbitrary as re-running the same command line statement for the same protein list produces the necessary results. Please let me know if there is another explanation for this.
I use the following command line to execute genemania:
where names is a list of protein ids separated by '|'
The text was updated successfully, but these errors were encountered: