RNAlib-2.1.9h

Read and Write energy parameter sets from and to text files. More...

+ Collaboration diagram for Reading/Writing energy parameter sets from/to File:

Modules

 Converting energy parameter files
 Convert energy parameter files into the latest format.
 

Files

file  read_epars.h
 

Enumerations

enum  parset
 Identifiers for energy contribution parameters in parameter files. More...
 

Functions

void read_parameter_file (const char fname[])
 Read energy parameters from a file. More...
 
void write_parameter_file (const char fname[])
 Write energy parameters to a file. More...
 

Detailed Description

Read and Write energy parameter sets from and to text files.

A default set of parameters, identical to the one described in [9] and [13], is compiled into the library.

Enumeration Type Documentation

enum parset

Identifiers for energy contribution parameters in parameter files.

DO NOT ALTER THEIR ORDER unless you are also reordering the char pointers in the const array 'identifier' in read_epars.c!!!

Function Documentation

void read_parameter_file ( const char  fname[])

Read energy parameters from a file.

Parameters
fnameThe path to the file containing the energy parameters
void write_parameter_file ( const char  fname[])

Write energy parameters to a file.

Parameters
fnameA filename (path) for the file where the current energy parameters will be written to