-
Notifications
You must be signed in to change notification settings - Fork 4
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
Getting the fresh devel and running #8
Comments
james-panayis
added a commit
to james-panayis/pdb2movie
that referenced
this issue
Dec 12, 2020
…h) by converting the pdbfile argument to the full path
This should now be fixed - it is now no-longer (incorrectly) assumed that the pdbfile's full path is given (see pull request #9 ) :) |
RudoRoemer
added a commit
that referenced
this issue
Dec 12, 2020
fix issue #8 (crash when pdbfile is given as a relative path) by converting the pdbfile argument to the full path
More problems, see comments on the pull request. |
Should be fixed! See the latest pull request #10 . |
All fixed. Thanks. |
This can be closed now :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Getting a fresh devel and running
aquarius tmp>python pdb2movie/pdb2movie.py 2B5E_FH.pdb
pdb2movie: cleaning the PDB file
Traceback (most recent call last):
File "pdb2movie/pdb2movie.py", line 128, in
clean_file=cleanpdb.cleanPDB(args,exec_folder)
File "/home/physics/phsht/tmp/pdb2movie/cleanpdb.py", line 96, in cleanPDB
inputfile=open(args.pdbfile[0],'r')
IOError: [Errno 2] No such file or directory: '2B5E_FH.pdb'
whle the previous version works. Is this an end-of-line error somewhere?
Originally posted by @RudoRoemer in #6 (comment)
The text was updated successfully, but these errors were encountered: