RNAlib-2.3.1
plot_aln.h
Go to the documentation of this file.
1 #ifndef VIENNA_RNA_PACKAGE_PLOT_ALN_H
2 #define VIENNA_RNA_PACKAGE_PLOT_ALN_H
3 
4 #ifdef DEPRECATION_WARNINGS
5 # ifdef __GNUC__
6 # define DEPRECATED(func) func __attribute__ ((deprecated))
7 # else
8 # define DEPRECATED(func) func
9 # endif
10 #else
11 # define DEPRECATED(func) func
12 #endif
13 
14 /* make this interface backward compatible with RNAlib < 2.2.0 */
15 #define VRNA_BACKWARD_COMPAT
16 
32 int PS_color_aln( const char *structure,
33  const char *filename,
34  const char *seqs[],
35  const char *names[]);
36 
40 int aliPS_color_aln(const char *structure,
41  const char *filename,
42  const char *seqs[],
43  const char *names[]);
44 
45 #ifdef VRNA_BACKWARD_COMPAT
46 
47 #endif
48 
53 #endif
int PS_color_aln(const char *structure, const char *filename, const char *seqs[], const char *names[])
Produce PostScript sequence alignment color-annotated by consensus structure.
int aliPS_color_aln(const char *structure, const char *filename, const char *seqs[], const char *names[])