You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried running a simulation using a PDB from the RCSB, and got the error message
Building system...
Process Process-1:
Traceback (most recent call last):
File "/Users/choderaj/miniconda3/lib/python3.5/multiprocessing/process.py", line 249, in _bootstrap
self.run()
File "/Users/choderaj/miniconda3/lib/python3.5/multiprocessing/process.py", line 93, in run
self._target(*self._args, **self._kwargs)
File "/Users/choderaj/github/pandegroup/openmm-setup/openmm-setup/openmm-setup.py", line 172, in simulate
exec(script, {"output":output, "outputDir":outputDir})
File "<string>", line 58, in <module>
File "/Users/choderaj/miniconda3/lib/python3.5/site-packages/simtk/openmm/app/forcefield.py", line 1069, in createSystem
raise ValueError('No template found for residue %d (%s). %s' % (res.index+1, res.name, _findMatchErrors(self, res)))
ValueError: No template found for residue 1 (MET). The set of atoms is similar to MET, but it is missing 9 hydrogen atoms.
Just close the tab. When you click "Run Simulation", it opens a new tab.
Those GET requests are the browser polling the server to get the latest output from the simulation. When it returns 404, that signals that there's no more output and it should stop polling. It should have done that automatically after the exception was thrown, though. I don't know why it didn't.
I tried running a simulation using a PDB from the RCSB, and got the error message
Meanwhile, the console filled up with
and clicking the "Cancel" button emitted
but hasn't brought me back to another useful page.
The text was updated successfully, but these errors were encountered: