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

looking for non-existent .mol file when using -p xxx.pdb input #1

Open
rwood-97 opened this issue Jan 13, 2022 · 1 comment
Open

looking for non-existent .mol file when using -p xxx.pdb input #1

rwood-97 opened this issue Jan 13, 2022 · 1 comment

Comments

@rwood-97
Copy link

Hello,

I have installed the LigParGen command line program and am getting the following error when trying to parameterise my pdb file:

ligpargen --pdb test.pdb -c -1 -o 3 -r TST
Traceback (most recent call last):
  File "/Users/rosiewood/miniconda3/bin/LigParGen", line 8, in <module>
    sys.exit(main())
  File "/Users/rosiewood/miniconda3/lib/python3.8/site-packages/LigParGen/Converter.py", line 90, in main
    convert(**vars(args))
  File "/Users/rosiewood/miniconda3/lib/python3.8/site-packages/LigParGen/Converter.py", line 153, in convert
    GenMolRep(pdb, optim, resname, charge)
  File "/Users/rosiewood/miniconda3/lib/python3.8/site-packages/LigParGen/CreatZmat.py", line 51, in GenMolRep
    AsitIsZmat(ifile,optim,resid) 
  File "/Users/rosiewood/miniconda3/lib/python3.8/site-packages/LigParGen/CreatZmat.py", line 29, in AsitIsZmat
    mollines = open(iform[0] + '.mol', 'r').readlines()
FileNotFoundError: [Errno 2] No such file or directory: 'test.mol'
(base) -> [1]

Thanks in advance

@marcodigennaro
Copy link

Try this newer version https://github.com/Isra3l/ligpargen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants