#include <tparams.h>
Data Fields | |
char ** | fapo |
char ** | fcomplex |
char ** | fligan |
char * | p_output |
char * | g_output |
char | stats_g [128] |
char | stats_p [128] |
float | lig_neigh_dist |
int | nfiles |
int | keep_fpout |
s_fparams * | fpar |
Definition at line 97 of file tparams.h.
char** s_tparams::fapo |
path to the apo structure
Definition at line 99 of file tparams.h.
Referenced by add_prot(), free_tparams(), get_actual_pocket(), init_def_tparams(), print_params(), test_fpocket(), and test_set().
char ** s_tparams::fcomplex |
path to the holo structure
Definition at line 99 of file tparams.h.
Referenced by add_prot(), free_tparams(), get_actual_pocket(), init_def_tparams(), print_params(), test_fpocket(), and test_set().
char ** s_tparams::fligan |
name of the ligand residue
Definition at line 99 of file tparams.h.
Referenced by add_prot(), free_tparams(), get_actual_pocket(), init_def_tparams(), print_params(), test_fpocket(), and test_set().
char* s_tparams::p_output |
per pocket output path
Definition at line 103 of file tparams.h.
Referenced by get_tpocket_args(), init_def_tparams(), and test_fpocket().
char* s_tparams::g_output |
general output path
Definition at line 104 of file tparams.h.
Referenced by get_tpocket_args(), init_def_tparams(), and test_fpocket().
char s_tparams::stats_g[128] |
char s_tparams::stats_p[128] |
ligand neighbour dist for explicit pocket definition
Definition at line 109 of file tparams.h.
Referenced by init_def_tparams(), and parse_lig_neigh_dist().
number of files to analyze
Definition at line 110 of file tparams.h.
Referenced by add_list_data(), add_prot(), init_def_tparams(), main(), print_params(), and test_fpocket().
keep the fpocket output (flag)
Definition at line 111 of file tparams.h.
Referenced by get_tpocket_args(), init_def_tparams(), and test_set().
fpocket parameter container
Definition at line 115 of file tparams.h.
Referenced by free_tparams(), get_actual_pocket(), get_tpocket_args(), print_params(), test_fpocket(), and test_set().