~ubuntu-branches/ubuntu/karmic/muscle/karmic

« back to all changes in this revision

Viewing changes to enums.h

  • Committer: Bazaar Package Importer
  • Author(s): Charles Plessy
  • Date: 2006-08-05 09:57:27 UTC
  • mfrom: (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20060805095727-d9g347b21yl1bxbq
Tags: 3.60-1
* New upstram release (Closes: Bug#361742).
* New maintainers email addresses. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
s(ALPHA)
12
12
c(ALPHA, Amino)
13
 
c(ALPHA, Nucleo)
 
13
c(ALPHA, DNA)
 
14
c(ALPHA, RNA)
14
15
e(ALPHA)
15
16
 
16
17
s(SEQTYPE)
17
18
c(SEQTYPE, Protein)
18
 
c(SEQTYPE, Nucleo)
 
19
c(SEQTYPE, DNA)
 
20
c(SEQTYPE, RNA)
19
21
c(SEQTYPE, Auto)
20
22
e(SEQTYPE)
21
23
 
82
84
c(OBJSCORE, SPM)                        // sp if <= 100 seqs, spf otherwise
83
85
e(OBJSCORE)
84
86
 
 
87
s(TERMGAPS)
 
88
c(TERMGAPS, Full)
 
89
c(TERMGAPS, Half)
 
90
c(TERMGAPS, Ext)
 
91
e(TERMGAPS)
 
92
 
85
93
#undef s
86
94
#undef c
87
95
#undef e