Home
last modified time | relevance | path

Searched refs:tree_string_to_db (Results 1 – 7 of 7) sorted by relevance

/dports/biology/viennarna/ViennaRNA-2.4.18/interfaces/
H A Dstructure_utils.i437 tree_string_to_db(std::string structure)
454 std::string tree_string_to_db(std::string structure);
/dports/biology/viennarna/ViennaRNA-2.4.18/interfaces/Perl/
H A DRNA.pm838 *tree_string_to_db = *RNAc::tree_string_to_db;
H A DRNA_wrap.cpp3239 tree_string_to_db(std::string structure) in tree_string_to_db() function
35394 result = tree_string_to_db(arg1); in XS()
/dports/biology/viennarna/ViennaRNA-2.4.18/interfaces/Python/
H A DRNA.py2029 def tree_string_to_db(structure): function
2030 return _RNA.tree_string_to_db(structure)
H A DRNA_wrap.cpp7408 tree_string_to_db(std::string structure) in tree_string_to_db() function
48189 result = tree_string_to_db(arg1); in _wrap_tree_string_to_db()
/dports/biology/viennarna/ViennaRNA-2.4.18/interfaces/Python3/
H A DRNA.py2029 def tree_string_to_db(structure: "std::string") -> "std::string": function
2030 return _RNA.tree_string_to_db(structure)
H A DRNA_wrap.cpp7413 tree_string_to_db(std::string structure) in tree_string_to_db() function
48327 result = tree_string_to_db(arg1); in _wrap_tree_string_to_db()