source: tags/arb_5.2/EDIT4/ed4_tools.hxx

Last change on this file was 5772, checked in by westram, 15 years ago
  • renamed 2 #defines
  • 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
10extern int ED4_iupac_group[26];
11char ED4_encode_iupac(const char bases[/*4*/], GB_alignment_type ali);
12const char* ED4_decode_iupac(char iupac, GB_alignment_type ali);
13
14void ED4_set_clipping_rectangle(AW_rectangle *rect);
15
16void ED4_aws_init(AW_root *root, AW_window_simple *aws, GB_CSTR macro_format, GB_CSTR window_format, GB_CSTR typeId);
17
18const char *ED4_propertyName(int mode);
19
20
Note: See TracBrowser for help on using the repository browser.