RNAstructure logo

RNAstructure Command Line Help
Specifying Thermodynamics

Specify the location of the thermodynamic parameters:

RNAstructure uses a set of nearest neighbor thermodynamic parameters for predicting folding free energy changes of secondary structures. When an interface is invoked, these parameters are read from disk. The parameters come in the directory RNAstructure/data_tables/. To indicate the location of this directory, an environment variable, DATAPATH, needs to be set to this location.

In BASH, this is accomplished with:
export DATAPATH=[directory in which RNAstructure resides]/RNAstructure/data_tables/

In CSH, this is accomplished with:
setenv DATAPATH [directory in which RNAstructure resides]/RNAstructure/data_tables/

In DOS (Microsoft Windows), this can be done on the command line with:
set DATAPATH=[driver letter on which RNAstructure resides]:\[directory in which RNAstructure resides]\RNAstructure\data_tables

Note that, in Windows, environment variables can also be set using the graphical interface. On Windows XP, for example, this can be done from "System Properties" in the Control Panel. Click the "Advanced" tab and then click the ":Environment Variables" button. After specifying DATAPATH in the graphical interface, a reboot is required.

A description of the parameter files is available in manual/Overview/Parameters.html .