ARB
Functions
Analyser.cxx File Reference
#include "Analyser.h"
#include <ctime>
#include <iostream>
#include <iterator>
Include dependency graph for Analyser.cxx:

Go to the source code of this file.

Functions

GB_ERROR run_rnacma (GBDATA *gb_main, bool interactive, double threshold)
 
int ARB_main (int, char *[])
 

Function Documentation

GB_ERROR run_rnacma ( GBDATA gb_main,
bool  interactive,
double  threshold 
)

interactive main loop of RNACMA.

Parameters
gb_mainthe database.
interactivenormally true. set to false for (non-interactive) unittesting.
thresholdonly used if !interactive (i.e. for unittesting)

Definition at line 142 of file Analyser.cxx.

References error(), GBS_global_string(), and NULp.

Referenced by ARB_main().

int ARB_main ( int  ,
char [] 
)

Definition at line 223 of file Analyser.cxx.

References EXIT_FAILURE, EXIT_SUCCESS, GB_await_error(), GB_close(), GB_open(), NULp, and run_rnacma().