seqalign.def

来自「ncbi源码」· DEF 代码 · 共 51 行

DEF
51
字号
; ;  ===========================================================================;  PRODUCTION $Log: seqalign.def,v $;  PRODUCTION Revision 1000.1  2004/04/12 17:26:31  gouriano;  PRODUCTION PRODUCTION: UPGRADED [CATCHUP_003] Dev-tree R6.7;  PRODUCTION;  ===========================================================================; [-]_export = NCBI_SEQALIGN_EXPORT[Seq-align]score._type    = vector[Dense-diag]starts.E._type = TSeqPoslen._type      = TSeqPos; for consistency with Dense-seg.idsids._type      = vectorstarts._type   = vectorstrands._type  = vectorscores._type   = vector[Dense-seg]; may contain occurrences of -1starts.E._type = TSignedSeqPoslens.E._type   = TSeqPos; to support binary searching; to make binary searching on starts more usefulids._type      = vectorlens._type     = vectorstarts._type   = vectorstrands._type  = vectorscores._type   = vector[Packed-seg]starts.E._type = TSeqPoslens.E._type   = TSeqPosids._type      = vectorlens._type     = vectorstarts._type   = vectorstrands._type  = vectorscores._type   = vectorpresent._type  = vector[Std-seg]ids._type      = vectorloc._type      = vectorscores._type   = vector

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?