Set up chimerax for use with tldr

From DISI
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!