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

unable to execute the tutorial #1089

Open
pritam0070 opened this issue Apr 29, 2024 · 2 comments
Open

unable to execute the tutorial #1089

pritam0070 opened this issue Apr 29, 2024 · 2 comments

Comments

@pritam0070
Copy link

ModuleNotFoundError: No module named 'aceprep'

During handling of the above exception, another exception occurred:

RuntimeError Traceback (most recent call last)
Cell In[16], line 1
----> 1 prot = systemPrepare(prot, pH=7.0)

@pritam0070
Copy link
Author

BuildError Traceback (most recent call last)
Cell In[29], line 2
1 from htmd.home import home
----> 2 tryp_charmm = charmm.build(tryp_solv, outdir='build-charmm')

File ~/mambaforge/envs/htmd/lib/python3.9/site-packages/htmd/builder/charmm.py:394, in build(mol, topo, param, stream, prefix, outdir, caps, ionize, saltconc, saltanion, saltcation, disulfide, regenerate, patches, noregen, aliasresidues, psfgen, execute, _clean)
392 molbuilt.read(path.join(outdir, "structure.psf"))
393 else:
--> 394 raise BuildError(
395 "No structure pdb/psf file was generated. Check {} for errors in building.".format(
396 logpath
397 )
398 )
400 if ionize:
401 os.makedirs(path.join(outdir, "pre-ionize"))

BuildError: 'No structure pdb/psf file was generated. Check /home/pk/Documents/MD_HTMD/build-charmm/log.txt for errors in building.'

@stefdoerr
Copy link
Contributor

Hi, for the first error you will have to either mutate or remove the non-canonical residues in your protein. AcePrep is only available in the commercial version and allows preparation of non-canonical residues.

As for the second error please attach the log.txt which the error mentions.

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