---------------------------------------------------------------------------
OSError Traceback (most recent call last)
<ipython-input-3-622189b941f2> in <module>()
----> 1 shifts = md.nmr.chemical_shifts_spartaplus(trj)
2 shifts[0:10]
/Users/rmcgibbo/miniconda/envs/2.7.9/lib/python2.7/site-packages/mdtraj-1.3.0-py2.7-macosx-10.5-x86_64.egg/mdtraj/nmr/shift_wrappers.pyc in chemical_shifts_spartaplus(trj, rename_HN)
275 binary = find_executable(SPARTA_PLUS)
276 if binary is None:
--> 277 raise OSError('External command not found. Looked for %s in PATH. `chemical_shifts_spartaplus` requires the external program SPARTA+, available at http://spin.niddk.nih.gov/bax/software/SPARTA+/' % ', '.join(SPARTA_PLUS))
278
279 names = ["resSeq", "resName", "name", "SS_SHIFT", "SHIFT", "RC_SHIFT", "HM_SHIFT", "EF_SHIFT", "SIGMA"]
OSError: External command not found. Looked for sparta+, SPARTA+, SPARTA+.linux in PATH. `chemical_shifts_spartaplus` requires the external program SPARTA+, available at http://spin.niddk.nih.gov/bax/software/SPARTA+/