Set up chimerax for use with tldr

From DISI
Revision as of 01:21, 21 November 2018 by Frodo (talk | contribs) (asdf)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

On your mac:

mkdir ~/chimerax_start
echo "from chimerax.core.commands import run" > ~/chimerax_start/rest_start.py
echo "run(session, 'remotecontrol rest start port 55802')" >> ~/chimerax_start/rest_start.py

Now start ChimeraX. You are ready to go!