seqalign.def
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:1k
源码类别:

生物技术

开发平台:

C/C++

  1. ;  ===========================================================================
  2. ;  PRODUCTION $Log: seqalign.def,v $
  3. ;  PRODUCTION Revision 1000.1  2004/04/12 17:26:31  gouriano
  4. ;  PRODUCTION PRODUCTION: UPGRADED [CATCHUP_003] Dev-tree R6.7
  5. ;  PRODUCTION
  6. ;  ===========================================================================
  7. [-]
  8. _export = NCBI_SEQALIGN_EXPORT
  9. [Seq-align]
  10. score._type    = vector
  11. [Dense-diag]
  12. starts.E._type = TSeqPos
  13. len._type      = TSeqPos
  14. ; for consistency with Dense-seg.ids
  15. ids._type      = vector
  16. starts._type   = vector
  17. strands._type  = vector
  18. scores._type   = vector
  19. [Dense-seg]
  20. ; may contain occurrences of -1
  21. starts.E._type = TSignedSeqPos
  22. lens.E._type   = TSeqPos
  23. ; to support binary searching
  24. ; to make binary searching on starts more useful
  25. ids._type      = vector
  26. lens._type     = vector
  27. starts._type   = vector
  28. strands._type  = vector
  29. scores._type   = vector
  30. [Packed-seg]
  31. starts.E._type = TSeqPos
  32. lens.E._type   = TSeqPos
  33. ids._type      = vector
  34. lens._type     = vector
  35. starts._type   = vector
  36. strands._type  = vector
  37. scores._type   = vector
  38. present._type  = vector
  39. [Std-seg]
  40. ids._type      = vector
  41. loc._type      = vector
  42. scores._type   = vector