Home Linus Helper Programs Examples File Descriptions Index

Filename.rc Description

 


File Descriptions

 

[filename].rc

File of mesostate codes for each residue for each move in a LINUS simulation. The energy of the conformation is also printed at the end of the mesostate list. This file can be large! The mesostate codes represent a mapping of φ ψ values into letter codes as described in the Secondary Structure Letter Codes section. The example below is a small portion of a *.rc file for a 22 residue peptide.


????CkCkCkBkBkBkBkEjJfBkBkEkEkEkBkBkBkBkBk?? -1.0704412858
????EkEkBaIlLkBkBkEjJfEkEkEkEkEkCkCkCkCkCk?? -3.57807348014
????EeEeEkIlLkBkBkEeEeEkEkEkEkEiClCkCkCkCk?? -3.40662033018
????EeEeEkCkCkCkDfChEeEkEkEkCkEkCkCkCkCkCk?? -2.57323738938
????EeEeEkCkCkCkEkEeEeEeEeCjCkEkCkCkCkCkCk?? -3.86122392193
????EeIgIhElCkCkEkEeEeEeEeCaBkEjCkCkCkCkCk?? -3.65608640007
????EkEkIhElCkCkEkEeEeEeEeEkEkEkCkDfBlClCk?? -2.91631272662
.
.
.

Note: Because the rc file can be so large output of the rc file is turned off by default in the distributed version of LINUS. If you would like to turn on output of the rc file include the following command in the sim.set_simulation_parameters() section of your linus.py command file.


        write_rc=1,