source: tags/initial/AWTC/awtc_export.hxx

Last change on this file was 2, checked in by oldcode, 23 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 903 bytes
Line 
1#ifndef awtc_export_hxx_included
2#define awtc_export_hxx_included
3
4AW_window *open_AWTC_export_window(AW_root *awr,GBDATA *gb_main);
5
6#if 0
7GB_ERROR AWTC_aligner(GBDATA *gb_main,          // main data
8                      GB_CSTR reference,        // name of reference species (==NULL -> use next relative for (each) sequence)
9                      int pt_server_id,         // pt_server to search for next relative
10                      GB_CSTR alignment,        // name of alignment to use (==NULL -> use default)
11                      GB_CSTR toalign,          // name of species to align (==NULL -> align all marked species)
12                      int mirrorAllowed,        // !=0 -> AWTC_aligner is authorized to mirror 'toalign'
13                      int temporary,            // ==1 -> create only temporary aligment report into alignment (else resident)
14                      int firstColumn,          // first column of range to be aligned (0..len-1)
15                      int lastColumn);          // last column of range to be aligned (0..len-1, -1=(len-1))
16#endif
17
18
19#endif
Note: See TracBrowser for help on using the repository browser.