RNAlib-2.1.9
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
findpath.h
Go to the documentation of this file.
1
#ifndef __VIENNA_RNA_PACKAGE_FIND_PATH_H__
2
#define __VIENNA_RNA_PACKAGE_FIND_PATH_H__
3
4
#include "
data_structures.h
"
5
23
int
find_saddle
(
const
char
*seq,
24
const
char
*struc1,
25
const
char
*struc2,
26
int
max);
27
28
41
path_t
*
get_path
(
const
char
*seq,
42
const
char
*s1,
43
const
char
* s2,
44
int
maxkeep);
45
51
void
free_path
(
path_t
*path);
52
53
#endif
H
findpath.h
Generated on Thu Feb 5 2015 15:05:30 for RNAlib-2.1.9 by
1.8.3.1