Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Talktorial 11b: Problems connecting to OPAL web services #21

Closed
simsurp opened this issue May 4, 2020 · 6 comments · Fixed by #82 or #74
Closed

Talktorial 11b: Problems connecting to OPAL web services #21

simsurp opened this issue May 4, 2020 · 6 comments · Fixed by #82 or #74
Labels
bug Something isn't working

Comments

@simsurp
Copy link

simsurp commented May 4, 2020

Hi.
Thank you very much for putting together these talktorials. It's aweTsome !
I'm having issues connecting to the OPAL web services. The line client = Client("http://nbcr-222.ucsd.edu/opal2/services/vina_1.1.2?wsdl") in the fonction opal_run_docking(protein, ligand, center, size, stream_output=True) is giving me an ExpatError and SAXParseException.
Any idea on how I could fix that?
Thanks again.

ExpatError Traceback (most recent call last)
~/anaconda3/envs/teachopencadd/lib/python3.6/xml/sax/expatreader.py in feed(self, data, isFinal)
216 # except when invoked from close.
--> 217 self._parser.Parse(data, isFinal)
218 except expat.error as e:

ExpatError: syntax error: line 1, column 0

During handling of the above exception, another exception occurred:

SAXParseException Traceback (most recent call last)
in
1 from suds.client import Client
----> 2 client = Client("http://nbcr-222.ucsd.edu/opal2/services/vina_1.1.2?wsdl")

@simsurp
Copy link
Author

simsurp commented May 4, 2020

I just found this from the NBCR website:
Please Note: NBCR and its associated websites/services have been retired as of April 30, 2020.
Could that explain my problem?

@jaimergp
Copy link
Contributor

jaimergp commented May 4, 2020

Ooooh! Definitely!

Well, that means this notebook has only historic value for now :) We'll try to find a webservice alternative to run Vina. If you find something, please let us know! Thanks for the report!

@simsurp
Copy link
Author

simsurp commented May 4, 2020 via email

@jaimergp
Copy link
Contributor

jaimergp commented May 4, 2020

Last time I tried it wasn't working, but I didn't investigate more since we had OPAL anyway. Might be worth the try now, but I am a bit short of time lately... You can try asking them if the SOAP access is back online. If they reply affirmatively, I could help!

@jaimergp
Copy link
Contributor

jaimergp commented Jul 24, 2020

Possible alternatives:

@dominiquesydow dominiquesydow linked a pull request Dec 11, 2020 that will close this issue
19 tasks
@dominiquesydow dominiquesydow linked a pull request Sep 8, 2021 that will close this issue
27 tasks
@dominiquesydow
Copy link
Collaborator

As a heads-up: This issue will be closed automatically with the merge of #74. The docking part of the former 11b talkorial was moved to talktorial T015, which uses smina for docking.

@dominiquesydow dominiquesydow added the bug Something isn't working label Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
3 participants