~ubuntu-branches/ubuntu/edgy/ncbi-tools6/edgy

« back to all changes in this revision

Viewing changes to biostruc/cdd/cdd.asn

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2006-07-19 23:28:07 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060719232807-et3cdmcjgmnyleyx
Tags: 6.1.20060507-3ubuntu1
Re-merge with Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--$Revision: 1.24 $
 
1
--$Revision: 1.25 $
2
2
--**********************************************************************
3
3
--
4
4
--  Definitions for CDD's 
108
108
                             glossary(7),     -- glossary
109
109
                             appendix(8),     -- appendix
110
110
                             other(255) },
111
 
  elementid    INTEGER,                 -- address of the text-element
112
 
  subelementid INTEGER OPTIONAL         -- exact address, used with section
 
111
  elementid     INTEGER OPTIONAL,       -- numerical address of the text-element
 
112
  subelementid  INTEGER OPTIONAL,       -- exact address, used with section
 
113
  celementid    VisibleString OPTIONAL, -- address of the text element, if character string
 
114
  csubelementid VisibleString OPTIONAL  -- exact address, if character string
 
115
 
113
116
}
114
117
 
115
118
-- The description of CDD's refers to the specific set of aligned sequences,
341
344
                              aligned-score-filled (5),
342
345
                              blast-footprint      (6),
343
346
                              blast-full           (7),
 
347
                              hybrid-aligned-score (8),
344
348
                              other           (255) },
345
349
  clustering-Method INTEGER { unassigned             (0),
346
350
                              single-linkage         (1),