~ubuntu-branches/ubuntu/precise/ncbi-tools6/precise

« back to all changes in this revision

Viewing changes to object/objsset.h

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2005-03-27 12:00:15 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050327120015-embhesp32nj73p9r
Tags: 6.1.20041020-3
* Fix FTBFS under GCC 4.0 caused by inconsistent use of "static" on
  functions.  (Closes: #295110.)
* Add a watch file, now that we can.  (Upstream's layout needs version=3.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
*   
30
30
* Version Creation Date: 4/1/91
31
31
*
32
 
* $Revision: 6.5 $
 
32
* $Revision: 6.7 $
33
33
*
34
34
* File Description:  Object manager interface for module NCBI-Seqset
35
35
*
40
40
*
41
41
*
42
42
* $Log: objsset.h,v $
 
43
* Revision 6.7  2002/09/30 13:39:34  kans
 
44
* added wgs_set define
 
45
*
 
46
* Revision 6.6  2002/06/27 16:26:10  kans
 
47
* document eco-set, gen-prod-set in comment
 
48
*
43
49
* Revision 6.5  2001/05/14 19:54:20  kans
44
50
* redefine BioseqseqSet_class_gen_prod_set to 17, now in ASN.1 spec
45
51
*
155
161
        mut-set (13) ,              -- set of mutations
156
162
        pop-set (14) ,              -- population study
157
163
        phy-set (15) ,              -- phylogenetic study
 
164
        eco-set (16) ,              -- ecological sample study
 
165
        gen-prod-set (17) ,         -- genomic products, chrom+mRNa+protein
 
166
        wgs-set (18) ,              -- whole genome shotgun project
158
167
        other (255) } DEFAULT not-set ,
159
168
 
160
169
*
177
186
#define BioseqseqSet_class_phy_set 15
178
187
#define BioseqseqSet_class_eco_set 16
179
188
#define BioseqseqSet_class_gen_prod_set 17
 
189
#define BioseqseqSet_class_wgs_set 18
180
190
#define BioseqseqSet_class_other 255
181
191
 
182
192
/*****************************************************************************