# Title: .pymolrc # Author: Frédéric CHEVALIER <f15.chevalier@gmail.com> # Version: 0.1 # Created in: 2018-08-06 # Modified in: 2019-03-31 #==========# # Versions # #==========# # v0.1 - 2019-03-31: add command history (stored locally) # v0.0 - 2018-08-06: creation #=========# # Options # #=========# # Command history import datetime _logdate = datetime.datetime.strftime(datetime.datetime.now(), "%y%m%d%H%M%S") cmd.log_open(filename="pymol-%s.pml"%_logdate) #=======================# # Default view settings # #=======================# set seq_view, 1 set use_shaders, 0 set auto_show_classified, 1 set auto_show_nonbonded, 0 hide all show cartoon