Set up chimerax for use with tldr: Difference between revisions

From DISI
Jump to navigation Jump to search
(asdf)
 
(No difference)

Latest revision as of 01:21, 21 November 2018

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!