X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=binaries%2Fsrc%2FViennaRNA%2Fdoc%2Fhtml%2Finverse_8h_source.html;fp=binaries%2Fsrc%2FViennaRNA%2Fdoc%2Fhtml%2Finverse_8h_source.html;h=d2f43d49c9408c10fcb0cbc792ed8895a55108a5;hb=7522ace91fc0804a9719dbac9f68bc8154da3132;hp=0000000000000000000000000000000000000000;hpb=8116c0444fe98e8eb21bcdd8ded06e1429085823;p=jabaws.git diff --git a/binaries/src/ViennaRNA/doc/html/inverse_8h_source.html b/binaries/src/ViennaRNA/doc/html/inverse_8h_source.html new file mode 100644 index 0000000..d2f43d4 --- /dev/null +++ b/binaries/src/ViennaRNA/doc/html/inverse_8h_source.html @@ -0,0 +1,95 @@ + + + + + +RNAlib-2.1.2: /home/mescalin/ronny/public_html/programs/ViennaRNA/H/inverse.h Source File + + + + + + + + + + +
+
+ + + + + + +
+
RNAlib-2.1.2 +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+
+
inverse.h
+
+
+Go to the documentation of this file.
1 #ifndef __VIENNA_RNA_PACKAGE_INVERSE_H__
+
2 #define __VIENNA_RNA_PACKAGE_INVERSE_H__
+
3 
+
21 extern char *symbolset;
+
23 extern float final_cost;
+
25 extern int give_up;
+
27 extern int inv_verbose;
+
28 
+
45 float inverse_fold( char *start,
+
46  const char *target);
+
47 
+
61 float inverse_pf_fold(char *start,
+
62  const char *target);
+
63 
+
67 #endif
+
+
+ + + +