~ubuntu-branches/ubuntu/feisty/ncbi-tools6/feisty

« back to all changes in this revision

Viewing changes to tools/toasn3.c

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2005-09-27 15:38:20 UTC
  • mfrom: (1.1.3 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050927153820-1t1sta0qirjpxaar
Tags: 6.1.20050429-1ubuntu1
GL/GLU Transition

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
static char const rcsid[] = "$Id: toasn3.c,v 6.86 2004/09/08 20:59:53 kans Exp $";
 
1
static char const rcsid[] = "$Id: toasn3.c,v 6.87 2005/03/31 14:30:25 kans Exp $";
2
2
 
3
3
/*****************************************************************************
4
4
*
39
39
#define num_bond 5
40
40
static CharPtr feat_bond[num_bond] = {NULL, "disulfide bond", "thiolester bond", "xlink bond", "thioether bond"};
41
41
 
42
 
#define num_site 26
 
42
#define num_site 27
43
43
static CharPtr feat_site[num_site] = {NULL, 
44
44
                "active", 
45
45
                "binding",
66
66
        "signal-peptide",
67
67
        "transit-peptide",
68
68
        "transmembrane-region",
 
69
        "nitrosylation"
69
70
};
70
71
 
71
72
#define num_genome 15