6
« on: March 19, 2009, 10:13:43 pm »
I am trying to build an RNA using only global parameters (not CEHS parameters).
So, I run schnarp and first enter #2 for "Use GLOBAL helical parameters." Then I enter #2 again for "Use a full set of GLOBAL parameters." The next thing schnarp wants is a Sequence-GLH parameter file name. The default is "GLH_seq.dat". I've read both READMEs, looked in the Example directory, and googled, but I am not sure how a Sequence-GLH parameter should be formatted. Of course, I can look through the function step_GLH in rebuild.c to see how it reads in the file and emulate that, but I was wondering if there was a better source of information.
Also, step_GLH calls function comp_base in cmn_fncs.c to ensure no illegal bases exist. However, only ATCG are hard coded as valid bases. Since I'm trying to build RNA, I have Uracils. Is this function going to cause me problems once I do get a GLH_seq.dat file? Or, does functionality not exist for building RNA from purely global parameters?
Thanks ahead of time!