From: Enrico M. <jms...@gm...> - 2022-01-11 17:33:48
|
Dear Pymol users! Here is the chain of the pymol commands that I am using to label the visible amino-acids shown as lines in the current pymol session. cmd.select('name CA and rep lines') cmd.label('sele', 'resn') cmd.set('label_font_id', '14') cmd.set('label_color', 'indigo') cmd.set('label_position', '3,0,0') It produces nice labeling according to the amino acid name (example Tyr). How it would be possible to indicate additionally the number of the amino acid like Tyr-119 or simply using one letter code + the number? Many thanks in advance Enrico |