18 Jul
2023
18 Jul
'23
8:30 a.m.
Dear ChimeraX users ! I have a quick technical question. Typically I run ChimeraX with a batch script in order to perform some manipulation with input pdb and print the output image / save chimera-X session. In my Ubuntu terminal I run it using: chimerax script.cxc where the script could be something like : ### open input.pdb # do some manipulation like view, orient etc save image.png exit ## It works OK but, while running from linux terminal I have a quickly open-closed Chimera-X window which is not very practical when I put this script in loop etc. Is there any possibility to fully suppress the Chimera-X gui when I run my script in batch mode from the terminal? Many thanks in advance Enrico