RNAlib-2.5.1
convert.h
Go to the documentation of this file.
1#ifndef VIENNA_RNA_PACKAGE_PARAMS_CONVERT_H
2#define VIENNA_RNA_PACKAGE_PARAMS_CONVERT_H
3
23#define VRNA_CONVERT_OUTPUT_ALL 1U
25#define VRNA_CONVERT_OUTPUT_HP 2U
27#define VRNA_CONVERT_OUTPUT_STACK 4U
29#define VRNA_CONVERT_OUTPUT_MM_HP 8U
31#define VRNA_CONVERT_OUTPUT_MM_INT 16U
33#define VRNA_CONVERT_OUTPUT_MM_INT_1N 32U
35#define VRNA_CONVERT_OUTPUT_MM_INT_23 64U
37#define VRNA_CONVERT_OUTPUT_MM_MULTI 128U
39#define VRNA_CONVERT_OUTPUT_MM_EXT 256U
41#define VRNA_CONVERT_OUTPUT_DANGLE5 512U
43#define VRNA_CONVERT_OUTPUT_DANGLE3 1024U
45#define VRNA_CONVERT_OUTPUT_INT_11 2048U
47#define VRNA_CONVERT_OUTPUT_INT_21 4096U
49#define VRNA_CONVERT_OUTPUT_INT_22 8192U
51#define VRNA_CONVERT_OUTPUT_BULGE 16384U
53#define VRNA_CONVERT_OUTPUT_INT 32768U
55#define VRNA_CONVERT_OUTPUT_ML 65536U
57#define VRNA_CONVERT_OUTPUT_MISC 131072U
59#define VRNA_CONVERT_OUTPUT_SPECIAL_HP 262144U
61#define VRNA_CONVERT_OUTPUT_VANILLA 524288U
63#define VRNA_CONVERT_OUTPUT_NINIO 1048576U
65#define VRNA_CONVERT_OUTPUT_DUMP 2097152U
66
89void convert_parameter_file(const char *iname,
90 const char *oname,
91 unsigned int options);
92
93
97#endif
void convert_parameter_file(const char *iname, const char *oname, unsigned int options)