Last change
on this file was
5772,
checked in by westram, 16 years ago
|
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
737 bytes
|
Line | |
---|
1 | |
---|
2 | #define ED4_IUPAC_EMPTY " " |
---|
3 | #define ED4_IUPAC_GROUPS 6 |
---|
4 | |
---|
5 | #define IS_NUCLEOTIDE() (ED4_ROOT->alignment_type==GB_AT_RNA || ED4_ROOT->alignment_type==GB_AT_DNA) |
---|
6 | #define IS_RNA() (ED4_ROOT->alignment_type==GB_AT_RNA) |
---|
7 | #define IS_DNA() (ED4_ROOT->alignment_type==GB_AT_DNA) |
---|
8 | #define IS_AMINO() (ED4_ROOT->alignment_type==GB_AT_AA) |
---|
9 | |
---|
10 | extern int ED4_iupac_group[26]; |
---|
11 | char ED4_encode_iupac(const char bases[/*4*/], GB_alignment_type ali); |
---|
12 | const char* ED4_decode_iupac(char iupac, GB_alignment_type ali); |
---|
13 | |
---|
14 | void ED4_set_clipping_rectangle(AW_rectangle *rect); |
---|
15 | |
---|
16 | void ED4_aws_init(AW_root *root, AW_window_simple *aws, GB_CSTR macro_format, GB_CSTR window_format, GB_CSTR typeId); |
---|
17 | |
---|
18 | const char *ED4_propertyName(int mode); |
---|
19 | |
---|
20 | |
---|
Note: See
TracBrowser
for help on using the repository browser.