You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import "Extensions/evalfold.hh" //necessary to redefine the meaning of the filter "basepair". In singlefold this filter directly calles the build-in "basepairing" filter, in alignmentfold it gets hard codes parameters and returns true or false with dependance to the number of gaps in the rows
import "Extensions/pknot_stems_ali.hh" //precomputation of energetically best non-interrupted stems for all subwords i to j
import "Extensions/pknot_extras.hh" //special functions for different strategies of pKiss and its index hacking, e.g. 3D-Tables, finding compatible H-type pseudoknots, ... + some energy constants for pseudoknots + minimal stem length
import "Extensions/pknot_shape.hh" //for a smart hashable "string" with chars []{}<>()._
input rna
type M_Char = extern
type Rope = extern
type shape_t = extern
type mfecovar = extern
type answer_pknot_mfecovar = extern
type pktype = extern
type size_t = extern
type KNOT_ANSWER_TYPE = extern
include "Signatures/sig_pknot_foldrna.gap"
algebra alg_count auto count;
algebra alg_enum auto enum;
include "Algebras/DotBracket/alg_ali_pknot_dotBracket.gap"
include "Algebras/Shapes/alg_ali_pknot_shapes.gap"