RNAlib-2.1.9h
convert_epars.h
Go to the documentation of this file.
1#ifndef __VIENNA_RNA_PACKAGE_CONVERT_EPARS_H__
2#define __VIENNA_RNA_PACKAGE_CONVERT_EPARS_H__
3
18#define VRNA_CONVERT_OUTPUT_ALL 1U
20#define VRNA_CONVERT_OUTPUT_HP 2U
22#define VRNA_CONVERT_OUTPUT_STACK 4U
24#define VRNA_CONVERT_OUTPUT_MM_HP 8U
26#define VRNA_CONVERT_OUTPUT_MM_INT 16U
28#define VRNA_CONVERT_OUTPUT_MM_INT_1N 32U
30#define VRNA_CONVERT_OUTPUT_MM_INT_23 64U
32#define VRNA_CONVERT_OUTPUT_MM_MULTI 128U
34#define VRNA_CONVERT_OUTPUT_MM_EXT 256U
36#define VRNA_CONVERT_OUTPUT_DANGLE5 512U
38#define VRNA_CONVERT_OUTPUT_DANGLE3 1024U
40#define VRNA_CONVERT_OUTPUT_INT_11 2048U
42#define VRNA_CONVERT_OUTPUT_INT_21 4096U
44#define VRNA_CONVERT_OUTPUT_INT_22 8192U
46#define VRNA_CONVERT_OUTPUT_BULGE 16384U
48#define VRNA_CONVERT_OUTPUT_INT 32768U
50#define VRNA_CONVERT_OUTPUT_ML 65536U
52#define VRNA_CONVERT_OUTPUT_MISC 131072U
54#define VRNA_CONVERT_OUTPUT_SPECIAL_HP 262144U
56#define VRNA_CONVERT_OUTPUT_VANILLA 524288U
58#define VRNA_CONVERT_OUTPUT_NINIO 1048576U
60#define VRNA_CONVERT_OUTPUT_DUMP 2097152U
61
85void convert_parameter_file(const char *iname,
86 const char *oname,
87 unsigned int options);
88
92#endif
void convert_parameter_file(const char *iname, const char *oname, unsigned int options)