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

Running docker image : BioPython #9

Closed
pschmidtke opened this issue Apr 4, 2019 · 2 comments
Closed

Running docker image : BioPython #9

pschmidtke opened this issue Apr 4, 2019 · 2 comments
Labels
question Further information is requested

Comments

@pschmidtke
Copy link

Hi Harry,

I wanted to run arpeggio using the docker image and the example you provide. I tried:
run --rm -v "$(pwd)":/run -u id -u:id -g -it harryjubb/arpeggio python arpeggio.py /run/1uyk.pdb -s RESNAME:PUX -v

and i get :
INFO//11:52:21.248//Program begin. INFO//11:52:21.321//Loaded PDB structure (BioPython) INFO//11:52:21.701//Loaded PDB structure (OpenBabel) ERROR//11:52:21.712//OpenBabel OBAtom with PDB serial number 1468 could not be matched to a BioPython counterpart. Traceback (most recent call last): File "arpeggio.py", line 759, in <module> raise OBBioMatchError(serial) __main__.OBBioMatchError

Any idea why this happens .... ?

Cheers

Peter

@harryjubb
Copy link
Owner

Hi Peter,

That's usually an issue with alternate location atoms and/or duplicate atom serial numbers, unfortunately it was difficult to get OpenBabel to distinguish between different alternate locations for the same atom.

I'd recommend choosing choosing / removing alternate locations and seeing if that helps. The webserver does some basic tidying of PDB files to avoid some of the parsing errors.

See also #7, #8, https://github.com/harryjubb/arpeggio#frequently-asked-questions

Thanks for your interest in Arpeggio, let me know if I can help with anything :)

H

@pschmidtke
Copy link
Author

pschmidtke commented Apr 5, 2019 via email

@harryjubb harryjubb added the question Further information is requested label Jun 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants