20#ifndef _PANUKL_AUTO_H_
21#define _PANUKL_AUTO_H_
48 int Read(
const char *AutoFile);
50 int Write(
const char *AutoFile);
Simple I/O functions class.
Parameters file for PanuklAuto program (computation of one sequence)
int Write(const char *AutoFile)
writes AUTO file
bool PrsFlag
Press program flag (1-run Press with PrsFile, 0-don't run Press)
bool Ms2Flag
Mesh program flag (1-run Mesh3 with Ms2File, 0-don't run Mesh)
char NghFile[256]
NGH filename.
bool NghFlag
Neigh program flag (1-run Neigh with NghFile, 0-don't run Neigh)
int Read(const char *AutoFile)
reads AUTO file
char PrsFile[256]
PRS filename.
void Clean()
cleans local variables
char AUTO_file[256]
AUTO filename.
char ParFile[256]
PAR filename.
bool ParFlag
Panukl program flag (1-run Panukl with ParFile, 0-don't run Panukl)
char Ms2File[256]
MS2 filename.
This file contains some smart I/O functions.